Skip to content

Commit d3ca590

Browse files
build(deps-dev): bump eslint-plugin-node from 9.2.0 to 11.1.0
Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 9.2.0 to 11.1.0. - [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases) - [Commits](mysticatea/eslint-plugin-node@v9.2.0...v11.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 74df25f commit d3ca590

File tree

2 files changed

+27
-22
lines changed

2 files changed

+27
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint-plugin-cypress": "^2.11.2",
5050
"eslint-plugin-html": "^5.0.3",
5151
"eslint-plugin-import": "^2.17.2",
52-
"eslint-plugin-node": "^9.0.1",
52+
"eslint-plugin-node": "^11.1.0",
5353
"eslint-plugin-promise": "^4.1.1",
5454
"eslint-plugin-standard": "^4.0.0",
5555
"nodemon": "^1.19.0",

yarn.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2076,13 +2076,13 @@ eslint-plugin-cypress@^2.11.2:
20762076
dependencies:
20772077
globals "^11.12.0"
20782078

2079-
eslint-plugin-es@^1.4.1:
2080-
version "1.4.1"
2081-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.1.tgz#12acae0f4953e76ba444bfd1b2271081ac620998"
2082-
integrity sha512-5fa/gR2yR3NxQf+UXkeLeP8FBBl6tSgdrAz1+cF84v1FMM4twGwQoqTnn+QxFLcPOrF4pdKEJKDB/q9GoyJrCA==
2079+
eslint-plugin-es@^3.0.0:
2080+
version "3.0.1"
2081+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"
2082+
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
20832083
dependencies:
2084-
eslint-utils "^1.4.2"
2085-
regexpp "^2.0.1"
2084+
eslint-utils "^2.0.0"
2085+
regexpp "^3.0.0"
20862086

20872087
eslint-plugin-html@^5.0.3:
20882088
version "5.0.5"
@@ -2108,13 +2108,13 @@ eslint-plugin-import@^2.17.2:
21082108
read-pkg-up "^2.0.0"
21092109
resolve "^1.11.0"
21102110

2111-
eslint-plugin-node@^9.0.1:
2112-
version "9.2.0"
2113-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.2.0.tgz#b1911f111002d366c5954a6d96d3cd5bf2a3036a"
2114-
integrity sha512-2abNmzAH/JpxI4gEOwd6K8wZIodK3BmHbTxz4s79OIYwwIt2gkpEXlAouJXu4H1c9ySTnRso0tsuthSOZbUMlA==
2111+
eslint-plugin-node@^11.1.0:
2112+
version "11.1.0"
2113+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
2114+
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
21152115
dependencies:
2116-
eslint-plugin-es "^1.4.1"
2117-
eslint-utils "^1.4.2"
2116+
eslint-plugin-es "^3.0.0"
2117+
eslint-utils "^2.0.0"
21182118
ignore "^5.1.1"
21192119
minimatch "^3.0.4"
21202120
resolve "^1.10.1"
@@ -2138,13 +2138,20 @@ eslint-scope@^4.0.3:
21382138
esrecurse "^4.1.0"
21392139
estraverse "^4.1.1"
21402140

2141-
eslint-utils@^1.3.1, eslint-utils@^1.4.2:
2141+
eslint-utils@^1.3.1:
21422142
version "1.4.3"
21432143
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
21442144
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
21452145
dependencies:
21462146
eslint-visitor-keys "^1.1.0"
21472147

2148+
eslint-utils@^2.0.0:
2149+
version "2.1.0"
2150+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
2151+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
2152+
dependencies:
2153+
eslint-visitor-keys "^1.1.0"
2154+
21482155
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
21492156
version "1.1.0"
21502157
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
@@ -4418,6 +4425,11 @@ regexpp@^2.0.1:
44184425
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
44194426
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
44204427

4428+
regexpp@^3.0.0:
4429+
version "3.1.0"
4430+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
4431+
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
4432+
44214433
regexpu-core@^4.6.0:
44224434
version "4.6.0"
44234435
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"
@@ -4497,14 +4509,7 @@ resolve-url@^0.2.1:
44974509
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
44984510
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
44994511

4500-
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
4501-
version "1.12.0"
4502-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
4503-
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
4504-
dependencies:
4505-
path-parse "^1.0.6"
4506-
4507-
resolve@^1.12.0:
4512+
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
45084513
version "1.19.0"
45094514
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
45104515
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==

0 commit comments

Comments
 (0)