@@ -6112,22 +6112,23 @@ eslint-plugin-ember@^11.0.0:
61126112 requireindex "^1.2.0"
61136113 snake-case "^3.0.3"
61146114
6115- eslint-plugin-es@^3.0 .0:
6116- version "3.0.1 "
6117- resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1. tgz#75a7cdfdccddc0589934aeeb384175f221c57893 "
6118- integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ ==
6115+ eslint-plugin-es@^4.1 .0:
6116+ version "4.1.0 "
6117+ resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0. tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9 "
6118+ integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ ==
61196119 dependencies:
61206120 eslint-utils "^2.0.0"
61216121 regexpp "^3.0.0"
61226122
6123- eslint-plugin-node@^11.1 .0:
6124- version "11.1 .0"
6125- resolved "https://registry.yarnpkg.com/eslint-plugin-node /-/eslint-plugin-node-11.1 .0.tgz#c95544416ee4ada26740a30474eefc5402dc671d "
6126- integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g ==
6123+ eslint-plugin-n@^14.0 .0:
6124+ version "14.0 .0"
6125+ resolved "https://registry.yarnpkg.com/eslint-plugin-n /-/eslint-plugin-n-14.0 .0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352 "
6126+ integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ ==
61276127 dependencies:
6128- eslint-plugin-es "^3.0 .0"
6129- eslint-utils "^2 .0.0"
6128+ eslint-plugin-es "^4.1 .0"
6129+ eslint-utils "^3 .0.0"
61306130 ignore "^5.1.1"
6131+ is-core-module "^2.3.0"
61316132 minimatch "^3.0.4"
61326133 resolve "^1.10.1"
61336134 semver "^6.1.0"
@@ -6984,6 +6985,11 @@ function-bind@^1.1.1:
69846985 resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
69856986 integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
69866987
6988+ function-bind@^1.1.2:
6989+ version "1.1.2"
6990+ resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
6991+ integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
6992+
69876993function.prototype.name@^1.1.5:
69886994 version "1.1.5"
69896995 resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
@@ -7384,6 +7390,13 @@ hash-for-dep@^1.0.2, hash-for-dep@^1.4.7, hash-for-dep@^1.5.0, hash-for-dep@^1.5
73847390 resolve "^1.10.0"
73857391 resolve-package-path "^1.0.11"
73867392
7393+ hasown@^2.0.2:
7394+ version "2.0.2"
7395+ resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
7396+ integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
7397+ dependencies:
7398+ function-bind "^1.1.2"
7399+
73877400he@^1.2.0:
73887401 version "1.2.0"
73897402 resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -7745,6 +7758,13 @@ is-callable@^1.1.4, is-callable@^1.2.4:
77457758 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
77467759 integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
77477760
7761+ is-core-module@^2.3.0:
7762+ version "2.15.0"
7763+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.0.tgz#71c72ec5442ace7e76b306e9d48db361f22699ea"
7764+ integrity sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==
7765+ dependencies:
7766+ hasown "^2.0.2"
7767+
77487768is-core-module@^2.8.1:
77497769 version "2.9.0"
77507770 resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69"
0 commit comments