Skip to content

Commit

Permalink
Update dependency eslint-plugin-n to ^16.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Nov 10, 2023
1 parent a2a7443 commit 9f1b4e4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/eslint-config-adeira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-monorepo": "^0.3.2",
"eslint-plugin-n": "^16.3.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
Expand Down
27 changes: 22 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ __metadata:
eslint-plugin-jest-dom: "npm:^5.1.0"
eslint-plugin-jsx-a11y: "npm:^6.8.0"
eslint-plugin-monorepo: "npm:^0.3.2"
eslint-plugin-n: "npm:^16.3.0"
eslint-plugin-n: "npm:^16.3.1"
eslint-plugin-prettier: "npm:^4.2.1"
eslint-plugin-promise: "npm:^6.1.1"
eslint-plugin-react: "npm:^7.33.2"
Expand Down Expand Up @@ -8970,6 +8970,13 @@ __metadata:
languageName: node
linkType: hard

"builtin-modules@npm:^3.3.0":
version: 3.3.0
resolution: "builtin-modules@npm:3.3.0"
checksum: 2cb3448b4f7306dc853632a4fcddc95e8d4e4b9868c139400027b71938fc6806d4ff44007deffb362ac85724bd40c2c6452fb6a0aa4531650eeddb98d8e5ee8a
languageName: node
linkType: hard

"builtin-status-codes@npm:^3.0.0":
version: 3.0.0
resolution: "builtin-status-codes@npm:3.0.0"
Expand Down Expand Up @@ -12334,22 +12341,23 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-n@npm:^16.3.0":
version: 16.3.0
resolution: "eslint-plugin-n@npm:16.3.0"
"eslint-plugin-n@npm:^16.3.1":
version: 16.3.1
resolution: "eslint-plugin-n@npm:16.3.1"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
builtins: "npm:^5.0.1"
eslint-plugin-es-x: "npm:^7.1.0"
get-tsconfig: "npm:^4.7.0"
ignore: "npm:^5.2.4"
is-builtin-module: "npm:^3.2.1"
is-core-module: "npm:^2.12.1"
minimatch: "npm:^3.1.2"
resolve: "npm:^1.22.2"
semver: "npm:^7.5.3"
peerDependencies:
eslint: ">=7.0.0"
checksum: 43f5dd8402d559c8a5973c1abd0f2a26a4616c661c1f76bb655cc97154cf63200382b38d44718e896419ff4ba4be4691d974988101bd5cdf77fa4b1013296a49
checksum: 0ec5ed7e78ec0266ee87c5ffb162a385e150762423cc8296b3dfc6b57df3dc31f1d486acf7ce145a9078256d748efbd55e4a7294fa76e2b755b290fc1a1a9509
languageName: node
linkType: hard

Expand Down Expand Up @@ -15556,6 +15564,15 @@ __metadata:
languageName: node
linkType: hard

"is-builtin-module@npm:^3.2.1":
version: 3.2.1
resolution: "is-builtin-module@npm:3.2.1"
dependencies:
builtin-modules: "npm:^3.3.0"
checksum: 5a66937a03f3b18803381518f0ef679752ac18cdb7dd53b5e23ee8df8d440558737bd8dcc04d2aae555909d2ecb4a81b5c0d334d119402584b61e6a003e31af1
languageName: node
linkType: hard

"is-callable@npm:^1.1.3, is-callable@npm:^1.1.4, is-callable@npm:^1.2.7":
version: 1.2.7
resolution: "is-callable@npm:1.2.7"
Expand Down

0 comments on commit 9f1b4e4

Please sign in to comment.