diff --git a/package.json b/package.json index 756e7bb10..9226591b7 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "vite": "3.1.2", "vite-plugin-pwa": "0.12.7", "vite-svg-loader": "3.6.0", - "vitest": "0.23.2", + "vitest": "0.23.4", "vue-tsc": "0.40.13", "wait-on": "6.0.1", "workbox-cli": "6.5.4" diff --git a/yarn.lock b/yarn.lock index f51b0b9ee..ad2fe3523 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= -strip-literal@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/strip-literal/-/strip-literal-0.4.0.tgz#0f90e86daecc1eb23c61c62d25238ffad4524634" - integrity sha512-ql/sBDoJOybTKSIOWrrh8kgUEMjXMwRAkZTD0EwiwxQH/6tTPkZvMIEjp0CRlpi6V5FMiJyvxeRkEi1KrGISoA== +strip-literal@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/strip-literal/-/strip-literal-0.4.1.tgz#fb9316ad35071c4229ed67aad1a0467e5a9b0c1a" + integrity sha512-z+F/xmDM8GOdvA5UoZXFxEnxdvMOZ+XEBIwjfLfc8hMSuHpGxjXAUCfuEo+t1GOHSb8+qgI/IBRpxXVMaABYWA== dependencies: - acorn "^8.7.1" + acorn "^8.8.0" strip-outer@^1.0.0: version "1.0.1" @@ -12552,10 +12552,10 @@ vite@3.1.2: optionalDependencies: fsevents "~2.3.2" -vitest@0.23.2: - version "0.23.2" - resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.23.2.tgz#f978de0f2ada1b7c5ff8dc479ce75b976957ff19" - integrity sha512-kTBKp3ROPDkYC+x2zWt4znkDtnT08W1FQ6ngRFuqxpBGNuNVS+eWZKfffr8y2JGvEzZ9EzMAOcNaiqMj/FZqMw== +vitest@0.23.4: + version "0.23.4" + resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.23.4.tgz#7ebea620f203f4df09a27ca17819dc9da61f88ef" + integrity sha512-iukBNWqQAv8EKDBUNntspLp9SfpaVFbmzmM0sNcnTxASQZMzRw3PsM6DMlsHiI+I6GeO5/sYDg3ecpC+SNFLrQ== dependencies: "@types/chai" "^4.3.3" "@types/chai-subset" "^1.3.3" @@ -12563,7 +12563,7 @@ vitest@0.23.2: chai "^4.3.6" debug "^4.3.4" local-pkg "^0.4.2" - strip-literal "^0.4.0" + strip-literal "^0.4.1" tinybench "^2.1.5" tinypool "^0.3.0" tinyspy "^1.0.2"