-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump the minorandpatch group across 1 directory with…
… 5 updates Bumps the minorandpatch group with 5 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.0.0` | `22.4.1` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` | | [postcss](https://github.com/postcss/postcss) | `8.4.40` | `8.4.41` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.7` | `3.4.10` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.4` | `2.0.5` | Updates `@types/node` from 22.0.0 to 22.4.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `autoprefixer` from 10.4.19 to 10.4.20 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.19...10.4.20) Updates `postcss` from 8.4.40 to 8.4.41 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.40...8.4.41) Updates `tailwindcss` from 3.4.7 to 3.4.10 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.4.7...v3.4.10) Updates `vitest` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/vitest) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
d5870f9
commit a17b119
Showing
2 changed files
with
93 additions
and
93 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 |
---|---|---|
|
@@ -764,11 +764,11 @@ | |
mongodb "*" | ||
|
||
"@types/node@^22": | ||
version "22.0.0" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.0.0.tgz#04862a2a71e62264426083abe1e27e87cac05a30" | ||
integrity sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw== | ||
version "22.4.1" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.4.1.tgz#9b595d292c65b94c20923159e2ce947731b6fdce" | ||
integrity sha512-1tbpb9325+gPnKK0dMm+/LMriX0vKxf6RnB0SZUqfyVkQ4fMgUSySqhxE/y8Jvs4NyF1yHzTfG9KlnkIODxPKg== | ||
dependencies: | ||
undici-types "~6.11.1" | ||
undici-types "~6.19.2" | ||
|
||
"@types/prop-types@*": | ||
version "15.7.11" | ||
|
@@ -945,53 +945,53 @@ | |
"@types/babel__core" "^7.20.5" | ||
react-refresh "^0.14.2" | ||
|
||
"@vitest/[email protected].4": | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-2.0.4.tgz#d365c106c84f2a3aae96000e95be21956acc099c" | ||
integrity sha512-39jr5EguIoanChvBqe34I8m1hJFI4+jxvdOpD7gslZrVQBKhh8H9eD7J/LJX4zakrw23W+dITQTDqdt43xVcJw== | ||
"@vitest/[email protected].5": | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-2.0.5.tgz#f3745a6a2c18acbea4d39f5935e913f40d26fa86" | ||
integrity sha512-yHZtwuP7JZivj65Gxoi8upUN2OzHTi3zVfjwdpu2WrvCZPLwsJ2Ey5ILIPccoW23dd/zQBlJ4/dhi7DWNyXCpA== | ||
dependencies: | ||
"@vitest/spy" "2.0.4" | ||
"@vitest/utils" "2.0.4" | ||
"@vitest/spy" "2.0.5" | ||
"@vitest/utils" "2.0.5" | ||
chai "^5.1.1" | ||
tinyrainbow "^1.2.0" | ||
|
||
"@vitest/[email protected].4", "@vitest/pretty-format@^2.0.4": | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-2.0.4.tgz#9a3934932e7f8ddd836b38c34ddaeec91bd0f82e" | ||
integrity sha512-RYZl31STbNGqf4l2eQM1nvKPXE0NhC6Eq0suTTePc4mtMQ1Fn8qZmjV4emZdEdG2NOWGKSCrHZjmTqDCDoeFBw== | ||
"@vitest/[email protected].5", "@vitest/pretty-format@^2.0.5": | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-2.0.5.tgz#91d2e6d3a7235c742e1a6cc50e7786e2f2979b1e" | ||
integrity sha512-h8k+1oWHfwTkyTkb9egzwNMfJAEx4veaPSnMeKbVSjp4euqGSbQlm5+6VHwTr7u4FJslVVsUG5nopCaAYdOmSQ== | ||
dependencies: | ||
tinyrainbow "^1.2.0" | ||
|
||
"@vitest/[email protected].4": | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-2.0.4.tgz#0b1edb8ab5f81a1c7dfd50090e5e7e971a117891" | ||
integrity sha512-Gk+9Su/2H2zNfNdeJR124gZckd5st4YoSuhF1Rebi37qTXKnqYyFCd9KP4vl2cQHbtuVKjfEKrNJxHHCW8thbQ== | ||
"@vitest/[email protected].5": | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-2.0.5.tgz#89197e712bb93513537d6876995a4843392b2a84" | ||
integrity sha512-TfRfZa6Bkk9ky4tW0z20WKXFEwwvWhRY+84CnSEtq4+3ZvDlJyY32oNTJtM7AW9ihW90tX/1Q78cb6FjoAs+ig== | ||
dependencies: | ||
"@vitest/utils" "2.0.4" | ||
"@vitest/utils" "2.0.5" | ||
pathe "^1.1.2" | ||
|
||
"@vitest/[email protected].4": | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-2.0.4.tgz#7d7dea9df17c5c13386f1a7a433b99dc0ffe3c14" | ||
integrity sha512-or6Mzoz/pD7xTvuJMFYEtso1vJo1S5u6zBTinfl+7smGUhqybn6VjzCDMhmTyVOFWwkCMuNjmNNxnyXPgKDoPw== | ||
"@vitest/[email protected].5": | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-2.0.5.tgz#a2346bc5013b73c44670c277c430e0334690a162" | ||
integrity sha512-SgCPUeDFLaM0mIUHfaArq8fD2WbaXG/zVXjRupthYfYGzc8ztbFbu6dUNOblBG7XLMR1kEhS/DNnfCZ2IhdDew== | ||
dependencies: | ||
"@vitest/pretty-format" "2.0.4" | ||
"@vitest/pretty-format" "2.0.5" | ||
magic-string "^0.30.10" | ||
pathe "^1.1.2" | ||
|
||
"@vitest/[email protected].4": | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-2.0.4.tgz#19083386a741a158c2f142beffe43be68b1375cf" | ||
integrity sha512-uTXU56TNoYrTohb+6CseP8IqNwlNdtPwEO0AWl+5j7NelS6x0xZZtP0bDWaLvOfUbaYwhhWp1guzXUxkC7mW7Q== | ||
"@vitest/[email protected].5": | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-2.0.5.tgz#590fc07df84a78b8e9dd976ec2090920084a2b9f" | ||
integrity sha512-c/jdthAhvJdpfVuaexSrnawxZz6pywlTPe84LUB2m/4t3rl2fTo9NFGBG4oWgaD+FTgDDV8hJ/nibT7IfH3JfA== | ||
dependencies: | ||
tinyspy "^3.0.0" | ||
|
||
"@vitest/[email protected].4": | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-2.0.4.tgz#2db1df35aaeb5caa932770a190df636a68d284d5" | ||
integrity sha512-Zc75QuuoJhOBnlo99ZVUkJIuq4Oj0zAkrQ2VzCqNCx6wAwViHEh5Fnp4fiJTE9rA+sAoXRf00Z9xGgfEzV6fzQ== | ||
"@vitest/[email protected].5": | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-2.0.5.tgz#6f8307a4b6bc6ceb9270007f73c67c915944e926" | ||
integrity sha512-d8HKbqIcya+GR67mkZbrzhS5kKhtp8dQLcmRZLGTscGVg7yImT82cIrhtn2L8+VujWcy6KZweApgNmPsTAO/UQ== | ||
dependencies: | ||
"@vitest/pretty-format" "2.0.4" | ||
"@vitest/pretty-format" "2.0.5" | ||
estree-walker "^3.0.3" | ||
loupe "^3.1.1" | ||
tinyrainbow "^1.2.0" | ||
|
@@ -1195,16 +1195,16 @@ asynckit@^0.4.0: | |
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" | ||
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== | ||
|
||
autoprefixer@^10.4.19: | ||
version "10.4.19" | ||
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.19.tgz#ad25a856e82ee9d7898c59583c1afeb3fa65f89f" | ||
integrity sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew== | ||
autoprefixer@^10.4.20: | ||
version "10.4.20" | ||
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.20.tgz#5caec14d43976ef42e32dcb4bd62878e96be5b3b" | ||
integrity sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g== | ||
dependencies: | ||
browserslist "^4.23.0" | ||
caniuse-lite "^1.0.30001599" | ||
browserslist "^4.23.3" | ||
caniuse-lite "^1.0.30001646" | ||
fraction.js "^4.3.7" | ||
normalize-range "^0.1.2" | ||
picocolors "^1.0.0" | ||
picocolors "^1.0.1" | ||
postcss-value-parser "^4.2.0" | ||
|
||
available-typed-arrays@^1.0.5: | ||
|
@@ -1256,15 +1256,15 @@ braces@^3.0.2, braces@~3.0.2: | |
dependencies: | ||
fill-range "^7.0.1" | ||
|
||
browserslist@^4.22.2, browserslist@^4.23.0: | ||
version "4.23.1" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.1.tgz#ce4af0534b3d37db5c1a4ca98b9080f985041e96" | ||
integrity sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw== | ||
browserslist@^4.22.2, browserslist@^4.23.3: | ||
version "4.23.3" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800" | ||
integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA== | ||
dependencies: | ||
caniuse-lite "^1.0.30001629" | ||
electron-to-chromium "^1.4.796" | ||
node-releases "^2.0.14" | ||
update-browserslist-db "^1.0.16" | ||
caniuse-lite "^1.0.30001646" | ||
electron-to-chromium "^1.5.4" | ||
node-releases "^2.0.18" | ||
update-browserslist-db "^1.1.0" | ||
|
||
bson@^6.7.0: | ||
version "6.7.0" | ||
|
@@ -1302,10 +1302,10 @@ camelcase-css@^2.0.1: | |
resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5" | ||
integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== | ||
|
||
caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001629: | ||
version "1.0.30001636" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001636.tgz#b15f52d2bdb95fad32c2f53c0b68032b85188a78" | ||
integrity sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg== | ||
caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001646: | ||
version "1.0.30001651" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz#52de59529e8b02b1aedcaaf5c05d9e23c0c28138" | ||
integrity sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg== | ||
|
||
chai@^5.1.1: | ||
version "5.1.1" | ||
|
@@ -1567,10 +1567,10 @@ eastasianwidth@^0.2.0: | |
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" | ||
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== | ||
|
||
electron-to-chromium@^1.4.796: | ||
version "1.4.810" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.810.tgz#7dee01b090b9e048e6db752f7b30921790230654" | ||
integrity sha512-Kaxhu4T7SJGpRQx99tq216gCq2nMxJo+uuT6uzz9l8TVN2stL7M06MIIXAtr9jsrLs2Glflgf2vMQRepxawOdQ== | ||
electron-to-chromium@^1.5.4: | ||
version "1.5.11" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.11.tgz#258077f1077a1c72f2925cd5b326c470a7f5adef" | ||
integrity sha512-R1CccCDYqndR25CaXFd6hp/u9RaaMcftMkphmvuepXr5b1vfLkRml6aWVeBhXJ7rbevHkKEMJtz8XqPf7ffmew== | ||
|
||
emoji-regex@^8.0.0: | ||
version "8.0.0" | ||
|
@@ -2913,10 +2913,10 @@ [email protected]: | |
"@next/swc-win32-ia32-msvc" "14.2.5" | ||
"@next/swc-win32-x64-msvc" "14.2.5" | ||
|
||
node-releases@^2.0.14: | ||
version "2.0.14" | ||
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b" | ||
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw== | ||
node-releases@^2.0.18: | ||
version "2.0.18" | ||
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f" | ||
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g== | ||
|
||
normalize-path@^3.0.0, normalize-path@~3.0.0: | ||
version "3.0.0" | ||
|
@@ -3199,9 +3199,9 @@ [email protected]: | |
source-map-js "^1.0.2" | ||
|
||
postcss@^8, postcss@^8.4.23, postcss@^8.4.32: | ||
version "8.4.40" | ||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.40.tgz#eb81f2a4dd7668ed869a6db25999e02e9ad909d8" | ||
integrity sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q== | ||
version "8.4.41" | ||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.41.tgz#d6104d3ba272d882fe18fc07d15dc2da62fa2681" | ||
integrity sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ== | ||
dependencies: | ||
nanoid "^3.3.7" | ||
picocolors "^1.0.1" | ||
|
@@ -3717,10 +3717,10 @@ synckit@^0.9.1: | |
"@pkgr/core" "^0.1.0" | ||
tslib "^2.6.2" | ||
|
||
tailwindcss@^3.4.7: | ||
version "3.4.7" | ||
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.7.tgz#6092f18767f5933f59375b9afe558e592fc77201" | ||
integrity sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ== | ||
tailwindcss@^3.4.10: | ||
version "3.4.10" | ||
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.10.tgz#70442d9aeb78758d1f911af29af8255ecdb8ffef" | ||
integrity sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w== | ||
dependencies: | ||
"@alloc/quick-lru" "^5.2.0" | ||
arg "^5.0.2" | ||
|
@@ -3916,20 +3916,20 @@ unbox-primitive@^1.0.2: | |
has-symbols "^1.0.3" | ||
which-boxed-primitive "^1.0.2" | ||
|
||
undici-types@~6.11.1: | ||
version "6.11.1" | ||
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.11.1.tgz#432ea6e8efd54a48569705a699e62d8f4981b197" | ||
integrity sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ== | ||
undici-types@~6.19.2: | ||
version "6.19.8" | ||
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" | ||
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== | ||
|
||
universalify@^0.2.0: | ||
version "0.2.0" | ||
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0" | ||
integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg== | ||
|
||
update-browserslist-db@^1.0.16: | ||
version "1.0.16" | ||
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz#f6d489ed90fb2f07d67784eb3f53d7891f736356" | ||
integrity sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ== | ||
update-browserslist-db@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e" | ||
integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ== | ||
dependencies: | ||
escalade "^3.1.2" | ||
picocolors "^1.0.1" | ||
|
@@ -3954,10 +3954,10 @@ util-deprecate@^1.0.2: | |
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" | ||
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== | ||
|
||
[email protected].4: | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-2.0.4.tgz#5600cc9f0d9c3ff9a64050c6858e7e1b62fb3fcd" | ||
integrity sha512-ZpJVkxcakYtig5iakNeL7N3trufe3M6vGuzYAr4GsbCTwobDeyPJpE4cjDhhPluv8OvQCFzu2LWp6GkoKRITXA== | ||
[email protected].5: | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-2.0.5.tgz#36d909188fc6e3aba3da5fc095b3637d0d18e27b" | ||
integrity sha512-LdsW4pxj0Ot69FAoXZ1yTnA9bjGohr2yNBU7QKRxpz8ITSkhuDl6h3zS/tvgz4qrNjeRnvrWeXQ8ZF7Um4W00Q== | ||
dependencies: | ||
cac "^6.7.14" | ||
debug "^4.3.5" | ||
|
@@ -3976,18 +3976,18 @@ vite@^5.0.0: | |
optionalDependencies: | ||
fsevents "~2.3.3" | ||
|
||
vitest@^2.0.4: | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-2.0.4.tgz#ac6bfbaee53e502cee864b07a5b2edf1fcba793e" | ||
integrity sha512-luNLDpfsnxw5QSW4bISPe6tkxVvv5wn2BBs/PuDRkhXZ319doZyLOBr1sjfB5yCEpTiU7xCAdViM8TNVGPwoog== | ||
vitest@^2.0.5: | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-2.0.5.tgz#2f15a532704a7181528e399cc5b754c7f335fd62" | ||
integrity sha512-8GUxONfauuIdeSl5f9GTgVEpg5BTOlplET4WEDaeY2QBiN8wSm68vxN/tb5z405OwppfoCavnwXafiaYBC/xOA== | ||
dependencies: | ||
"@ampproject/remapping" "^2.3.0" | ||
"@vitest/expect" "2.0.4" | ||
"@vitest/pretty-format" "^2.0.4" | ||
"@vitest/runner" "2.0.4" | ||
"@vitest/snapshot" "2.0.4" | ||
"@vitest/spy" "2.0.4" | ||
"@vitest/utils" "2.0.4" | ||
"@vitest/expect" "2.0.5" | ||
"@vitest/pretty-format" "^2.0.5" | ||
"@vitest/runner" "2.0.5" | ||
"@vitest/snapshot" "2.0.5" | ||
"@vitest/spy" "2.0.5" | ||
"@vitest/utils" "2.0.5" | ||
chai "^5.1.1" | ||
debug "^4.3.5" | ||
execa "^8.0.1" | ||
|
@@ -3998,7 +3998,7 @@ vitest@^2.0.4: | |
tinypool "^1.0.0" | ||
tinyrainbow "^1.2.0" | ||
vite "^5.0.0" | ||
vite-node "2.0.4" | ||
vite-node "2.0.5" | ||
why-is-node-running "^2.3.0" | ||
|
||
w3c-xmlserializer@^5.0.0: | ||
|