Skip to content

Commit ec8f044

Browse files
committed
Update dependency eslint-plugin-notice to v0.8.9
1 parent 9f3c188 commit ec8f044

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"browserify": "16.2.3",
100100
"chai": "4.2.0",
101101
"eslint": "5.16.0",
102-
"eslint-plugin-notice": "0.7.8",
102+
"eslint-plugin-notice": "0.8.9",
103103
"eslint-plugin-react": "7.12.4",
104104
"gulp": "4.0.1",
105105
"ignore-styles": "5.0.1",

yarn.lock

+11-6
Original file line numberDiff line numberDiff line change
@@ -3871,13 +3871,13 @@ escodegen@~1.9.0:
38713871
optionalDependencies:
38723872
source-map "~0.6.1"
38733873

3874-
eslint-plugin-notice@0.7.8:
3875-
version "0.7.8"
3876-
resolved "https://registry.yarnpkg.com/eslint-plugin-notice/-/eslint-plugin-notice-0.7.8.tgz#c6887927061fcf1c638c0559476045a521703006"
3877-
integrity sha512-a18VwxiBp4TmXRVpx7T5D4ilHnMS1Gq/5OMUriCcJGHD72Cbji7qVk19DGOW9vBHnJJKeg0yU95a7/o8JQoMCw==
3874+
eslint-plugin-notice@0.8.9:
3875+
version "0.8.9"
3876+
resolved "https://registry.yarnpkg.com/eslint-plugin-notice/-/eslint-plugin-notice-0.8.9.tgz#b3b55ba218b36a01fd4de998f68c66a8bf238a82"
3877+
integrity sha512-Z6xit9Yv7pCG/rS3DohSou1BeDffPOhmuQzE7UWMxV2h/MJmsOq3QZFyXmbi18cExlyWbz4+ztAogi2edeTbjA==
38783878
dependencies:
38793879
find-root "^1.1.0"
3880-
lodash ">=2.4.0"
3880+
lodash "^4.17.15"
38813881
metric-lcs "^0.1.2"
38823882

38833883
@@ -6671,7 +6671,7 @@ lodash.values@~2.4.1:
66716671
dependencies:
66726672
lodash.keys "~2.4.1"
66736673

6674-
[email protected], lodash@>=2.4.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.5, lodash@^4.2.1:
6674+
[email protected], lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.5, lodash@^4.2.1:
66756675
version "4.17.11"
66766676
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
66776677
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
@@ -6681,6 +6681,11 @@ lodash@^3.10.1:
66816681
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
66826682
integrity sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=
66836683

6684+
lodash@^4.17.15:
6685+
version "4.17.15"
6686+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
6687+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
6688+
66846689
66856690
version "2.2.0"
66866691
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"

0 commit comments

Comments
 (0)