Skip to content

Commit 2b262bd

Browse files
Bump eslint-plugin-node from 9.2.0 to 10.0.0 (#26)
1 parent 6c7fd4b commit 2b262bd

2 files changed

Lines changed: 16 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"eslint": "^6.2.2",
2727
"eslint-config-prettier": "^6.1.0",
28-
"eslint-plugin-node": "^9.1.0",
28+
"eslint-plugin-node": "^10.0.0",
2929
"eslint-plugin-prettier": "^3.1.0",
3030
"jest": "^24.9.0",
3131
"lerna-changelog": "^0.8.3",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1973,20 +1973,20 @@ eslint-config-prettier@^6.1.0:
19731973
dependencies:
19741974
get-stdin "^6.0.0"
19751975

1976-
eslint-plugin-es@^1.4.1:
1977-
version "1.4.1"
1978-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.1.tgz#12acae0f4953e76ba444bfd1b2271081ac620998"
1979-
integrity sha512-5fa/gR2yR3NxQf+UXkeLeP8FBBl6tSgdrAz1+cF84v1FMM4twGwQoqTnn+QxFLcPOrF4pdKEJKDB/q9GoyJrCA==
1976+
eslint-plugin-es@^2.0.0:
1977+
version "2.0.0"
1978+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-2.0.0.tgz#0f5f5da5f18aa21989feebe8a73eadefb3432976"
1979+
integrity sha512-f6fceVtg27BR02EYnBhgWLFQfK6bN4Ll0nQFrBHOlCsAyxeZkn0NHns5O0YZOPrV1B3ramd6cgFwaoFLcSkwEQ==
19801980
dependencies:
19811981
eslint-utils "^1.4.2"
1982-
regexpp "^2.0.1"
1982+
regexpp "^3.0.0"
19831983

1984-
eslint-plugin-node@^9.1.0:
1985-
version "9.2.0"
1986-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.2.0.tgz#b1911f111002d366c5954a6d96d3cd5bf2a3036a"
1987-
integrity sha512-2abNmzAH/JpxI4gEOwd6K8wZIodK3BmHbTxz4s79OIYwwIt2gkpEXlAouJXu4H1c9ySTnRso0tsuthSOZbUMlA==
1984+
eslint-plugin-node@^10.0.0:
1985+
version "10.0.0"
1986+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-10.0.0.tgz#fd1adbc7a300cf7eb6ac55cf4b0b6fc6e577f5a6"
1987+
integrity sha512-1CSyM/QCjs6PXaT18+zuAXsjXGIGo5Rw630rSKwokSs2jrYURQc4R5JZpoanNCqwNmepg+0eZ9L7YiRUJb8jiQ==
19881988
dependencies:
1989-
eslint-plugin-es "^1.4.1"
1989+
eslint-plugin-es "^2.0.0"
19901990
eslint-utils "^1.4.2"
19911991
ignore "^5.1.1"
19921992
minimatch "^3.0.4"
@@ -4630,6 +4630,11 @@ regexpp@^2.0.1:
46304630
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
46314631
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
46324632

4633+
regexpp@^3.0.0:
4634+
version "3.0.0"
4635+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
4636+
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
4637+
46334638
regexpu-core@^4.6.0:
46344639
version "4.6.0"
46354640
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"

0 commit comments

Comments
 (0)