@@ -1533,22 +1533,23 @@ eslint-config-prettier@^9.0.0:
1533
1533
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f"
1534
1534
integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==
1535
1535
1536
- eslint-plugin-es@^3.0 .0 :
1537
- version "3.0.1 "
1538
- resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1. tgz#75a7cdfdccddc0589934aeeb384175f221c57893 "
1539
- integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ ==
1536
+ eslint-plugin-es@^4.1 .0 :
1537
+ version "4.1.0 "
1538
+ resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0. tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9 "
1539
+ integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ ==
1540
1540
dependencies :
1541
1541
eslint-utils "^2.0.0"
1542
1542
regexpp "^3.0.0"
1543
1543
1544
- eslint-plugin-node@^11.1 .0 :
1545
- version "11.1 .0"
1546
- resolved "https://registry.yarnpkg.com/eslint-plugin-node /-/eslint-plugin-node-11.1 .0.tgz#c95544416ee4ada26740a30474eefc5402dc671d "
1547
- integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g ==
1544
+ eslint-plugin-n@^14.0 .0 :
1545
+ version "14.0 .0"
1546
+ resolved "https://registry.yarnpkg.com/eslint-plugin-n /-/eslint-plugin-n-14.0 .0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352 "
1547
+ integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ ==
1548
1548
dependencies :
1549
- eslint-plugin-es "^3.0 .0"
1550
- eslint-utils "^2 .0.0"
1549
+ eslint-plugin-es "^4.1 .0"
1550
+ eslint-utils "^3 .0.0"
1551
1551
ignore "^5.1.1"
1552
+ is-core-module "^2.3.0"
1552
1553
minimatch "^3.0.4"
1553
1554
resolve "^1.10.1"
1554
1555
semver "^6.1.0"
@@ -1820,6 +1821,11 @@ function-bind@^1.1.1:
1820
1821
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
1821
1822
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
1822
1823
1824
+ function-bind@^1.1.2 :
1825
+ version "1.1.2"
1826
+ resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
1827
+ integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
1828
+
1823
1829
functional-red-black-tree@^1.0.1 :
1824
1830
version "1.0.1"
1825
1831
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -1946,6 +1952,13 @@ has@^1.0.3:
1946
1952
dependencies :
1947
1953
function-bind "^1.1.1"
1948
1954
1955
+ hasown@^2.0.2 :
1956
+ version "2.0.2"
1957
+ resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
1958
+ integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
1959
+ dependencies :
1960
+ function-bind "^1.1.2"
1961
+
1949
1962
html-escaper@^2.0.0 :
1950
1963
version "2.0.2"
1951
1964
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
@@ -2015,6 +2028,13 @@ is-arrayish@^0.2.1:
2015
2028
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
2016
2029
integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
2017
2030
2031
+ is-core-module@^2.3.0 :
2032
+ version "2.16.1"
2033
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
2034
+ integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
2035
+ dependencies :
2036
+ hasown "^2.0.2"
2037
+
2018
2038
is-core-module@^2.8.1 :
2019
2039
version "2.8.1"
2020
2040
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
0 commit comments