@@ -982,10 +982,10 @@ eslint-module-utils@^2.7.2:
982
982
debug "^3.2.7"
983
983
find-up "^2.1.0"
984
984
985
- eslint-plugin-es@^3.0 .0 :
986
- version "3.0.1 "
987
- resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1. tgz#75a7cdfdccddc0589934aeeb384175f221c57893 "
988
- integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ ==
985
+ eslint-plugin-es@^4.1 .0 :
986
+ version "4.1.0 "
987
+ resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0. tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9 "
988
+ integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ ==
989
989
dependencies :
990
990
eslint-utils "^2.0.0"
991
991
regexpp "^3.0.0"
@@ -1009,14 +1009,15 @@ eslint-plugin-import@^2.25.3:
1009
1009
resolve "^1.20.0"
1010
1010
tsconfig-paths "^3.12.0"
1011
1011
1012
- eslint-plugin-node@^11.1 .0 :
1013
- version "11.1 .0"
1014
- resolved "https://registry.yarnpkg.com/eslint-plugin-node /-/eslint-plugin-node-11.1 .0.tgz#c95544416ee4ada26740a30474eefc5402dc671d "
1015
- integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g ==
1012
+ eslint-plugin-n@^14.0 .0 :
1013
+ version "14.0 .0"
1014
+ resolved "https://registry.yarnpkg.com/eslint-plugin-n /-/eslint-plugin-n-14.0 .0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352 "
1015
+ integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ ==
1016
1016
dependencies :
1017
- eslint-plugin-es "^3.0 .0"
1018
- eslint-utils "^2 .0.0"
1017
+ eslint-plugin-es "^4.1 .0"
1018
+ eslint-utils "^3 .0.0"
1019
1019
ignore "^5.1.1"
1020
+ is-core-module "^2.3.0"
1020
1021
minimatch "^3.0.4"
1021
1022
resolve "^1.10.1"
1022
1023
semver "^6.1.0"
@@ -1310,6 +1311,11 @@ function-bind@^1.1.1:
1310
1311
version "1.1.1"
1311
1312
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
1312
1313
1314
+ function-bind@^1.1.2 :
1315
+ version "1.1.2"
1316
+ resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
1317
+ integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
1318
+
1313
1319
functional-red-black-tree@^1.0.1 :
1314
1320
version "1.0.1"
1315
1321
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -1480,6 +1486,13 @@ has@^1.0.3:
1480
1486
dependencies :
1481
1487
function-bind "^1.1.1"
1482
1488
1489
+ hasown@^2.0.2 :
1490
+ version "2.0.2"
1491
+ resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
1492
+ integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
1493
+ dependencies :
1494
+ function-bind "^1.1.2"
1495
+
1483
1496
highlight.js@^11.2.0 :
1484
1497
version "11.2.0"
1485
1498
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.2.0.tgz#a7e3b8c1fdc4f0538b93b2dc2ddd53a40c6ab0f0"
@@ -1633,6 +1646,13 @@ is-core-module@^2.2.0:
1633
1646
dependencies :
1634
1647
has "^1.0.3"
1635
1648
1649
+ is-core-module@^2.3.0 :
1650
+ version "2.15.0"
1651
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.0.tgz#71c72ec5442ace7e76b306e9d48db361f22699ea"
1652
+ integrity sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==
1653
+ dependencies :
1654
+ hasown "^2.0.2"
1655
+
1636
1656
is-core-module@^2.8.0 :
1637
1657
version "2.8.1"
1638
1658
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
0 commit comments