Skip to content

Commit 74038e8

Browse files
authored
Merge pull request #964 from elwayman02/dependabot/npm_and_yarn/eslint-plugin-n-16.2.0
[skip netlify]: Bump eslint-plugin-n from 16.0.2 to 16.2.0
2 parents 158b591 + 8fe6d7b commit 74038e8

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"eslint": "^8.47.0",
7171
"eslint-config-prettier": "^9.0.0",
7272
"eslint-plugin-ember": "^11.11.1",
73-
"eslint-plugin-n": "^16.0.2",
73+
"eslint-plugin-n": "^16.2.0",
7474
"eslint-plugin-prettier": "^5.0.0",
7575
"eslint-plugin-qunit": "^8.0.1",
7676
"field-guide": "^2.4.0",

Diff for: yarn.lock

+17-4
Original file line numberDiff line numberDiff line change
@@ -7824,14 +7824,15 @@ eslint-plugin-es-x@^7.1.0:
78247824
"@eslint-community/eslint-utils" "^4.1.2"
78257825
"@eslint-community/regexpp" "^4.6.0"
78267826

7827-
eslint-plugin-n@^16.0.2:
7828-
version "16.0.2"
7829-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.0.2.tgz#5b2c0ad8dd9b724244d30fad2cc49ff4308a2152"
7830-
integrity sha512-Y66uDfUNbBzypsr0kELWrIz+5skicECrLUqlWuXawNSLUq3ltGlCwu6phboYYOTSnoTdHgTLrc+5Ydo6KjzZog==
7827+
eslint-plugin-n@^16.2.0:
7828+
version "16.2.0"
7829+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.2.0.tgz#3f98ca9fadd9f7bdaaf60068533118ecb685bfb5"
7830+
integrity sha512-AQER2jEyQOt1LG6JkGJCCIFotzmlcCZFur2wdKrp1JX2cNotC7Ae0BcD/4lLv3lUAArM9uNS8z/fsvXTd0L71g==
78317831
dependencies:
78327832
"@eslint-community/eslint-utils" "^4.4.0"
78337833
builtins "^5.0.1"
78347834
eslint-plugin-es-x "^7.1.0"
7835+
get-tsconfig "^4.7.0"
78357836
ignore "^5.2.4"
78367837
is-core-module "^2.12.1"
78377838
minimatch "^3.1.2"
@@ -8935,6 +8936,13 @@ get-symbol-description@^1.0.0:
89358936
call-bind "^1.0.2"
89368937
get-intrinsic "^1.1.1"
89378938

8939+
get-tsconfig@^4.7.0:
8940+
version "4.7.2"
8941+
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.7.2.tgz#0dcd6fb330391d46332f4c6c1bf89a6514c2ddce"
8942+
integrity sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==
8943+
dependencies:
8944+
resolve-pkg-maps "^1.0.0"
8945+
89388946
get-uri@^6.0.1:
89398947
version "6.0.1"
89408948
resolved "https://registry.yarnpkg.com/get-uri/-/get-uri-6.0.1.tgz#cff2ba8d456c3513a04b70c45de4dbcca5b1527c"
@@ -13656,6 +13664,11 @@ resolve-path@^1.4.0:
1365613664
http-errors "~1.6.2"
1365713665
path-is-absolute "1.0.1"
1365813666

13667+
resolve-pkg-maps@^1.0.0:
13668+
version "1.0.0"
13669+
resolved "https://registry.yarnpkg.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz#616b3dc2c57056b5588c31cdf4b3d64db133720f"
13670+
integrity sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==
13671+
1365913672
resolve-url@^0.2.1:
1366013673
version "0.2.1"
1366113674
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"

0 commit comments

Comments
 (0)