Skip to content

Commit

Permalink
fix(deps): replace dependency eslint-plugin-node with eslint-plugin-n…
Browse files Browse the repository at this point in the history
… ^14.0.0
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 99cd301 commit d228bb0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-security": "^3.0.1",
Expand Down
27 changes: 14 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6614,7 +6614,7 @@ __metadata:
eslint-config-prettier: "npm:^9.1.0"
eslint-config-standard: "npm:^17.1.0"
eslint-plugin-import: "npm:^2.31.0"
eslint-plugin-node: "npm:^11.1.0"
eslint-plugin-n: "npm:^14.0.0"
eslint-plugin-prettier: "npm:^5.2.1"
eslint-plugin-promise: "npm:^6.0.0"
eslint-plugin-security: "npm:^3.0.1"
Expand Down Expand Up @@ -19720,15 +19720,15 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-es@npm:^3.0.0":
version: 3.0.1
resolution: "eslint-plugin-es@npm:3.0.1"
"eslint-plugin-es@npm:^4.1.0":
version: 4.1.0
resolution: "eslint-plugin-es@npm:4.1.0"
dependencies:
eslint-utils: "npm:^2.0.0"
regexpp: "npm:^3.0.0"
peerDependencies:
eslint: ">=4.19.1"
checksum: 10/9814e6305183edfdff7d99cbc0f95f0aed1446045cbd1d4f28e7be0903d0013880f0aaf04486a27de96bfb2f5a746bea97cbb238f9b0035cb378d48d179a0a1b
checksum: 10/431c7a6296f6f44d94acfb65c8d00fdd2c1c187d8aa97e1eab1d6780e9ed6cf6b62007fd403509ed5ec788a75cf41c8f1e3174cc16f5cc08b9ea266dc92de68e
languageName: node
linkType: hard

Expand Down Expand Up @@ -19896,19 +19896,20 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-node@npm:^11.1.0":
version: 11.1.0
resolution: "eslint-plugin-node@npm:11.1.0"
"eslint-plugin-n@npm:^14.0.0":
version: 14.0.0
resolution: "eslint-plugin-n@npm:14.0.0"
dependencies:
eslint-plugin-es: "npm:^3.0.0"
eslint-utils: "npm:^2.0.0"
eslint-plugin-es: "npm:^4.1.0"
eslint-utils: "npm:^3.0.0"
ignore: "npm:^5.1.1"
is-core-module: "npm:^2.3.0"
minimatch: "npm:^3.0.4"
resolve: "npm:^1.10.1"
semver: "npm:^6.1.0"
peerDependencies:
eslint: ">=5.16.0"
checksum: 10/bda540f390a84d835989f21f56743f3aa8f41fd9b53359d635c116632c86af92d70d8e6449ddd18860e6241f9cef04fc90c37eb192a9047c3c3a46de6145c30c
eslint: ">=7.0.0"
checksum: 10/37161c1fcfb83dd03e04771de48a3ddcd33b41517164b57eb968a015cf8cda54b74d124c939f7855d8caee908622698d3ad6244907e22ec6c45f697bf8b2a877
languageName: node
linkType: hard

Expand Down Expand Up @@ -24241,7 +24242,7 @@ __metadata:
languageName: node
linkType: hard

"is-core-module@npm:^2.15.1":
"is-core-module@npm:^2.15.1, is-core-module@npm:^2.3.0":
version: 2.15.1
resolution: "is-core-module@npm:2.15.1"
dependencies:
Expand Down

0 comments on commit d228bb0

Please sign in to comment.