Skip to content

Commit f0785c9

Browse files
Bump eslint-plugin-n from 16.6.2 to 17.0.0
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.6.2 to 17.0.0. - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@16.6.2...v17.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5d2a62 commit f0785c9

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"eslint": "^8.57.0",
6969
"eslint-config-prettier": "^9.1.0",
7070
"eslint-plugin-ember": "^12.0.0",
71-
"eslint-plugin-n": "^16.6.2",
71+
"eslint-plugin-n": "^17.0.0",
7272
"eslint-plugin-prettier": "^5.1.3",
7373
"eslint-plugin-qunit": "^8.1.1",
7474
"liquid-fire": "0.36.1",

yarn.lock

+21-18
Original file line numberDiff line numberDiff line change
@@ -3301,7 +3301,7 @@ builtin-modules@^3.3.0:
33013301
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
33023302
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
33033303

3304-
builtins@^5.0.0, builtins@^5.0.1:
3304+
builtins@^5.0.0:
33053305
version "5.0.1"
33063306
resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9"
33073307
integrity sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==
@@ -4906,7 +4906,7 @@ engine.io@~6.5.2:
49064906
engine.io-parser "~5.2.1"
49074907
ws "~8.11.0"
49084908

4909-
enhanced-resolve@^5.16.0:
4909+
enhanced-resolve@^5.15.0, enhanced-resolve@^5.16.0:
49104910
version "5.16.0"
49114911
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.16.0.tgz#65ec88778083056cb32487faa9aef82ed0864787"
49124912
integrity sha512-O+QWCviPNSSLAD9Ucn8Awv+poAkqn3T1XY5/N7kR7rQO9yfSGWkYZDwpJ+iKF7B8rxaQKWngSqACpgzeapSyoA==
@@ -5081,21 +5081,19 @@ eslint-plugin-es-x@^7.5.0:
50815081
"@eslint-community/regexpp" "^4.6.0"
50825082
eslint-compat-utils "^0.1.2"
50835083

5084-
eslint-plugin-n@^16.6.2:
5085-
version "16.6.2"
5086-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.6.2.tgz#6a60a1a376870064c906742272074d5d0b412b0b"
5087-
integrity sha512-6TyDmZ1HXoFQXnhCTUjVFULReoBPOAjpuiKELMkeP40yffI/1ZRO+d9ug/VC6fqISo2WkuIBk3cvuRPALaWlOQ==
5084+
eslint-plugin-n@^17.0.0:
5085+
version "17.0.0"
5086+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.0.0.tgz#c2af10481228fd6679f80aef31078e6d36ad7ec8"
5087+
integrity sha512-0Ihff+kWUIiXYTNTotGj/yRI1X5uCh/lef5Hr7ih/mFeYMQ3bPfN0KxlrfhU+Xn4x697l/TPO6zxqE33M1yD0w==
50885088
dependencies:
50895089
"@eslint-community/eslint-utils" "^4.4.0"
5090-
builtins "^5.0.1"
5090+
enhanced-resolve "^5.15.0"
50915091
eslint-plugin-es-x "^7.5.0"
50925092
get-tsconfig "^4.7.0"
5093-
globals "^13.24.0"
5093+
globals "^14.0.0"
50945094
ignore "^5.2.4"
50955095
is-builtin-module "^3.2.1"
5096-
is-core-module "^2.12.1"
5097-
minimatch "^3.1.2"
5098-
resolve "^1.22.2"
5096+
minimatch "^9.0.0"
50995097
semver "^7.5.3"
51005098

51015099
eslint-plugin-prettier@^5.1.3:
@@ -6169,13 +6167,18 @@ globals@^11.1.0:
61696167
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
61706168
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
61716169

6172-
globals@^13.19.0, globals@^13.24.0:
6170+
globals@^13.19.0:
61736171
version "13.24.0"
61746172
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
61756173
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
61766174
dependencies:
61776175
type-fest "^0.20.2"
61786176

6177+
globals@^14.0.0:
6178+
version "14.0.0"
6179+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
6180+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
6181+
61796182
globalthis@^1.0.3:
61806183
version "1.0.3"
61816184
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
@@ -6728,7 +6731,7 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
67286731
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
67296732
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
67306733

6731-
is-core-module@^2.12.1, is-core-module@^2.13.0, is-core-module@^2.5.0:
6734+
is-core-module@^2.13.0, is-core-module@^2.5.0:
67326735
version "2.13.0"
67336736
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db"
67346737
integrity sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==
@@ -7795,10 +7798,10 @@ minimatch@^7.4.3:
77957798
dependencies:
77967799
brace-expansion "^2.0.1"
77977800

7798-
minimatch@^9.0.1:
7799-
version "9.0.3"
7800-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
7801-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
7801+
minimatch@^9.0.0, minimatch@^9.0.1:
7802+
version "9.0.4"
7803+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
7804+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
78027805
dependencies:
78037806
brace-expansion "^2.0.1"
78047807

@@ -9019,7 +9022,7 @@ resolve-url@^0.2.1:
90199022
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
90209023
integrity sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==
90219024

9022-
resolve@^1.10.0, resolve@^1.11.1, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.15.1, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.1, resolve@^1.22.2, resolve@^1.22.3, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.5.0:
9025+
resolve@^1.10.0, resolve@^1.11.1, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.15.1, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.1, resolve@^1.22.3, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.5.0:
90239026
version "1.22.8"
90249027
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
90259028
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==

0 commit comments

Comments
 (0)