Skip to content

Commit 59974a6

Browse files
build: Bump eslint from 5.15.1 to 5.16.0
Bumps [eslint](https://github.com/eslint/eslint) from 5.15.1 to 5.16.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v5.15.1...v5.16.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 652a09d commit 59974a6

File tree

2 files changed

+49
-39
lines changed

2 files changed

+49
-39
lines changed

npm-shrinkwrap.json

Lines changed: 39 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1826,9 +1826,9 @@ eslint-plugin-standard@^4.0.0:
18261826
version "4.0.0"
18271827
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.0.0.tgz#f845b45109c99cd90e77796940a344546c8f6b5c"
18281828

1829-
eslint-scope@^4.0.2:
1830-
version "4.0.2"
1831-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.2.tgz#5f10cd6cabb1965bf479fa65745673439e21cb0e"
1829+
eslint-scope@^4.0.3:
1830+
version "4.0.3"
1831+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
18321832
dependencies:
18331833
esrecurse "^4.1.0"
18341834
estraverse "^4.1.1"
@@ -1842,16 +1842,16 @@ eslint-visitor-keys@^1.0.0:
18421842
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
18431843

18441844
eslint@^5.15.1:
1845-
version "5.15.1"
1846-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.1.tgz#8266b089fd5391e0009a047050795b1d73664524"
1845+
version "5.16.0"
1846+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
18471847
dependencies:
18481848
"@babel/code-frame" "^7.0.0"
18491849
ajv "^6.9.1"
18501850
chalk "^2.1.0"
18511851
cross-spawn "^6.0.5"
18521852
debug "^4.0.1"
18531853
doctrine "^3.0.0"
1854-
eslint-scope "^4.0.2"
1854+
eslint-scope "^4.0.3"
18551855
eslint-utils "^1.3.1"
18561856
eslint-visitor-keys "^1.0.0"
18571857
espree "^5.0.1"
@@ -1865,7 +1865,7 @@ eslint@^5.15.1:
18651865
import-fresh "^3.0.0"
18661866
imurmurhash "^0.1.4"
18671867
inquirer "^6.2.2"
1868-
js-yaml "^3.12.0"
1868+
js-yaml "^3.13.0"
18691869
json-stable-stringify-without-jsonify "^1.0.1"
18701870
levn "^0.3.0"
18711871
lodash "^4.17.11"
@@ -3466,9 +3466,9 @@ joi@^13.x:
34663466
version "4.0.0"
34673467
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
34683468

3469-
js-yaml@^3.11.0, js-yaml@^3.12.0, js-yaml@^3.9.0:
3470-
version "3.12.1"
3471-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.1.tgz#295c8632a18a23e054cf5c9d3cecafe678167600"
3469+
js-yaml@^3.11.0, js-yaml@^3.12.0, js-yaml@^3.13.0, js-yaml@^3.9.0:
3470+
version "3.13.0"
3471+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.0.tgz#38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e"
34723472
dependencies:
34733473
argparse "^1.0.7"
34743474
esprima "^4.0.0"

0 commit comments

Comments
 (0)