chore(deps): update dependency vitest to v0.23.4
continuous-integration/drone/push Build was killed Details

This commit is contained in:
renovate 2022-09-18 04:04:04 +00:00 committed by Gitea
parent 0fccb3d5a9
commit fc0cf3fc87
2 changed files with 11 additions and 11 deletions

View File

@ -93,7 +93,7 @@
"vite": "3.1.2", "vite": "3.1.2",
"vite-plugin-pwa": "0.12.7", "vite-plugin-pwa": "0.12.7",
"vite-svg-loader": "3.6.0", "vite-svg-loader": "3.6.0",
"vitest": "0.23.2", "vitest": "0.23.4",
"vue-tsc": "0.40.13", "vue-tsc": "0.40.13",
"wait-on": "6.0.1", "wait-on": "6.0.1",
"workbox-cli": "6.5.4" "workbox-cli": "6.5.4"

View File

@ -11689,12 +11689,12 @@ strip-json-comments@~2.0.1:
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
strip-literal@^0.4.0: strip-literal@^0.4.1:
version "0.4.0" version "0.4.1"
resolved "https://registry.yarnpkg.com/strip-literal/-/strip-literal-0.4.0.tgz#0f90e86daecc1eb23c61c62d25238ffad4524634" resolved "https://registry.yarnpkg.com/strip-literal/-/strip-literal-0.4.1.tgz#fb9316ad35071c4229ed67aad1a0467e5a9b0c1a"
integrity sha512-ql/sBDoJOybTKSIOWrrh8kgUEMjXMwRAkZTD0EwiwxQH/6tTPkZvMIEjp0CRlpi6V5FMiJyvxeRkEi1KrGISoA== integrity sha512-z+F/xmDM8GOdvA5UoZXFxEnxdvMOZ+XEBIwjfLfc8hMSuHpGxjXAUCfuEo+t1GOHSb8+qgI/IBRpxXVMaABYWA==
dependencies: dependencies:
acorn "^8.7.1" acorn "^8.8.0"
strip-outer@^1.0.0: strip-outer@^1.0.0:
version "1.0.1" version "1.0.1"
@ -12552,10 +12552,10 @@ vite@3.1.2:
optionalDependencies: optionalDependencies:
fsevents "~2.3.2" fsevents "~2.3.2"
vitest@0.23.2: vitest@0.23.4:
version "0.23.2" version "0.23.4"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.23.2.tgz#f978de0f2ada1b7c5ff8dc479ce75b976957ff19" resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.23.4.tgz#7ebea620f203f4df09a27ca17819dc9da61f88ef"
integrity sha512-kTBKp3ROPDkYC+x2zWt4znkDtnT08W1FQ6ngRFuqxpBGNuNVS+eWZKfffr8y2JGvEzZ9EzMAOcNaiqMj/FZqMw== integrity sha512-iukBNWqQAv8EKDBUNntspLp9SfpaVFbmzmM0sNcnTxASQZMzRw3PsM6DMlsHiI+I6GeO5/sYDg3ecpC+SNFLrQ==
dependencies: dependencies:
"@types/chai" "^4.3.3" "@types/chai" "^4.3.3"
"@types/chai-subset" "^1.3.3" "@types/chai-subset" "^1.3.3"
@ -12563,7 +12563,7 @@ vitest@0.23.2:
chai "^4.3.6" chai "^4.3.6"
debug "^4.3.4" debug "^4.3.4"
local-pkg "^0.4.2" local-pkg "^0.4.2"
strip-literal "^0.4.0" strip-literal "^0.4.1"
tinybench "^2.1.5" tinybench "^2.1.5"
tinypool "^0.3.0" tinypool "^0.3.0"
tinyspy "^1.0.2" tinyspy "^1.0.2"