Skip to content

Commit a24b26b

Browse files
chore(deps): update dependency eslint-plugin-n to v16.1.0 (#4676)
1 parent 7c0efb0 commit a24b26b

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-plugin-import": "2.28.1",
4747
"eslint-plugin-jest": "27.2.3",
4848
"eslint-plugin-jsx-a11y": "6.7.1",
49-
"eslint-plugin-n": "16.0.2",
49+
"eslint-plugin-n": "16.1.0",
5050
"eslint-plugin-node": "11.1.0",
5151
"eslint-plugin-prettier": "5.0.0",
5252
"eslint-plugin-promise": "6.1.1",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11624,14 +11624,15 @@ [email protected]:
1162411624
object.fromentries "^2.0.6"
1162511625
semver "^6.3.0"
1162611626

11627-
eslint-plugin-n@16.0.2:
11628-
version "16.0.2"
11629-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.0.2.tgz#5b2c0ad8dd9b724244d30fad2cc49ff4308a2152"
11630-
integrity sha512-Y66uDfUNbBzypsr0kELWrIz+5skicECrLUqlWuXawNSLUq3ltGlCwu6phboYYOTSnoTdHgTLrc+5Ydo6KjzZog==
11627+
eslint-plugin-n@16.1.0:
11628+
version "16.1.0"
11629+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.1.0.tgz#73d24fe3e37d04519c1f9230bdbd3aa567c66799"
11630+
integrity sha512-3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3Hg==
1163111631
dependencies:
1163211632
"@eslint-community/eslint-utils" "^4.4.0"
1163311633
builtins "^5.0.1"
1163411634
eslint-plugin-es-x "^7.1.0"
11635+
get-tsconfig "^4.7.0"
1163511636
ignore "^5.2.4"
1163611637
is-core-module "^2.12.1"
1163711638
minimatch "^3.1.2"
@@ -13101,6 +13102,13 @@ get-symbol-description@^1.0.0:
1310113102
call-bind "^1.0.2"
1310213103
get-intrinsic "^1.1.1"
1310313104

13105+
get-tsconfig@^4.7.0:
13106+
version "4.7.0"
13107+
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.7.0.tgz#06ce112a1463e93196aa90320c35df5039147e34"
13108+
integrity sha512-pmjiZ7xtB8URYm74PlGJozDNyhvsVLUcpBa8DZBG3bWHwaHa9bPiRpiSfovw+fjhwONSCWKRyk+JQHEGZmMrzw==
13109+
dependencies:
13110+
resolve-pkg-maps "^1.0.0"
13111+
1310413112
get-uri@^6.0.1:
1310513113
version "6.0.1"
1310613114
resolved "https://registry.yarnpkg.com/get-uri/-/get-uri-6.0.1.tgz#cff2ba8d456c3513a04b70c45de4dbcca5b1527c"
@@ -19373,6 +19381,11 @@ resolve-from@^5.0.0:
1937319381
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
1937419382
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
1937519383

19384+
resolve-pkg-maps@^1.0.0:
19385+
version "1.0.0"
19386+
resolved "https://registry.yarnpkg.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz#616b3dc2c57056b5588c31cdf4b3d64db133720f"
19387+
integrity sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==
19388+
1937619389
resolve-url@^0.2.1:
1937719390
version "0.2.1"
1937819391
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"

0 commit comments

Comments
 (0)