-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update devdependency @nuxtjs/eslint-config-typescript to…
… v12
- Loading branch information
1 parent
f6ff801
commit 312cd5d
Showing
2 changed files
with
101 additions
and
88 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 |
---|---|---|
|
@@ -637,29 +637,31 @@ | |
vite-plugin-checker "^0.5.1" | ||
vue-bundle-renderer "^0.4.4" | ||
|
||
"@nuxtjs/eslint-config-typescript@11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config-typescript/-/eslint-config-typescript-11.0.0.tgz#748a0cc063a5cf93ec52dc2d5a2ed94309cacb5b" | ||
integrity sha512-hmFjGtXT524ql8eTbK8BaRkamcXB6Z8YOW8nSQhosTP6oBw9WtOFUeWr7holyE278UhOmx+wDFG90BnyM9D+UA== | ||
dependencies: | ||
"@nuxtjs/eslint-config" "^11.0.0" | ||
"@typescript-eslint/eslint-plugin" "^5.36.1" | ||
"@typescript-eslint/parser" "^5.36.1" | ||
eslint-import-resolver-typescript "^3.5.0" | ||
"@nuxtjs/eslint-config-typescript@12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config-typescript/-/eslint-config-typescript-12.0.0.tgz#eaa36d8a8eb1c35a918f606e32613e0726b98c0b" | ||
integrity sha512-HJR0ho5MYuOCFjkL+eMX/VXbUwy36J12DUMVy+dj3Qz1GYHwX92Saxap3urFzr8oPkzzFiuOknDivfCeRBWakg== | ||
dependencies: | ||
"@nuxtjs/eslint-config" "^12.0.0" | ||
"@typescript-eslint/eslint-plugin" "^5.42.1" | ||
"@typescript-eslint/parser" "^5.42.1" | ||
eslint-import-resolver-typescript "^3.5.2" | ||
eslint-plugin-import "^2.26.0" | ||
eslint-plugin-vue "^9.7.0" | ||
|
||
"@nuxtjs/eslint-config@^11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-11.0.0.tgz#92f5d927ef39099de4f52ab73e01bb28be3ff8c2" | ||
integrity sha512-o4zFOpU8gJgwrC/gLE7c2E0XEjkv2fEixCGG1y+dZYzBPyzTorkQmfxskSF3WRXcZkpkS9uUYlRkeOSdYB7z0w== | ||
"@nuxtjs/eslint-config@^12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-12.0.0.tgz#36ac450efd20e3efb8f8a961e094b267c49adac4" | ||
integrity sha512-ewenelo75x0eYEUK+9EBXjc/OopQCvdkmYmlZuoHq5kub/vtiRpyZ/autppwokpHUq8tiVyl2ejMakoiHiDTrg== | ||
dependencies: | ||
eslint-config-standard "^17.0.0" | ||
eslint-plugin-import "^2.26.0" | ||
eslint-plugin-n "^15.2.5" | ||
eslint-plugin-n "^15.5.1" | ||
eslint-plugin-node "^11.1.0" | ||
eslint-plugin-promise "^6.0.1" | ||
eslint-plugin-unicorn "^43.0.2" | ||
eslint-plugin-vue "^9.4.0" | ||
eslint-plugin-promise "^6.1.1" | ||
eslint-plugin-unicorn "^44.0.2" | ||
eslint-plugin-vue "^9.7.0" | ||
local-pkg "^0.4.2" | ||
|
||
"@octokit/auth-token@^3.0.0": | ||
version "3.0.2" | ||
|
@@ -977,86 +979,87 @@ | |
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c" | ||
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A== | ||
|
||
"@typescript-eslint/eslint-plugin@^5.36.1": | ||
version "5.40.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.1.tgz#3203a6ff396b1194083faaa6e5110c401201d7d5" | ||
integrity sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg== | ||
"@typescript-eslint/eslint-plugin@^5.42.1": | ||
version "5.44.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.44.0.tgz#105788f299050c917eb85c4d9fd04b089e3740de" | ||
integrity sha512-j5ULd7FmmekcyWeArx+i8x7sdRHzAtXTkmDPthE4amxZOWKFK7bomoJ4r7PJ8K7PoMzD16U8MmuZFAonr1ERvw== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "5.40.1" | ||
"@typescript-eslint/type-utils" "5.40.1" | ||
"@typescript-eslint/utils" "5.40.1" | ||
"@typescript-eslint/scope-manager" "5.44.0" | ||
"@typescript-eslint/type-utils" "5.44.0" | ||
"@typescript-eslint/utils" "5.44.0" | ||
debug "^4.3.4" | ||
ignore "^5.2.0" | ||
natural-compare-lite "^1.4.0" | ||
regexpp "^3.2.0" | ||
semver "^7.3.7" | ||
tsutils "^3.21.0" | ||
|
||
"@typescript-eslint/parser@^5.36.1": | ||
version "5.40.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.1.tgz#e7f8295dd8154d0d37d661ddd8e2f0ecfdee28dd" | ||
integrity sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg== | ||
"@typescript-eslint/parser@^5.42.1": | ||
version "5.44.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.44.0.tgz#99e2c710a2252191e7a79113264f438338b846ad" | ||
integrity sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "5.40.1" | ||
"@typescript-eslint/types" "5.40.1" | ||
"@typescript-eslint/typescript-estree" "5.40.1" | ||
"@typescript-eslint/scope-manager" "5.44.0" | ||
"@typescript-eslint/types" "5.44.0" | ||
"@typescript-eslint/typescript-estree" "5.44.0" | ||
debug "^4.3.4" | ||
|
||
"@typescript-eslint/scope-manager@5.40.1": | ||
version "5.40.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz#a7a5197dfd234622a2421ea590ee0ccc02e18dfe" | ||
integrity sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg== | ||
"@typescript-eslint/scope-manager@5.44.0": | ||
version "5.44.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.44.0.tgz#988c3f34b45b3474eb9ff0674c18309dedfc3e04" | ||
integrity sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g== | ||
dependencies: | ||
"@typescript-eslint/types" "5.40.1" | ||
"@typescript-eslint/visitor-keys" "5.40.1" | ||
"@typescript-eslint/types" "5.44.0" | ||
"@typescript-eslint/visitor-keys" "5.44.0" | ||
|
||
"@typescript-eslint/type-utils@5.40.1": | ||
version "5.40.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.1.tgz#091e4ce3bebbdb68f4980bae9dee2e4e1725f601" | ||
integrity sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q== | ||
"@typescript-eslint/type-utils@5.44.0": | ||
version "5.44.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.44.0.tgz#bc5a6e8a0269850714a870c9268c038150dfb3c7" | ||
integrity sha512-A1u0Yo5wZxkXPQ7/noGkRhV4J9opcymcr31XQtOzcc5nO/IHN2E2TPMECKWYpM3e6olWEM63fq/BaL1wEYnt/w== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "5.40.1" | ||
"@typescript-eslint/utils" "5.40.1" | ||
"@typescript-eslint/typescript-estree" "5.44.0" | ||
"@typescript-eslint/utils" "5.44.0" | ||
debug "^4.3.4" | ||
tsutils "^3.21.0" | ||
|
||
"@typescript-eslint/types@5.40.1": | ||
version "5.40.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.1.tgz#de37f4f64de731ee454bb2085d71030aa832f749" | ||
integrity sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw== | ||
"@typescript-eslint/types@5.44.0": | ||
version "5.44.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.44.0.tgz#f3f0b89aaff78f097a2927fe5688c07e786a0241" | ||
integrity sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ== | ||
|
||
"@typescript-eslint/typescript-estree@5.40.1": | ||
version "5.40.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz#9a7d25492f02c69882ce5e0cd1857b0c55645d72" | ||
integrity sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA== | ||
"@typescript-eslint/typescript-estree@5.44.0": | ||
version "5.44.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz#0461b386203e8d383bb1268b1ed1da9bc905b045" | ||
integrity sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw== | ||
dependencies: | ||
"@typescript-eslint/types" "5.40.1" | ||
"@typescript-eslint/visitor-keys" "5.40.1" | ||
"@typescript-eslint/types" "5.44.0" | ||
"@typescript-eslint/visitor-keys" "5.44.0" | ||
debug "^4.3.4" | ||
globby "^11.1.0" | ||
is-glob "^4.0.3" | ||
semver "^7.3.7" | ||
tsutils "^3.21.0" | ||
|
||
"@typescript-eslint/utils@5.40.1": | ||
version "5.40.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.1.tgz#3204fb73a559d3b7bab7dc9d3c44487c2734a9ca" | ||
integrity sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw== | ||
"@typescript-eslint/utils@5.44.0": | ||
version "5.44.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.44.0.tgz#d733da4d79d6c30f1a68b531cdda1e0c1f00d52d" | ||
integrity sha512-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw== | ||
dependencies: | ||
"@types/json-schema" "^7.0.9" | ||
"@types/semver" "^7.3.12" | ||
"@typescript-eslint/scope-manager" "5.40.1" | ||
"@typescript-eslint/types" "5.40.1" | ||
"@typescript-eslint/typescript-estree" "5.40.1" | ||
"@typescript-eslint/scope-manager" "5.44.0" | ||
"@typescript-eslint/types" "5.44.0" | ||
"@typescript-eslint/typescript-estree" "5.44.0" | ||
eslint-scope "^5.1.1" | ||
eslint-utils "^3.0.0" | ||
semver "^7.3.7" | ||
|
||
"@typescript-eslint/visitor-keys@5.40.1": | ||
version "5.40.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz#f3d2bf5af192f4432b84cec6fdcb387193518754" | ||
integrity sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw== | ||
"@typescript-eslint/visitor-keys@5.44.0": | ||
version "5.44.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.44.0.tgz#10740dc28902bb903d12ee3a005cc3a70207d433" | ||
integrity sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ== | ||
dependencies: | ||
"@typescript-eslint/types" "5.40.1" | ||
"@typescript-eslint/types" "5.44.0" | ||
eslint-visitor-keys "^3.3.0" | ||
|
||
"@vercel/nft@^0.22.1": | ||
|
@@ -1831,11 +1834,16 @@ chownr@^2.0.0: | |
resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" | ||
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== | ||
|
||
ci-info@^3.2.0, ci-info@^3.3.2, ci-info@^3.5.0: | ||
ci-info@^3.2.0, ci-info@^3.5.0: | ||
version "3.5.0" | ||
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.5.0.tgz#bfac2a29263de4c829d806b1ab478e35091e171f" | ||
integrity sha512-yH4RezKOGlOhxkmhbeNuC4eYZKAUsEaGtBuBzDDP1eFUKiccDWzBABxBfOx31IDwDIXMTxWuwAxUGModvkbuVw== | ||
|
||
ci-info@^3.4.0: | ||
version "3.7.0" | ||
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.7.0.tgz#6d01b3696c59915b6ce057e4aa4adfc2fa25f5ef" | ||
integrity sha512-2CpRNYmImPx+RXKLq6jko/L07phmS9I02TyqkcNU20GCF/GgaWvc58hPtjxDX8lPpkdwc9sNh72V9k00S7ezog== | ||
|
||
clean-regexp@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/clean-regexp/-/clean-regexp-1.0.0.tgz#8df7c7aae51fd36874e8f8d05b9180bc11a3fed7" | ||
|
@@ -3088,7 +3096,7 @@ eslint-import-resolver-node@^0.3.6: | |
debug "^3.2.7" | ||
resolve "^1.20.0" | ||
|
||
eslint-import-resolver-typescript@^3.5.0: | ||
eslint-import-resolver-typescript@^3.5.2: | ||
version "3.5.2" | ||
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.2.tgz#9431acded7d898fd94591a08ea9eec3514c7de91" | ||
integrity sha512-zX4ebnnyXiykjhcBvKIf5TNvt8K7yX6bllTRZ14MiurKPjDpCAZujlszTdB8pcNXhZcOf+god4s9SjQa5GnytQ== | ||
|
@@ -3143,19 +3151,19 @@ eslint-plugin-import@^2.26.0: | |
resolve "^1.22.0" | ||
tsconfig-paths "^3.14.1" | ||
|
||
eslint-plugin-n@^15.2.5: | ||
version "15.3.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.3.0.tgz#3e1ad236a17dce7ecc0760621c46cc251ef99560" | ||
integrity sha512-IyzPnEWHypCWasDpxeJnim60jhlumbmq0pubL6IOcnk8u2y53s5QfT8JnXy7skjHJ44yWHRb11PLtDHuu1kg/Q== | ||
eslint-plugin-n@^15.5.1: | ||
version "15.5.1" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.5.1.tgz#b3991857d1edaa47e0108ead825470ce63f391c1" | ||
integrity sha512-kAd+xhZm7brHoFLzKLB7/FGRFJNg/srmv67mqb7tto22rpr4wv/LV6RuXzAfv3jbab7+k1wi42PsIhGviywaaw== | ||
dependencies: | ||
builtins "^5.0.1" | ||
eslint-plugin-es "^4.1.0" | ||
eslint-utils "^3.0.0" | ||
ignore "^5.1.1" | ||
is-core-module "^2.10.0" | ||
is-core-module "^2.11.0" | ||
minimatch "^3.1.2" | ||
resolve "^1.22.1" | ||
semver "^7.3.7" | ||
semver "^7.3.8" | ||
|
||
eslint-plugin-node@^11.1.0: | ||
version "11.1.0" | ||
|
@@ -3169,23 +3177,23 @@ eslint-plugin-node@^11.1.0: | |
resolve "^1.10.1" | ||
semver "^6.1.0" | ||
|
||
eslint-plugin-promise@^6.0.1: | ||
eslint-plugin-promise@^6.1.1: | ||
version "6.1.1" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#269a3e2772f62875661220631bd4dafcb4083816" | ||
integrity sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig== | ||
|
||
eslint-plugin-unicorn@^43.0.2: | ||
version "43.0.2" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-43.0.2.tgz#b189d58494c8a0985a4b89dba5dbfde3ad7575a5" | ||
integrity sha512-DtqZ5mf/GMlfWoz1abIjq5jZfaFuHzGBZYIeuJfEoKKGWRHr2JiJR+ea+BF7Wx2N1PPRoT/2fwgiK1NnmNE3Hg== | ||
eslint-plugin-unicorn@^44.0.2: | ||
version "44.0.2" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-44.0.2.tgz#6324a001c0a5e2ac00fb51b30db27d14c6c36ab3" | ||
integrity sha512-GLIDX1wmeEqpGaKcnMcqRvMVsoabeF0Ton0EX4Th5u6Kmf7RM9WBl705AXFEsns56ESkEs0uyelLuUTvz9Tr0w== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.18.6" | ||
ci-info "^3.3.2" | ||
"@babel/helper-validator-identifier" "^7.19.1" | ||
ci-info "^3.4.0" | ||
clean-regexp "^1.0.0" | ||
eslint-utils "^3.0.0" | ||
esquery "^1.4.0" | ||
indent-string "^4.0.0" | ||
is-builtin-module "^3.1.0" | ||
is-builtin-module "^3.2.0" | ||
lodash "^4.17.21" | ||
pluralize "^8.0.0" | ||
read-pkg-up "^7.0.1" | ||
|
@@ -3194,10 +3202,10 @@ eslint-plugin-unicorn@^43.0.2: | |
semver "^7.3.7" | ||
strip-indent "^3.0.0" | ||
|
||
eslint-plugin-vue@^9.4.0: | ||
version "9.6.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.6.0.tgz#5d1825b93d54595b1ba97106843e1d28cf3bb291" | ||
integrity sha512-zzySkJgVbFCylnG2+9MDF7N+2Rjze2y0bF8GyUNpFOnT8mCMfqqtLDJkHBuYu9N/psW1A6DVbQhPkP92E+qakA== | ||
eslint-plugin-vue@^9.7.0: | ||
version "9.8.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.8.0.tgz#91de2aabbee8cdbef078ccd4f650a9ecfa445f4f" | ||
integrity sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA== | ||
dependencies: | ||
eslint-utils "^3.0.0" | ||
natural-compare "^1.4.0" | ||
|
@@ -4312,7 +4320,7 @@ is-boolean-object@^1.1.0: | |
call-bind "^1.0.2" | ||
has-tostringtag "^1.0.0" | ||
|
||
is-builtin-module@^3.1.0, is-builtin-module@^3.2.0: | ||
is-builtin-module@^3.2.0: | ||
version "3.2.0" | ||
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.0.tgz#bb0310dfe881f144ca83f30100ceb10cf58835e0" | ||
integrity sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw== | ||
|
@@ -4331,7 +4339,7 @@ [email protected], is-ci@^3.0.1: | |
dependencies: | ||
ci-info "^3.2.0" | ||
|
||
is-core-module@^2.10.0, is-core-module@^2.5.0, is-core-module@^2.8.1, is-core-module@^2.9.0: | ||
is-core-module@^2.10.0, is-core-module@^2.11.0, is-core-module@^2.5.0, is-core-module@^2.8.1, is-core-module@^2.9.0: | ||
version "2.11.0" | ||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144" | ||
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== | ||
|
@@ -5261,6 +5269,11 @@ nanoid@^4.0.0: | |
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-4.0.0.tgz#6e144dee117609232c3f415c34b0e550e64999a5" | ||
integrity sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg== | ||
|
||
natural-compare-lite@^1.4.0: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4" | ||
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g== | ||
|
||
natural-compare@^1.4.0: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" | ||
|