-
-
Notifications
You must be signed in to change notification settings - Fork 29
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 all non-major dependencies
- Loading branch information
1 parent
a55b9d7
commit b42625c
Showing
2 changed files
with
115 additions
and
106 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 |
---|---|---|
|
@@ -168,27 +168,27 @@ | |
"@jridgewell/gen-mapping" "^0.3.5" | ||
"@jridgewell/trace-mapping" "^0.3.24" | ||
|
||
"@antfu/eslint-config@^2.20.0": | ||
version "2.20.0" | ||
resolved "https://registry.yarnpkg.com/@antfu/eslint-config/-/eslint-config-2.20.0.tgz#862b48cf089d09507fd276b4c9994cf115a6b7f6" | ||
integrity sha512-IFCEcrIrqgobv5/1dd7BGcNSeQ5Y5Fd+hiaB1o9YEITPpw9IrhBPxZT+n9UiRzWDWC7tMy9u7JRGX8ibLwWWtg== | ||
"@antfu/eslint-config@^2.21.0": | ||
version "2.21.0" | ||
resolved "https://registry.yarnpkg.com/@antfu/eslint-config/-/eslint-config-2.21.0.tgz#172bac90a6a1b4c9ef684fe7a4ac39c6d2750641" | ||
integrity sha512-j/giI0Z8rTvfGYMWnisiy8RZHAqFe8SHPLOhWP/eU0Knvr7K7/tBsy14S3eY6NzTi40Kl6eyKpIxpebEBsWj1A== | ||
dependencies: | ||
"@antfu/install-pkg" "^0.3.3" | ||
"@clack/prompts" "^0.7.0" | ||
"@stylistic/eslint-plugin" "^2.1.0" | ||
"@typescript-eslint/eslint-plugin" "^7.11.0" | ||
"@typescript-eslint/parser" "^7.11.0" | ||
"@typescript-eslint/eslint-plugin" "^7.12.0" | ||
"@typescript-eslint/parser" "^7.12.0" | ||
eslint-config-flat-gitignore "^0.1.5" | ||
eslint-flat-config-utils "^0.2.5" | ||
eslint-merge-processors "^0.1.0" | ||
eslint-plugin-antfu "^2.3.3" | ||
eslint-plugin-command "^0.2.3" | ||
eslint-plugin-eslint-comments "^3.2.0" | ||
eslint-plugin-import-x "^0.5.1" | ||
eslint-plugin-jsdoc "^48.2.7" | ||
eslint-plugin-jsdoc "^48.2.9" | ||
eslint-plugin-jsonc "^2.16.0" | ||
eslint-plugin-markdown "^5.0.0" | ||
eslint-plugin-n "^17.7.0" | ||
eslint-plugin-n "^17.8.1" | ||
eslint-plugin-no-only-tests "^3.1.0" | ||
eslint-plugin-perfectionist "^2.10.0" | ||
eslint-plugin-regexp "^2.6.0" | ||
|
@@ -199,7 +199,7 @@ | |
eslint-plugin-vue "^9.26.0" | ||
eslint-plugin-yml "^1.14.0" | ||
eslint-processor-vue-blocks "^0.1.2" | ||
globals "^15.3.0" | ||
globals "^15.4.0" | ||
jsonc-eslint-parser "^2.4.0" | ||
local-pkg "^0.5.0" | ||
parse-gitignore "^2.0.0" | ||
|
@@ -2795,39 +2795,39 @@ | |
resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz#f066abfcd1cbe66267cdbbf0de010d8a41b41597" | ||
integrity sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow== | ||
|
||
"@typescript-eslint/eslint-plugin@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.11.0.tgz#f90f0914657ead08e1c75f66939c926edeab42dd" | ||
integrity sha512-P+qEahbgeHW4JQ/87FuItjBj8O3MYv5gELDzr8QaQ7fsll1gSMTYb6j87MYyxwf3DtD7uGFB9ShwgmCJB5KmaQ== | ||
"@typescript-eslint/eslint-plugin@^7.12.0": | ||
version "7.12.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.12.0.tgz#f87a32e8972b8a60024f2f8f12205e7c8108bc41" | ||
integrity sha512-7F91fcbuDf/d3S8o21+r3ZncGIke/+eWk0EpO21LXhDfLahriZF9CGj4fbAetEjlaBdjdSm9a6VeXbpbT6Z40Q== | ||
dependencies: | ||
"@eslint-community/regexpp" "^4.10.0" | ||
"@typescript-eslint/scope-manager" "7.11.0" | ||
"@typescript-eslint/type-utils" "7.11.0" | ||
"@typescript-eslint/utils" "7.11.0" | ||
"@typescript-eslint/visitor-keys" "7.11.0" | ||
"@typescript-eslint/scope-manager" "7.12.0" | ||
"@typescript-eslint/type-utils" "7.12.0" | ||
"@typescript-eslint/utils" "7.12.0" | ||
"@typescript-eslint/visitor-keys" "7.12.0" | ||
graphemer "^1.4.0" | ||
ignore "^5.3.1" | ||
natural-compare "^1.4.0" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/parser@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.11.0.tgz#525ad8bee54a8f015f134edd241d91b84ab64839" | ||
integrity sha512-yimw99teuaXVWsBcPO1Ais02kwJ1jmNA1KxE7ng0aT7ndr1pT1wqj0OJnsYVGKKlc4QJai86l/025L6z8CljOg== | ||
"@typescript-eslint/parser@^7.12.0": | ||
version "7.12.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.12.0.tgz#8761df3345528b35049353db80010b385719b1c3" | ||
integrity sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "7.11.0" | ||
"@typescript-eslint/types" "7.11.0" | ||
"@typescript-eslint/typescript-estree" "7.11.0" | ||
"@typescript-eslint/visitor-keys" "7.11.0" | ||
"@typescript-eslint/scope-manager" "7.12.0" | ||
"@typescript-eslint/types" "7.12.0" | ||
"@typescript-eslint/typescript-estree" "7.12.0" | ||
"@typescript-eslint/visitor-keys" "7.12.0" | ||
debug "^4.3.4" | ||
|
||
"@typescript-eslint/scope-manager@7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.11.0.tgz#cf5619b01de62a226a59add15a02bde457335d1d" | ||
integrity sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw== | ||
"@typescript-eslint/scope-manager@7.12.0": | ||
version "7.12.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz#259c014362de72dd34f995efe6bd8dda486adf58" | ||
integrity sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg== | ||
dependencies: | ||
"@typescript-eslint/types" "7.11.0" | ||
"@typescript-eslint/visitor-keys" "7.11.0" | ||
"@typescript-eslint/types" "7.12.0" | ||
"@typescript-eslint/visitor-keys" "7.12.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "7.6.0" | ||
|
@@ -2853,20 +2853,20 @@ | |
"@typescript-eslint/types" "7.8.0" | ||
"@typescript-eslint/visitor-keys" "7.8.0" | ||
|
||
"@typescript-eslint/type-utils@7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.11.0.tgz#ac216697d649084fedf4a910347b9642bd0ff099" | ||
integrity sha512-WmppUEgYy+y1NTseNMJ6mCFxt03/7jTOy08bcg7bxJJdsM4nuhnchyBbE8vryveaJUf62noH7LodPSo5Z0WUCg== | ||
"@typescript-eslint/type-utils@7.12.0": | ||
version "7.12.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.12.0.tgz#9dfaaa1972952f395ec5be4f5bbfc4d3cdc63908" | ||
integrity sha512-lib96tyRtMhLxwauDWUp/uW3FMhLA6D0rJ8T7HmH7x23Gk1Gwwu8UZ94NMXBvOELn6flSPiBrCKlehkiXyaqwA== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "7.11.0" | ||
"@typescript-eslint/utils" "7.11.0" | ||
"@typescript-eslint/typescript-estree" "7.12.0" | ||
"@typescript-eslint/utils" "7.12.0" | ||
debug "^4.3.4" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/types@7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.11.0.tgz#5e9702a5e8b424b7fc690e338d359939257d6722" | ||
integrity sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w== | ||
"@typescript-eslint/types@7.12.0": | ||
version "7.12.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.12.0.tgz#bf208f971a8da1e7524a5d9ae2b5f15192a37981" | ||
integrity sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg== | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "7.6.0" | ||
|
@@ -2888,13 +2888,13 @@ | |
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.9.0.tgz#b58e485e4bfba055659c7e683ad4f5f0821ae2ec" | ||
integrity sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w== | ||
|
||
"@typescript-eslint/typescript-estree@7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.11.0.tgz#7cbc569bc7336c3a494ceaf8204fdee5d5dbb7fa" | ||
integrity sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ== | ||
"@typescript-eslint/typescript-estree@7.12.0": | ||
version "7.12.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.12.0.tgz#e6c1074f248b3db6573ab6a7c47a39c4cd498ff9" | ||
integrity sha512-5bwqLsWBULv1h6pn7cMW5dXX/Y2amRqLaKqsASVwbBHMZSnHqE/HN4vT4fE0aFsiwxYvr98kqOWh1a8ZKXalCQ== | ||
dependencies: | ||
"@typescript-eslint/types" "7.11.0" | ||
"@typescript-eslint/visitor-keys" "7.11.0" | ||
"@typescript-eslint/types" "7.12.0" | ||
"@typescript-eslint/visitor-keys" "7.12.0" | ||
debug "^4.3.4" | ||
globby "^11.1.0" | ||
is-glob "^4.0.3" | ||
|
@@ -2944,15 +2944,15 @@ | |
semver "^7.6.0" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/utils@7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.11.0.tgz#524f047f2209959424c3ef689b0d83b3bc09919c" | ||
integrity sha512-xlAWwPleNRHwF37AhrZurOxA1wyXowW4PqVXZVUNCLjB48CqdPJoJWkrpH2nij9Q3Lb7rtWindtoXwxjxlKKCA== | ||
"@typescript-eslint/utils@7.12.0": | ||
version "7.12.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.12.0.tgz#c6e58fd7f724cdccc848f71e388ad80cbdb95dd0" | ||
integrity sha512-Y6hhwxwDx41HNpjuYswYp6gDbkiZ8Hin9Bf5aJQn1bpTs3afYY4GX+MPYxma8jtoIV2GRwTM/UJm/2uGCVv+DQ== | ||
dependencies: | ||
"@eslint-community/eslint-utils" "^4.4.0" | ||
"@typescript-eslint/scope-manager" "7.11.0" | ||
"@typescript-eslint/types" "7.11.0" | ||
"@typescript-eslint/typescript-estree" "7.11.0" | ||
"@typescript-eslint/scope-manager" "7.12.0" | ||
"@typescript-eslint/types" "7.12.0" | ||
"@typescript-eslint/typescript-estree" "7.12.0" | ||
|
||
"@typescript-eslint/utils@^6.13.0 || ^7.0.0", "@typescript-eslint/utils@^7.7.1": | ||
version "7.7.1" | ||
|
@@ -2993,12 +2993,12 @@ | |
"@typescript-eslint/typescript-estree" "7.8.0" | ||
semver "^7.6.0" | ||
|
||
"@typescript-eslint/visitor-keys@7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.11.0.tgz#2c50cd292e67645eec05ac0830757071b4a4d597" | ||
integrity sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ== | ||
"@typescript-eslint/visitor-keys@7.12.0": | ||
version "7.12.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz#c053b55a996679528beeedd8e565710ce1ae1ad3" | ||
integrity sha512-uZk7DevrQLL3vSnfFl5bj4sL75qC9D6EdjemIdbtkuUmIheWpuiiylSY01JxJE7+zGrOWDZrp1WxOuDntvKrHQ== | ||
dependencies: | ||
"@typescript-eslint/types" "7.11.0" | ||
"@typescript-eslint/types" "7.12.0" | ||
eslint-visitor-keys "^3.4.3" | ||
|
||
"@typescript-eslint/[email protected]": | ||
|
@@ -3113,27 +3113,28 @@ | |
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.0.5.tgz#e3dc11e427d4b818b7e3202766ad156e3d5e2eaa" | ||
integrity sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ== | ||
|
||
"@volar/language-core@2.2.4", "@volar/language-core@~2.2.4": | ||
version "2.2.4" | ||
resolved "https://registry.yarnpkg.com/@volar/language-core/-/language-core-2.2.4.tgz#50a9194732988610d6b0d8d8732a07235e6464c8" | ||
integrity sha512-7As47GndxGxsqqYnbreLrfB5NDUeQioPM2LJKUuB4/34c0NpEJ2byVl3c9KYdjIdiEstWZ9JLtLKNTaPWb5jtA== | ||
"@volar/language-core@2.3.0", "@volar/language-core@~2.3.0-alpha.15": | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/@volar/language-core/-/language-core-2.3.0.tgz#ffb9b64c8b19d7f45b1fdcd9ae9d98d94bad7179" | ||
integrity sha512-pvhL24WUh3VDnv7Yw5N1sjhPtdx7q9g+Wl3tggmnkMcyK8GcCNElF2zHiKznryn0DiUGk+eez/p2qQhz+puuHw== | ||
dependencies: | ||
"@volar/source-map" "2.2.4" | ||
"@volar/source-map" "2.3.0" | ||
|
||
"@volar/source-map@2.2.4": | ||
version "2.2.4" | ||
resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-2.2.4.tgz#15e50e2fc98e76e61711b6cc5d45872814a3e482" | ||
integrity sha512-m92FLpR9vB1YEZfiZ+bfgpLrToL/DNkOrorWVep3pffHrwwI4Tx2oIQN+sqHJfKkiT5N3J1owC+8crhAEinfjg== | ||
"@volar/source-map@2.3.0": | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-2.3.0.tgz#faf4df8f10ca40788f03c35eed3e2b7848110cc9" | ||
integrity sha512-G/228aZjAOGhDjhlyZ++nDbKrS9uk+5DMaEstjvzglaAw7nqtDyhnQAsYzUg6BMP9BtwZ59RIw5HGePrutn00Q== | ||
dependencies: | ||
muggle-string "^0.4.0" | ||
|
||
"@volar/typescript@~2.2.4": | ||
version "2.2.4" | ||
resolved "https://registry.yarnpkg.com/@volar/typescript/-/typescript-2.2.4.tgz#8f283d8e9769fed03d9e632a159152e2b3295af0" | ||
integrity sha512-uAQC53tgEbHO62G8NXMfmBrJAlP2QJ9WxVEEQqqK3I6VSy8frL5LbH3hAWODxiwMWixv74wJLWlKbWXOgdIoRQ== | ||
"@volar/typescript@~2.3.0-alpha.15": | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/@volar/typescript/-/typescript-2.3.0.tgz#00306942e95e2e22fed8daf73ec386cd72601ecf" | ||
integrity sha512-PtUwMM87WsKVeLJN33GSTUjBexlKfKgouWlOUIv7pjrOnTwhXHZNSmpc312xgXdTjQPpToK6KXSIcKu9sBQ5LQ== | ||
dependencies: | ||
"@volar/language-core" "2.2.4" | ||
"@volar/language-core" "2.3.0" | ||
path-browserify "^1.0.1" | ||
vscode-uri "^3.0.8" | ||
|
||
"@vue-macros/common@^1.8.0": | ||
version "1.10.2" | ||
|
@@ -3348,12 +3349,12 @@ | |
colord "^2.9.3" | ||
focus-trap "^7.5.4" | ||
|
||
"@vue/[email protected].19": | ||
version "2.0.19" | ||
resolved "https://registry.yarnpkg.com/@vue/language-core/-/language-core-2.0.19.tgz#d55f9c1e92690c77ffd599688ba36c2b50c4303b" | ||
integrity sha512-A9EGOnvb51jOvnCYoRLnMP+CcoPlbZVxI9gZXE/y2GksRWM6j/PrLEIC++pnosWTN08tFpJgxhSS//E9v/Sg+Q== | ||
"@vue/[email protected].21": | ||
version "2.0.21" | ||
resolved "https://registry.yarnpkg.com/@vue/language-core/-/language-core-2.0.21.tgz#882667d0c9f07bc884f163e75eed666234df77fe" | ||
integrity sha512-vjs6KwnCK++kIXT+eI63BGpJHfHNVJcUCr3RnvJsccT3vbJnZV5IhHR2puEkoOkIbDdp0Gqi1wEnv3hEd3WsxQ== | ||
dependencies: | ||
"@volar/language-core" "~2.2.4" | ||
"@volar/language-core" "~2.3.0-alpha.15" | ||
"@vue/compiler-dom" "^3.4.0" | ||
"@vue/shared" "^3.4.0" | ||
computeds "^0.0.1" | ||
|
@@ -4942,14 +4943,22 @@ encoding@^0.1.13: | |
dependencies: | ||
iconv-lite "^0.6.2" | ||
|
||
enhanced-resolve@^5.14.1, enhanced-resolve@^5.15.0: | ||
enhanced-resolve@^5.14.1: | ||
version "5.16.0" | ||
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.16.0.tgz#65ec88778083056cb32487faa9aef82ed0864787" | ||
integrity sha512-O+QWCviPNSSLAD9Ucn8Awv+poAkqn3T1XY5/N7kR7rQO9yfSGWkYZDwpJ+iKF7B8rxaQKWngSqACpgzeapSyoA== | ||
dependencies: | ||
graceful-fs "^4.2.4" | ||
tapable "^2.2.0" | ||
|
||
enhanced-resolve@^5.17.0: | ||
version "5.17.0" | ||
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz#d037603789dd9555b89aaec7eb78845c49089bc5" | ||
integrity sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA== | ||
dependencies: | ||
graceful-fs "^4.2.4" | ||
tapable "^2.2.0" | ||
|
||
entities@^4.2.0, entities@^4.5.0: | ||
version "4.5.0" | ||
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" | ||
|
@@ -5214,10 +5223,10 @@ eslint-plugin-import-x@^0.5.1: | |
semver "^7.6.0" | ||
tslib "^2.6.2" | ||
|
||
eslint-plugin-jsdoc@^48.2.7: | ||
version "48.2.7" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.7.tgz#2610b6fa1a9ba45c8296c2f335e0360bbd238772" | ||
integrity sha512-fYj3roTnkFL9OFFTB129rico8lerC5G8Vp2ZW9SjO9RNWG0exVvI+i/Y8Bpm1ufjR0uvT38xtoab/U0Hp8Ybog== | ||
eslint-plugin-jsdoc@^48.2.9: | ||
version "48.2.9" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.9.tgz#dd5e293bc584c94e24f0b2bc4a953252b3f96d70" | ||
integrity sha512-ErpKyr2mEUEkcdZ4nwW/cvDjClvAcvJMEXkGGll0wf8sro8h6qeQ3qlZyp1vM1dRk8Ap6rMdke8FnP94QBIaVQ== | ||
dependencies: | ||
"@es-joy/jsdoccomment" "~0.43.1" | ||
are-docs-informative "^0.0.2" | ||
|
@@ -5248,13 +5257,13 @@ eslint-plugin-markdown@^5.0.0: | |
dependencies: | ||
mdast-util-from-markdown "^0.8.5" | ||
|
||
eslint-plugin-n@^17.7.0: | ||
version "17.7.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.7.0.tgz#90b4f777cefb9bf0d91dafa94347961c4e8a072c" | ||
integrity sha512-4Jg4ZKVE4VjHig2caBqPHYNW5na84RVufUuipFLJbgM/G57O6FdpUKJbHakCDJb/yjQuyqVzYWRtU3HNYaZUwg== | ||
eslint-plugin-n@^17.8.1: | ||
version "17.8.1" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.8.1.tgz#b14257815bb9a1ab2b85b680ee9bbd180945ab87" | ||
integrity sha512-KdG0h0voZms8UhndNu8DeWx1eM4sY+A4iXtsNo6kOfJLYHNeTGPacGalJ9GcvrbmOL3r/7QOMwVZDSw+1SqsrA== | ||
dependencies: | ||
"@eslint-community/eslint-utils" "^4.4.0" | ||
enhanced-resolve "^5.15.0" | ||
enhanced-resolve "^5.17.0" | ||
eslint-plugin-es-x "^7.5.0" | ||
get-tsconfig "^4.7.0" | ||
globals "^15.0.0" | ||
|
@@ -5981,10 +5990,10 @@ globals@^15.0.0: | |
resolved "https://registry.yarnpkg.com/globals/-/globals-15.0.0.tgz#9c6cd4e54327ceaab563b4c17ee5e9d181c03fd2" | ||
integrity sha512-m/C/yR4mjO6pXDTm9/R/SpYTAIyaUB4EOzcaaMEl7mds7Mshct9GfejiJNQGjHHbdMPey13Kpu4TMbYi9ex1pw== | ||
|
||
globals@^15.3.0: | ||
version "15.3.0" | ||
resolved "https://registry.yarnpkg.com/globals/-/globals-15.3.0.tgz#619db01f88d8fb91b0ed841a820cd980299575e5" | ||
integrity sha512-cCdyVjIUVTtX8ZsPkq1oCsOsLmGIswqnjZYMJJTGaNApj1yHtLSymKhwH51ttirREn75z3p4k051clwg7rvNKA== | ||
globals@^15.4.0: | ||
version "15.4.0" | ||
resolved "https://registry.yarnpkg.com/globals/-/globals-15.4.0.tgz#3e36ea6e4d9ddcf1cb42d92f5c4a145a8a2ddc1c" | ||
integrity sha512-unnwvMZpv0eDUyjNyh9DH/yxUaRYrEjW/qK4QcdrHg3oO11igUQrCSgODHEqxlKg8v2CD2Sd7UkqqEBoz5U7TQ== | ||
|
||
globalthis@^1.0.3: | ||
version "1.0.3" | ||
|
@@ -10397,7 +10406,7 @@ vscode-languageserver@^7.0.0: | |
dependencies: | ||
vscode-languageserver-protocol "3.16.0" | ||
|
||
vscode-uri@^3.0.2: | ||
vscode-uri@^3.0.2, vscode-uri@^3.0.8: | ||
version "3.0.8" | ||
resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.0.8.tgz#1770938d3e72588659a172d0fd4642780083ff9f" | ||
integrity sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw== | ||
|
@@ -10479,13 +10488,13 @@ vue-template-compiler@^2.7.14: | |
de-indent "^1.0.2" | ||
he "^1.2.0" | ||
|
||
vue-tsc@^2.0.19: | ||
version "2.0.19" | ||
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-2.0.19.tgz#db0158a36b7e3773d31855fad5185554bbc7584f" | ||
integrity sha512-JWay5Zt2/871iodGF72cELIbcAoPyhJxq56mPPh+M2K7IwI688FMrFKc/+DvB05wDWEuCPexQJ6L10zSwzzapg== | ||
vue-tsc@^2.0.21: | ||
version "2.0.21" | ||
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-2.0.21.tgz#c574a2c20e8a5e5643af546c6051319cdf983239" | ||
integrity sha512-E6x1p1HaHES6Doy8pqtm7kQern79zRtIewkf9fiv7Y43Zo4AFDS5hKi+iHi2RwEhqRmuiwliB1LCEFEGwvxQnw== | ||
dependencies: | ||
"@volar/typescript" "~2.2.4" | ||
"@vue/language-core" "2.0.19" | ||
"@volar/typescript" "~2.3.0-alpha.15" | ||
"@vue/language-core" "2.0.21" | ||
semver "^7.5.4" | ||
|
||
[email protected]: | ||
|
@@ -10853,10 +10862,10 @@ yaml@^2.0.0, yaml@^2.3.1, yaml@^2.3.2, yaml@^2.3.4: | |
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.1.tgz#2e57e0b5e995292c25c75d2658f0664765210eed" | ||
integrity sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg== | ||
|
||
yaml@^2.4.3: | ||
version "2.4.3" | ||
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.3.tgz#0777516b8c7880bcaa0f426a5410e8d6b0be1f3d" | ||
integrity sha512-sntgmxj8o7DE7g/Qi60cqpLBA3HG3STcDA0kO+WfB05jEKhZMbY7umNm2rBpQvsmZ16/lPXCJGW2672dgOUkrg== | ||
yaml@^2.4.5: | ||
version "2.4.5" | ||
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.5.tgz#60630b206dd6d84df97003d33fc1ddf6296cca5e" | ||
integrity sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg== | ||
|
||
yaml@~2.4.2: | ||
version "2.4.2" | ||
|