Skip to content

Commit 805be22

Browse files
author
Chris Brody
authored
eslint-plugin-node@10 update in devDependencies (#157)
with [email protected] update in devDependencies
1 parent fb35257 commit 805be22

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"@stryker-mutator/html-reporter": "^2.1.0",
5656
"@stryker-mutator/javascript-mutator": "^2.1.0",
5757
"@stryker-mutator/jest-runner": "^2.1.0",
58-
"eslint": "^6.3.0",
58+
"eslint": "^6.4.0",
5959
"eslint-config-standard": "^14.1.0",
6060
"eslint-plugin-import": "^2.18.2",
61-
"eslint-plugin-node": "^9.2.0",
61+
"eslint-plugin-node": "^10.0.0",
6262
"eslint-plugin-promise": "^4.2.1",
6363
"eslint-plugin-standard": "^4.0.1",
6464
"jest": "^24.9.0",

yarn.lock

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,13 +1316,13 @@ eslint-module-utils@^2.4.0:
13161316
debug "^2.6.8"
13171317
pkg-dir "^2.0.0"
13181318

1319-
eslint-plugin-es@^1.4.1:
1320-
version "1.4.1"
1321-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.1.tgz#12acae0f4953e76ba444bfd1b2271081ac620998"
1322-
integrity sha512-5fa/gR2yR3NxQf+UXkeLeP8FBBl6tSgdrAz1+cF84v1FMM4twGwQoqTnn+QxFLcPOrF4pdKEJKDB/q9GoyJrCA==
1319+
eslint-plugin-es@^2.0.0:
1320+
version "2.0.0"
1321+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-2.0.0.tgz#0f5f5da5f18aa21989feebe8a73eadefb3432976"
1322+
integrity sha512-f6fceVtg27BR02EYnBhgWLFQfK6bN4Ll0nQFrBHOlCsAyxeZkn0NHns5O0YZOPrV1B3ramd6cgFwaoFLcSkwEQ==
13231323
dependencies:
13241324
eslint-utils "^1.4.2"
1325-
regexpp "^2.0.1"
1325+
regexpp "^3.0.0"
13261326

13271327
eslint-plugin-import@^2.18.2:
13281328
version "2.18.2"
@@ -1341,12 +1341,12 @@ eslint-plugin-import@^2.18.2:
13411341
read-pkg-up "^2.0.0"
13421342
resolve "^1.11.0"
13431343

1344-
eslint-plugin-node@^9.2.0:
1345-
version "9.2.0"
1346-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.2.0.tgz#b1911f111002d366c5954a6d96d3cd5bf2a3036a"
1347-
integrity sha512-2abNmzAH/JpxI4gEOwd6K8wZIodK3BmHbTxz4s79OIYwwIt2gkpEXlAouJXu4H1c9ySTnRso0tsuthSOZbUMlA==
1344+
eslint-plugin-node@^10.0.0:
1345+
version "10.0.0"
1346+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-10.0.0.tgz#fd1adbc7a300cf7eb6ac55cf4b0b6fc6e577f5a6"
1347+
integrity sha512-1CSyM/QCjs6PXaT18+zuAXsjXGIGo5Rw630rSKwokSs2jrYURQc4R5JZpoanNCqwNmepg+0eZ9L7YiRUJb8jiQ==
13481348
dependencies:
1349-
eslint-plugin-es "^1.4.1"
1349+
eslint-plugin-es "^2.0.0"
13501350
eslint-utils "^1.4.2"
13511351
ignore "^5.1.1"
13521352
minimatch "^3.0.4"
@@ -1388,10 +1388,10 @@ eslint-visitor-keys@^1.1.0:
13881388
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
13891389
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
13901390

1391-
eslint@^6.3.0:
1392-
version "6.3.0"
1393-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.3.0.tgz#1f1a902f67bfd4c354e7288b81e40654d927eb6a"
1394-
integrity sha512-ZvZTKaqDue+N8Y9g0kp6UPZtS4FSY3qARxBs7p4f0H0iof381XHduqVerFWtK8DPtKmemqbqCFENWSQgPR/Gow==
1391+
eslint@^6.4.0:
1392+
version "6.4.0"
1393+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.4.0.tgz#5aa9227c3fbe921982b2eda94ba0d7fae858611a"
1394+
integrity sha512-WTVEzK3lSFoXUovDHEbkJqCVPEPwbhCq4trDktNI6ygs7aO41d4cDT0JFAT5MivzZeVLWlg7vHL+bgrQv/t3vA==
13951395
dependencies:
13961396
"@babel/code-frame" "^7.0.0"
13971397
ajv "^6.10.0"
@@ -3870,6 +3870,11 @@ regexpp@^2.0.1:
38703870
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
38713871
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
38723872

3873+
regexpp@^3.0.0:
3874+
version "3.0.0"
3875+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
3876+
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
3877+
38733878
registry-auth-token@^3.4.0:
38743879
version "3.4.0"
38753880
resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.4.0.tgz#d7446815433f5d5ed6431cd5dca21048f66b397e"

0 commit comments

Comments
 (0)