|
|
@@ -4463,16 +4463,22 @@
|
|
|
"@babel/plugin-transform-react-jsx-source" "^7.22.5"
|
|
|
react-refresh "^0.14.0"
|
|
|
|
|
|
-"@vitest/coverage-c8@^0.31.1":
|
|
|
- version "0.31.1"
|
|
|
- resolved "https://registry.yarnpkg.com/@vitest/coverage-c8/-/coverage-c8-0.31.1.tgz#bc242d85404e02723e89e4126bec9c727146638a"
|
|
|
- integrity sha512-6TkjQpmgYez7e3dbAUoYdRXxWN81BojCmUILJwgCy39uZFG33DsQ0rSRSZC9beAEdCZTpxR63nOvd9hxDQcJ0g==
|
|
|
+"@vitest/coverage-v8@^0.34.6":
|
|
|
+ version "0.34.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@vitest/coverage-v8/-/coverage-v8-0.34.6.tgz#931d9223fa738474e00c08f52b84e0f39cedb6d1"
|
|
|
+ integrity sha512-fivy/OK2d/EsJFoEoxHFEnNGTg+MmdZBAVK9Ka4qhXR2K3J0DS08vcGVwzDtXSuUMabLv4KtPcpSKkcMXFDViw==
|
|
|
dependencies:
|
|
|
"@ampproject/remapping" "^2.2.1"
|
|
|
- c8 "^7.13.0"
|
|
|
- magic-string "^0.30.0"
|
|
|
+ "@bcoe/v8-coverage" "^0.2.3"
|
|
|
+ istanbul-lib-coverage "^3.2.0"
|
|
|
+ istanbul-lib-report "^3.0.1"
|
|
|
+ istanbul-lib-source-maps "^4.0.1"
|
|
|
+ istanbul-reports "^3.1.5"
|
|
|
+ magic-string "^0.30.1"
|
|
|
picocolors "^1.0.0"
|
|
|
- std-env "^3.3.2"
|
|
|
+ std-env "^3.3.3"
|
|
|
+ test-exclude "^6.0.0"
|
|
|
+ v8-to-istanbul "^9.1.0"
|
|
|
|
|
|
"@vitest/expect@0.34.6":
|
|
|
version "0.34.6"
|
|
|
@@ -5458,7 +5464,7 @@ bytes@3.1.0:
|
|
|
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
|
|
|
integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
|
|
|
|
|
|
-c8@^7.0.0, c8@^7.13.0:
|
|
|
+c8@^7.0.0:
|
|
|
version "7.13.0"
|
|
|
resolved "https://registry.yarnpkg.com/c8/-/c8-7.13.0.tgz#a2a70a851278709df5a9247d62d7f3d4bcb5f2e4"
|
|
|
integrity sha512-/NL4hQTv1gBL6J6ei80zu3IiTrmePDKXKXOTLpHvcIWZTVYQlDhVWjjWvkhICylE8EwwnMVzDZugCvdx0/DIIA==
|
|
|
@@ -9848,6 +9854,15 @@ istanbul-lib-report@^3.0.0:
|
|
|
make-dir "^3.0.0"
|
|
|
supports-color "^7.1.0"
|
|
|
|
|
|
+istanbul-lib-report@^3.0.1:
|
|
|
+ version "3.0.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz#908305bac9a5bd175ac6a74489eafd0fc2445a7d"
|
|
|
+ integrity sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==
|
|
|
+ dependencies:
|
|
|
+ istanbul-lib-coverage "^3.0.0"
|
|
|
+ make-dir "^4.0.0"
|
|
|
+ supports-color "^7.1.0"
|
|
|
+
|
|
|
istanbul-lib-source-maps@^4.0.0:
|
|
|
version "4.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz#75743ce6d96bb86dc7ee4352cf6366a23f0b1ad9"
|
|
|
@@ -9857,6 +9872,15 @@ istanbul-lib-source-maps@^4.0.0:
|
|
|
istanbul-lib-coverage "^3.0.0"
|
|
|
source-map "^0.6.1"
|
|
|
|
|
|
+istanbul-lib-source-maps@^4.0.1:
|
|
|
+ version "4.0.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz#895f3a709fcfba34c6de5a42939022f3e4358551"
|
|
|
+ integrity sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==
|
|
|
+ dependencies:
|
|
|
+ debug "^4.1.1"
|
|
|
+ istanbul-lib-coverage "^3.0.0"
|
|
|
+ source-map "^0.6.1"
|
|
|
+
|
|
|
istanbul-reports@^3.1.3, istanbul-reports@^3.1.4:
|
|
|
version "3.1.5"
|
|
|
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.5.tgz#cc9a6ab25cb25659810e4785ed9d9fb742578bae"
|
|
|
@@ -9865,6 +9889,14 @@ istanbul-reports@^3.1.3, istanbul-reports@^3.1.4:
|
|
|
html-escaper "^2.0.0"
|
|
|
istanbul-lib-report "^3.0.0"
|
|
|
|
|
|
+istanbul-reports@^3.1.5:
|
|
|
+ version "3.1.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.6.tgz#2544bcab4768154281a2f0870471902704ccaa1a"
|
|
|
+ integrity sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==
|
|
|
+ dependencies:
|
|
|
+ html-escaper "^2.0.0"
|
|
|
+ istanbul-lib-report "^3.0.0"
|
|
|
+
|
|
|
jackspeak@^2.0.3:
|
|
|
version "2.2.1"
|
|
|
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.2.1.tgz#655e8cf025d872c9c03d3eb63e8f0c024fef16a6"
|
|
|
@@ -10970,13 +11002,6 @@ magic-string@^0.29.0:
|
|
|
dependencies:
|
|
|
"@jridgewell/sourcemap-codec" "^1.4.13"
|
|
|
|
|
|
-magic-string@^0.30.0:
|
|
|
- version "0.30.0"
|
|
|
- resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.0.tgz#fd58a4748c5c4547338a424e90fa5dd17f4de529"
|
|
|
- integrity sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==
|
|
|
- dependencies:
|
|
|
- "@jridgewell/sourcemap-codec" "^1.4.13"
|
|
|
-
|
|
|
magic-string@^0.30.1:
|
|
|
version "0.30.5"
|
|
|
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.5.tgz#1994d980bd1c8835dc6e78db7cbd4ae4f24746f9"
|
|
|
@@ -10999,6 +11024,13 @@ make-dir@^2.1.0:
|
|
|
pify "^4.0.1"
|
|
|
semver "^5.6.0"
|
|
|
|
|
|
+make-dir@^4.0.0:
|
|
|
+ version "4.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-4.0.0.tgz#c3c2307a771277cd9638305f915c29ae741b614e"
|
|
|
+ integrity sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==
|
|
|
+ dependencies:
|
|
|
+ semver "^7.5.3"
|
|
|
+
|
|
|
make-error@^1.1.1:
|
|
|
version "1.3.6"
|
|
|
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
|
|
|
@@ -15065,11 +15097,6 @@ statuses@2.0.1, statuses@>=2.0.0:
|
|
|
version "1.5.0"
|
|
|
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
|
|
|
|
|
|
-std-env@^3.3.2:
|
|
|
- version "3.3.3"
|
|
|
- resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.3.3.tgz#a54f06eb245fdcfef53d56f3c0251f1d5c3d01fe"
|
|
|
- integrity sha512-Rz6yejtVyWnVjC1RFvNmYL10kgjC49EOghxWn0RFqlCHGFpQx+Xe7yW3I4ceK1SGrWIGMjD5Kbue8W/udkbMJg==
|
|
|
-
|
|
|
std-env@^3.3.3:
|
|
|
version "3.5.0"
|
|
|
resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.5.0.tgz#83010c9e29bd99bf6f605df87c19012d82d63b97"
|
|
|
@@ -16464,6 +16491,15 @@ v8-to-istanbul@^9.0.0, v8-to-istanbul@^9.0.1:
|
|
|
"@types/istanbul-lib-coverage" "^2.0.1"
|
|
|
convert-source-map "^1.6.0"
|
|
|
|
|
|
+v8-to-istanbul@^9.1.0:
|
|
|
+ version "9.1.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.1.3.tgz#ea456604101cd18005ac2cae3cdd1aa058a6306b"
|
|
|
+ integrity sha512-9lDD+EVI2fjFsMWXc6dy5JJzBsVTcQ2fVkfBvncZ6xJWG9wtBhOldG+mHkSL0+V1K/xgZz0JDO5UT5hFwHUghg==
|
|
|
+ dependencies:
|
|
|
+ "@jridgewell/trace-mapping" "^0.3.12"
|
|
|
+ "@types/istanbul-lib-coverage" "^2.0.1"
|
|
|
+ convert-source-map "^2.0.0"
|
|
|
+
|
|
|
validate-npm-package-license@^3.0.1:
|
|
|
version "3.0.4"
|
|
|
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
|