Skip to content

Commit 24bab6a

Browse files
chore: upgrade eslint-config-n to 17.9.0, along with setting peerDeps… (#92)
feat!: upgrade eslint-config-n to 17.x.x, set relevant peerDep, and remove unneeded legacy rule
1 parent 9156549 commit 24bab6a

File tree

3 files changed

+102
-83
lines changed

3 files changed

+102
-83
lines changed

index.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ module.exports = {
1414
rules: {
1515
'strict': 'error',
1616

17-
'n/no-unsupported-features/es-syntax': ['error', {
18-
'ignores': [
19-
// remove once we upgrade to v17
20-
// https://github.com/eslint-community/eslint-plugin-n/issues/80
21-
'dynamicImport',
22-
],
23-
}],
24-
2517
'json-files/require-engines': 'error',
2618
'json-files/require-license': 'error',
2719
'json-files/restrict-ranges': ['error', { pinUnstable: true }],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-config-crowdstrike": "10.1.0",
3939
"eslint-config-crowdstrike-node": "link:",
4040
"eslint-plugin-json-files": "^4.0.0",
41-
"eslint-plugin-n": "^14.0.0",
41+
"eslint-plugin-n": "^17.0.0",
4242
"remark-cli": "^12.0.0",
4343
"remark-preset-lint-crowdstrike": "^4.0.0",
4444
"renovate-config-standard": "^2.0.0",
@@ -47,6 +47,6 @@
4747
"peerDependencies": {
4848
"eslint-config-crowdstrike": ">=1",
4949
"eslint-plugin-json-files": ">=0.8",
50-
"eslint-plugin-n": ">=14"
50+
"eslint-plugin-n": ">=15.1"
5151
}
5252
}

yarn.lock

Lines changed: 100 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,18 @@
218218
execa "^8.0.0"
219219
yargs "^17.0.0"
220220

221+
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.4.0":
222+
version "4.4.0"
223+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
224+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
225+
dependencies:
226+
eslint-visitor-keys "^3.3.0"
227+
228+
"@eslint-community/regexpp@^4.11.0":
229+
version "4.11.0"
230+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
231+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
232+
221233
"@eslint/eslintrc@^1.0.2":
222234
version "1.0.2"
223235
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.2.tgz#6044884f7f93c4ecc2d1694c7486cce91ef8f746"
@@ -1198,6 +1210,14 @@ emoji-regex@^9.2.2:
11981210
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
11991211
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
12001212

1213+
enhanced-resolve@^5.17.0:
1214+
version "5.17.1"
1215+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz#67bfbbcc2f81d511be77d686a90267ef7f898a15"
1216+
integrity sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==
1217+
dependencies:
1218+
graceful-fs "^4.2.4"
1219+
tapable "^2.2.0"
1220+
12011221
enquirer@^2.3.5:
12021222
version "2.3.6"
12031223
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d"
@@ -1227,21 +1247,30 @@ escape-string-regexp@^4.0.0:
12271247
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
12281248
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
12291249

1250+
eslint-compat-utils@^0.5.1:
1251+
version "0.5.1"
1252+
resolved "https://registry.yarnpkg.com/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz#7fc92b776d185a70c4070d03fd26fde3d59652e4"
1253+
integrity sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==
1254+
dependencies:
1255+
semver "^7.5.4"
1256+
12301257
"eslint-config-crowdstrike-node@link:.":
12311258
version "0.0.0"
1259+
uid ""
12321260

12331261
12341262
version "10.1.0"
12351263
resolved "https://registry.yarnpkg.com/eslint-config-crowdstrike/-/eslint-config-crowdstrike-10.1.0.tgz#f46fd56e4ec9b4f89d27be608aea049530db164e"
12361264
integrity sha512-Wy4HdaVBfe5ItXI71Szv2viO7yvX8ZMeG1TblxYy84eAYi9S2p5fMzlwU1JJUlocu7cKBS697+KWYUM8+zk6oQ==
12371265

1238-
eslint-plugin-es@^4.1.0:
1239-
version "4.1.0"
1240-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
1241-
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
1266+
eslint-plugin-es-x@^7.5.0:
1267+
version "7.8.0"
1268+
resolved "https://registry.yarnpkg.com/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz#a207aa08da37a7923f2a9599e6d3eb73f3f92b74"
1269+
integrity sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==
12421270
dependencies:
1243-
eslint-utils "^2.0.0"
1244-
regexpp "^3.0.0"
1271+
"@eslint-community/eslint-utils" "^4.1.2"
1272+
"@eslint-community/regexpp" "^4.11.0"
1273+
eslint-compat-utils "^0.5.1"
12451274

12461275
eslint-plugin-json-files@^4.0.0:
12471276
version "4.0.0"
@@ -1254,18 +1283,19 @@ eslint-plugin-json-files@^4.0.0:
12541283
semver "^7.0.0"
12551284
sort-package-json "^1.22.1"
12561285

1257-
eslint-plugin-n@^14.0.0:
1258-
version "14.0.0"
1259-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-14.0.0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352"
1260-
integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==
1286+
eslint-plugin-n@^17.0.0:
1287+
version "17.9.0"
1288+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.9.0.tgz#91b43d4e10a35e455bfac2c64671f9cecc396590"
1289+
integrity sha512-CPSaXDXdrT4nsrOrO4mT4VB6FMUkoySRkHWuuJJHVqsIEjIeZgMY1H7AzSwPbDScikBmLN82KeM1u7ixV7PzGg==
12611290
dependencies:
1262-
eslint-plugin-es "^4.1.0"
1263-
eslint-utils "^3.0.0"
1264-
ignore "^5.1.1"
1265-
is-core-module "^2.3.0"
1266-
minimatch "^3.0.4"
1267-
resolve "^1.10.1"
1268-
semver "^6.1.0"
1291+
"@eslint-community/eslint-utils" "^4.4.0"
1292+
enhanced-resolve "^5.17.0"
1293+
eslint-plugin-es-x "^7.5.0"
1294+
get-tsconfig "^4.7.0"
1295+
globals "^15.0.0"
1296+
ignore "^5.2.4"
1297+
minimatch "^9.0.0"
1298+
semver "^7.5.3"
12691299

12701300
eslint-scope@^6.0.0:
12711301
version "6.0.0"
@@ -1275,25 +1305,13 @@ eslint-scope@^6.0.0:
12751305
esrecurse "^4.3.0"
12761306
estraverse "^5.2.0"
12771307

1278-
eslint-utils@^2.0.0:
1279-
version "2.0.0"
1280-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
1281-
integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==
1282-
dependencies:
1283-
eslint-visitor-keys "^1.1.0"
1284-
12851308
eslint-utils@^3.0.0:
12861309
version "3.0.0"
12871310
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
12881311
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
12891312
dependencies:
12901313
eslint-visitor-keys "^2.0.0"
12911314

1292-
eslint-visitor-keys@^1.1.0:
1293-
version "1.1.0"
1294-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
1295-
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
1296-
12971315
eslint-visitor-keys@^2.0.0:
12981316
version "2.1.0"
12991317
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
@@ -1304,6 +1322,11 @@ eslint-visitor-keys@^3.0.0:
13041322
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
13051323
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
13061324

1325+
eslint-visitor-keys@^3.3.0:
1326+
version "3.4.3"
1327+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
1328+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
1329+
13071330
eslint@^8.0.0:
13081331
version "8.0.0"
13091332
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.0.0.tgz#2c2d0ac6353755667ac90c9ff4a9c1315e43fcff"
@@ -1562,11 +1585,6 @@ function-bind@^1.1.1:
15621585
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
15631586
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
15641587

1565-
function-bind@^1.1.2:
1566-
version "1.1.2"
1567-
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
1568-
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
1569-
15701588
functional-red-black-tree@^1.0.1:
15711589
version "1.0.1"
15721590
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -1603,6 +1621,13 @@ get-stream@^8.0.1:
16031621
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-8.0.1.tgz#def9dfd71742cd7754a7761ed43749a27d02eca2"
16041622
integrity sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==
16051623

1624+
get-tsconfig@^4.7.0:
1625+
version "4.7.6"
1626+
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.7.6.tgz#118fd5b7b9bae234cc7705a00cd771d7eb65d62a"
1627+
integrity sha512-ZAqrLlu18NbDdRaHq+AKXzAmqIUPswPWKUchfytdAjiRFnCe5ojG2bstg6mRiZabkKfCoL/e98pbBELIV/YCeA==
1628+
dependencies:
1629+
resolve-pkg-maps "^1.0.0"
1630+
16061631
16071632
version "1.0.2"
16081633
resolved "https://registry.yarnpkg.com/git-hooks-list/-/git-hooks-list-1.0.2.tgz#b023b76872f00d81b353efd1458fb4a165035575"
@@ -1720,6 +1745,11 @@ globals@^13.6.0, globals@^13.9.0:
17201745
dependencies:
17211746
type-fest "^0.20.2"
17221747

1748+
globals@^15.0.0:
1749+
version "15.8.0"
1750+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.8.0.tgz#e64bb47b619dd8cbf32b3c1a0a61714e33cbbb41"
1751+
integrity sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==
1752+
17231753
17241754
version "10.0.1"
17251755
resolved "https://registry.yarnpkg.com/globby/-/globby-10.0.1.tgz#4782c34cb75dd683351335c5829cc3420e606b22"
@@ -1739,6 +1769,11 @@ graceful-fs@^4.1.2:
17391769
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
17401770
integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==
17411771

1772+
graceful-fs@^4.2.4:
1773+
version "4.2.11"
1774+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
1775+
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
1776+
17421777
handlebars@^4.7.6:
17431778
version "4.7.7"
17441779
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
@@ -1778,13 +1813,6 @@ has@^1.0.3:
17781813
dependencies:
17791814
function-bind "^1.1.1"
17801815

1781-
hasown@^2.0.2:
1782-
version "2.0.2"
1783-
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
1784-
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
1785-
dependencies:
1786-
function-bind "^1.1.2"
1787-
17881816
hosted-git-info@^2.1.4:
17891817
version "2.8.9"
17901818
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
@@ -1824,6 +1852,11 @@ ignore@^5.0.0, ignore@^5.1.1:
18241852
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.4.tgz#84b7b3dbe64552b6ef0eca99f6743dbec6d97adf"
18251853
integrity sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==
18261854

1855+
ignore@^5.2.4:
1856+
version "5.3.1"
1857+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
1858+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
1859+
18271860
import-fresh@^3.0.0:
18281861
version "3.2.1"
18291862
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -1924,13 +1957,6 @@ is-buffer@^2.0.0:
19241957
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
19251958
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==
19261959

1927-
is-core-module@^2.3.0:
1928-
version "2.15.0"
1929-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.0.tgz#71c72ec5442ace7e76b306e9d48db361f22699ea"
1930-
integrity sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==
1931-
dependencies:
1932-
hasown "^2.0.2"
1933-
19341960
is-core-module@^2.5.0, is-core-module@^2.8.0:
19351961
version "2.8.1"
19361962
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
@@ -2981,6 +3007,13 @@ minimatch@^5.0.1:
29813007
dependencies:
29823008
brace-expansion "^2.0.1"
29833009

3010+
minimatch@^9.0.0:
3011+
version "9.0.5"
3012+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3013+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3014+
dependencies:
3015+
brace-expansion "^2.0.1"
3016+
29843017
minimatch@^9.0.1:
29853018
version "9.0.3"
29863019
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
@@ -3541,11 +3574,6 @@ redent@^3.0.0:
35413574
indent-string "^4.0.0"
35423575
strip-indent "^3.0.0"
35433576

3544-
regexpp@^3.0.0:
3545-
version "3.0.0"
3546-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
3547-
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
3548-
35493577
regexpp@^3.2.0:
35503578
version "3.2.0"
35513579
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
@@ -4044,6 +4072,11 @@ resolve-global@^1.0.0:
40444072
dependencies:
40454073
global-dirs "^0.1.1"
40464074

4075+
resolve-pkg-maps@^1.0.0:
4076+
version "1.0.0"
4077+
resolved "https://registry.yarnpkg.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz#616b3dc2c57056b5588c31cdf4b3d64db133720f"
4078+
integrity sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==
4079+
40474080
resolve@^1.1.6:
40484081
version "1.21.0"
40494082
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.21.0.tgz#b51adc97f3472e6a5cf4444d34bc9d6b9037591f"
@@ -4053,7 +4086,7 @@ resolve@^1.1.6:
40534086
path-parse "^1.0.7"
40544087
supports-preserve-symlinks-flag "^1.0.0"
40554088

4056-
resolve@^1.10.0, resolve@^1.10.1:
4089+
resolve@^1.10.0:
40574090
version "1.15.1"
40584091
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
40594092
integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==
@@ -4106,7 +4139,7 @@ [email protected]:
41064139
dependencies:
41074140
lru-cache "^6.0.0"
41084141

4109-
semver@^6.0.0, semver@^6.1.0:
4142+
semver@^6.0.0:
41104143
version "6.3.1"
41114144
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
41124145
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
@@ -4118,6 +4151,11 @@ semver@^7.0.0, semver@^7.1.1, semver@^7.2.1, semver@^7.3.4, semver@^7.3.5:
41184151
dependencies:
41194152
lru-cache "^6.0.0"
41204153

4154+
semver@^7.5.3, semver@^7.5.4:
4155+
version "7.6.3"
4156+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
4157+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
4158+
41214159
set-blocking@^2.0.0:
41224160
version "2.0.0"
41234161
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -4324,7 +4362,7 @@ stringify-package@^1.0.1:
43244362
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
43254363
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
43264364

4327-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4365+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
43284366
version "6.0.1"
43294367
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
43304368
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4338,13 +4376,6 @@ strip-ansi@^6.0.0:
43384376
dependencies:
43394377
ansi-regex "^5.0.0"
43404378

4341-
strip-ansi@^6.0.1:
4342-
version "6.0.1"
4343-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4344-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4345-
dependencies:
4346-
ansi-regex "^5.0.1"
4347-
43484379
strip-ansi@^7.0.0:
43494380
version "7.0.0"
43504381
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.0.tgz#1dc49b980c3a4100366617adac59327eefdefcb0"
@@ -4436,6 +4467,11 @@ supports-preserve-symlinks-flag@^1.0.0:
44364467
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
44374468
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
44384469

4470+
tapable@^2.2.0:
4471+
version "2.2.1"
4472+
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
4473+
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
4474+
44394475
text-extensions@^1.0.0:
44404476
version "1.9.0"
44414477
resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.9.0.tgz#1853e45fee39c945ce6f6c36b2d659b5aabc2a26"
@@ -4918,7 +4954,7 @@ wordwrap@^1.0.0:
49184954
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
49194955
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
49204956

4921-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
4957+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
49224958
version "7.0.0"
49234959
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
49244960
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -4936,15 +4972,6 @@ wrap-ansi@^6.2.0:
49364972
string-width "^4.1.0"
49374973
strip-ansi "^6.0.0"
49384974

4939-
wrap-ansi@^7.0.0:
4940-
version "7.0.0"
4941-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4942-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4943-
dependencies:
4944-
ansi-styles "^4.0.0"
4945-
string-width "^4.1.0"
4946-
strip-ansi "^6.0.0"
4947-
49484975
wrap-ansi@^8.1.0:
49494976
version "8.1.0"
49504977
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)