-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump eslint-plugin-import from 2.27.5 to 2.28.1
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.28.1. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.27.5...v2.28.1) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
ff06259
commit 5d2450c
Showing
2 changed files
with
192 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -773,6 +773,17 @@ array-union@^2.1.0: | |
resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" | ||
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== | ||
|
||
array.prototype.findlastindex@^1.2.2: | ||
version "1.2.2" | ||
resolved "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz#bc229aef98f6bd0533a2bc61ff95209875526c9b" | ||
integrity sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
es-shim-unscopables "^1.0.0" | ||
get-intrinsic "^1.1.3" | ||
|
||
array.prototype.flat@^1.3.1: | ||
version "1.3.1" | ||
resolved "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#ffc6576a7ca3efc2f46a143b9d1dda9b4b3cf5e2" | ||
|
@@ -793,6 +804,18 @@ array.prototype.flatmap@^1.3.1: | |
es-abstract "^1.20.4" | ||
es-shim-unscopables "^1.0.0" | ||
|
||
arraybuffer.prototype.slice@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz#9b5ea3868a6eebc30273da577eb888381c0044bb" | ||
integrity sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw== | ||
dependencies: | ||
array-buffer-byte-length "^1.0.0" | ||
call-bind "^1.0.2" | ||
define-properties "^1.2.0" | ||
get-intrinsic "^1.2.1" | ||
is-array-buffer "^3.0.2" | ||
is-shared-array-buffer "^1.0.2" | ||
|
||
arrify@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" | ||
|
@@ -1196,6 +1219,14 @@ define-properties@^1.1.3, define-properties@^1.1.4: | |
has-property-descriptors "^1.0.0" | ||
object-keys "^1.1.1" | ||
|
||
define-properties@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz#52988570670c9eacedd8064f4a990f2405849bd5" | ||
integrity sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA== | ||
dependencies: | ||
has-property-descriptors "^1.0.0" | ||
object-keys "^1.1.1" | ||
|
||
[email protected]: | ||
version "5.0.0" | ||
resolved "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b" | ||
|
@@ -1320,6 +1351,51 @@ es-abstract@^1.20.4: | |
unbox-primitive "^1.0.2" | ||
which-typed-array "^1.1.9" | ||
|
||
es-abstract@^1.21.2: | ||
version "1.22.1" | ||
resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz#8b4e5fc5cefd7f1660f0f8e1a52900dfbc9d9ccc" | ||
integrity sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw== | ||
dependencies: | ||
array-buffer-byte-length "^1.0.0" | ||
arraybuffer.prototype.slice "^1.0.1" | ||
available-typed-arrays "^1.0.5" | ||
call-bind "^1.0.2" | ||
es-set-tostringtag "^2.0.1" | ||
es-to-primitive "^1.2.1" | ||
function.prototype.name "^1.1.5" | ||
get-intrinsic "^1.2.1" | ||
get-symbol-description "^1.0.0" | ||
globalthis "^1.0.3" | ||
gopd "^1.0.1" | ||
has "^1.0.3" | ||
has-property-descriptors "^1.0.0" | ||
has-proto "^1.0.1" | ||
has-symbols "^1.0.3" | ||
internal-slot "^1.0.5" | ||
is-array-buffer "^3.0.2" | ||
is-callable "^1.2.7" | ||
is-negative-zero "^2.0.2" | ||
is-regex "^1.1.4" | ||
is-shared-array-buffer "^1.0.2" | ||
is-string "^1.0.7" | ||
is-typed-array "^1.1.10" | ||
is-weakref "^1.0.2" | ||
object-inspect "^1.12.3" | ||
object-keys "^1.1.1" | ||
object.assign "^4.1.4" | ||
regexp.prototype.flags "^1.5.0" | ||
safe-array-concat "^1.0.0" | ||
safe-regex-test "^1.0.0" | ||
string.prototype.trim "^1.2.7" | ||
string.prototype.trimend "^1.0.6" | ||
string.prototype.trimstart "^1.0.6" | ||
typed-array-buffer "^1.0.0" | ||
typed-array-byte-length "^1.0.0" | ||
typed-array-byte-offset "^1.0.0" | ||
typed-array-length "^1.0.4" | ||
unbox-primitive "^1.0.2" | ||
which-typed-array "^1.1.10" | ||
|
||
es-set-tostringtag@^2.0.1: | ||
version "2.0.1" | ||
resolved "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8" | ||
|
@@ -1394,7 +1470,7 @@ eslint-import-resolver-node@^0.3.7: | |
is-core-module "^2.11.0" | ||
resolve "^1.22.1" | ||
|
||
eslint-module-utils@^2.7.4: | ||
eslint-module-utils@^2.8.0: | ||
version "2.8.0" | ||
resolved "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49" | ||
integrity sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw== | ||
|
@@ -1406,26 +1482,28 @@ eslint-plugin-header@^3.1.1: | |
resolved "https://registry.npmjs.org/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz#6ce512432d57675265fac47292b50d1eff11acd6" | ||
integrity sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg== | ||
|
||
eslint-plugin-import@^2.27.5: | ||
version "2.27.5" | ||
resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65" | ||
integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow== | ||
eslint-plugin-import@^2.28.1: | ||
version "2.28.1" | ||
resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz#63b8b5b3c409bfc75ebaf8fb206b07ab435482c4" | ||
integrity sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A== | ||
dependencies: | ||
array-includes "^3.1.6" | ||
array.prototype.findlastindex "^1.2.2" | ||
array.prototype.flat "^1.3.1" | ||
array.prototype.flatmap "^1.3.1" | ||
debug "^3.2.7" | ||
doctrine "^2.1.0" | ||
eslint-import-resolver-node "^0.3.7" | ||
eslint-module-utils "^2.7.4" | ||
eslint-module-utils "^2.8.0" | ||
has "^1.0.3" | ||
is-core-module "^2.11.0" | ||
is-core-module "^2.13.0" | ||
is-glob "^4.0.3" | ||
minimatch "^3.1.2" | ||
object.fromentries "^2.0.6" | ||
object.groupby "^1.0.0" | ||
object.values "^1.1.6" | ||
resolve "^1.22.1" | ||
semver "^6.3.0" | ||
tsconfig-paths "^3.14.1" | ||
semver "^6.3.1" | ||
tsconfig-paths "^3.14.2" | ||
|
||
eslint-plugin-jsdoc@^43.0.5: | ||
version "43.1.1" | ||
|
@@ -1721,7 +1799,7 @@ function.prototype.name@^1.1.5: | |
es-abstract "^1.19.0" | ||
functions-have-names "^1.2.2" | ||
|
||
functions-have-names@^1.2.2: | ||
functions-have-names@^1.2.2, functions-have-names@^1.2.3: | ||
version "1.2.3" | ||
resolved "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" | ||
integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== | ||
|
@@ -1750,7 +1828,7 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: | |
has "^1.0.3" | ||
has-symbols "^1.0.3" | ||
|
||
get-intrinsic@^1.1.3, get-intrinsic@^1.2.0: | ||
get-intrinsic@^1.1.3, get-intrinsic@^1.2.0, get-intrinsic@^1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz#d295644fed4505fc9cde952c37ee12b477a83d82" | ||
integrity sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw== | ||
|
@@ -2083,10 +2161,10 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.4, is-callable@^1.2.7: | |
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" | ||
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== | ||
|
||
is-core-module@^2.11.0, is-core-module@^2.5.0: | ||
version "2.12.1" | ||
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd" | ||
integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg== | ||
is-core-module@^2.11.0, is-core-module@^2.13.0, is-core-module@^2.5.0: | ||
version "2.13.0" | ||
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db" | ||
integrity sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ== | ||
dependencies: | ||
has "^1.0.3" | ||
|
||
|
@@ -2230,6 +2308,11 @@ [email protected]: | |
resolved "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" | ||
integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ== | ||
|
||
isarray@^2.0.5: | ||
version "2.0.5" | ||
resolved "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" | ||
integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== | ||
|
||
isexe@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" | ||
|
@@ -2345,10 +2428,10 @@ json-stable-stringify-without-jsonify@^1.0.1: | |
resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" | ||
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== | ||
|
||
json5@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" | ||
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== | ||
json5@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593" | ||
integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA== | ||
dependencies: | ||
minimist "^1.2.0" | ||
|
||
|
@@ -2801,6 +2884,25 @@ object.assign@^4.1.4: | |
has-symbols "^1.0.3" | ||
object-keys "^1.1.1" | ||
|
||
object.fromentries@^2.0.6: | ||
version "2.0.6" | ||
resolved "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73" | ||
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
|
||
object.groupby@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.0.tgz#cb29259cf90f37e7bac6437686c1ea8c916d12a9" | ||
integrity sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.2.0" | ||
es-abstract "^1.21.2" | ||
get-intrinsic "^1.2.1" | ||
|
||
object.values@^1.1.6: | ||
version "1.1.6" | ||
resolved "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d" | ||
|
@@ -3089,6 +3191,15 @@ regexp.prototype.flags@^1.4.3: | |
define-properties "^1.1.3" | ||
functions-have-names "^1.2.2" | ||
|
||
regexp.prototype.flags@^1.5.0: | ||
version "1.5.0" | ||
resolved "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz#fe7ce25e7e4cca8db37b6634c8a2c7009199b9cb" | ||
integrity sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.2.0" | ||
functions-have-names "^1.2.3" | ||
|
||
release-zalgo@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz#09700b7e5074329739330e535c5a90fb67851730" | ||
|
@@ -3161,6 +3272,16 @@ run-parallel@^1.1.9: | |
dependencies: | ||
queue-microtask "^1.2.2" | ||
|
||
safe-array-concat@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz#2064223cba3c08d2ee05148eedbc563cd6d84060" | ||
integrity sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
get-intrinsic "^1.2.0" | ||
has-symbols "^1.0.3" | ||
isarray "^2.0.5" | ||
|
||
safe-buffer@^5.1.0, safe-buffer@~5.2.0: | ||
version "5.2.1" | ||
resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" | ||
|
@@ -3192,10 +3313,10 @@ [email protected]: | |
dependencies: | ||
lru-cache "^6.0.0" | ||
|
||
semver@^6.0.0, semver@^6.3.0: | ||
version "6.3.0" | ||
resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" | ||
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== | ||
semver@^6.0.0, semver@^6.3.0, semver@^6.3.1: | ||
version "6.3.1" | ||
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" | ||
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== | ||
|
||
semver@^7.3.4, semver@^7.5.0: | ||
version "7.5.1" | ||
|
@@ -3523,13 +3644,13 @@ ts-node@^10.0.0, ts-node@^10.8.1: | |
v8-compile-cache-lib "^3.0.1" | ||
yn "3.1.1" | ||
|
||
tsconfig-paths@^3.14.1: | ||
version "3.14.1" | ||
resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a" | ||
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ== | ||
tsconfig-paths@^3.14.2: | ||
version "3.14.2" | ||
resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088" | ||
integrity sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g== | ||
dependencies: | ||
"@types/json5" "^0.0.29" | ||
json5 "^1.0.1" | ||
json5 "^1.0.2" | ||
minimist "^1.2.6" | ||
strip-bom "^3.0.0" | ||
|
||
|
@@ -3565,6 +3686,36 @@ type-fest@^0.8.0, type-fest@^0.8.1: | |
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" | ||
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== | ||
|
||
typed-array-buffer@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz#18de3e7ed7974b0a729d3feecb94338d1472cd60" | ||
integrity sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
get-intrinsic "^1.2.1" | ||
is-typed-array "^1.1.10" | ||
|
||
typed-array-byte-length@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz#d787a24a995711611fb2b87a4052799517b230d0" | ||
integrity sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
for-each "^0.3.3" | ||
has-proto "^1.0.1" | ||
is-typed-array "^1.1.10" | ||
|
||
typed-array-byte-offset@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz#cbbe89b51fdef9cd6aaf07ad4707340abbc4ea0b" | ||
integrity sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg== | ||
dependencies: | ||
available-typed-arrays "^1.0.5" | ||
call-bind "^1.0.2" | ||
for-each "^0.3.3" | ||
has-proto "^1.0.1" | ||
is-typed-array "^1.1.10" | ||
|
||
typed-array-length@^1.0.4: | ||
version "1.0.4" | ||
resolved "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz#89d83785e5c4098bec72e08b319651f0eac9c1bb" | ||
|
@@ -3685,6 +3836,17 @@ which-module@^2.0.0: | |
resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" | ||
integrity sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q== | ||
|
||
which-typed-array@^1.1.10: | ||
version "1.1.11" | ||
resolved "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz#99d691f23c72aab6768680805a271b69761ed61a" | ||
integrity sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew== | ||
dependencies: | ||
available-typed-arrays "^1.0.5" | ||
call-bind "^1.0.2" | ||
for-each "^0.3.3" | ||
gopd "^1.0.1" | ||
has-tostringtag "^1.0.0" | ||
|
||
which-typed-array@^1.1.9: | ||
version "1.1.9" | ||
resolved "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz#307cf898025848cf995e795e8423c7f337efbde6" | ||
|