Bump vitest from 0.23.2 to 0.23.4 (#3360)
Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.23.2 to 0.23.4. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/compare/v0.23.2...v0.23.4) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
25eb98dd5b
commit
c7b5b2c6d8
2 changed files with 19 additions and 19 deletions
|
@ -104,7 +104,7 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"vite": "^3.1.1",
|
||||
"vite-plugin-checker": "^0.5.1",
|
||||
"vitest": "^0.23.2",
|
||||
"vitest": "^0.23.4",
|
||||
"webpack": "^5.74.0"
|
||||
}
|
||||
}
|
||||
|
|
36
package-lock.json
generated
36
package-lock.json
generated
|
@ -88,7 +88,7 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"vite": "^3.1.1",
|
||||
"vite-plugin-checker": "^0.5.1",
|
||||
"vitest": "^0.23.2",
|
||||
"vitest": "^0.23.4",
|
||||
"webpack": "^5.74.0"
|
||||
}
|
||||
},
|
||||
|
@ -14020,12 +14020,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/strip-literal": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-0.4.0.tgz",
|
||||
"integrity": "sha512-ql/sBDoJOybTKSIOWrrh8kgUEMjXMwRAkZTD0EwiwxQH/6tTPkZvMIEjp0CRlpi6V5FMiJyvxeRkEi1KrGISoA==",
|
||||
"version": "0.4.2",
|
||||
"resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-0.4.2.tgz",
|
||||
"integrity": "sha512-pv48ybn4iE1O9RLgCAN0iU4Xv7RlBTiit6DKmMiErbs9x1wH6vXBs45tWc0H5wUIF6TLTrKweqkmYF/iraQKNw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"acorn": "^8.7.1"
|
||||
"acorn": "^8.8.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/antfu"
|
||||
|
@ -15229,9 +15229,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vitest": {
|
||||
"version": "0.23.2",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.23.2.tgz",
|
||||
"integrity": "sha512-kTBKp3ROPDkYC+x2zWt4znkDtnT08W1FQ6ngRFuqxpBGNuNVS+eWZKfffr8y2JGvEzZ9EzMAOcNaiqMj/FZqMw==",
|
||||
"version": "0.23.4",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.23.4.tgz",
|
||||
"integrity": "sha512-iukBNWqQAv8EKDBUNntspLp9SfpaVFbmzmM0sNcnTxASQZMzRw3PsM6DMlsHiI+I6GeO5/sYDg3ecpC+SNFLrQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/chai": "^4.3.3",
|
||||
|
@ -15240,7 +15240,7 @@
|
|||
"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",
|
||||
|
@ -19537,7 +19537,7 @@
|
|||
"use-react-router-breadcrumbs": "^2.0.2",
|
||||
"vite": "^3.1.1",
|
||||
"vite-plugin-checker": "^0.5.1",
|
||||
"vitest": "^0.23.2",
|
||||
"vitest": "^0.23.4",
|
||||
"webpack": "^5.74.0"
|
||||
}
|
||||
},
|
||||
|
@ -26695,12 +26695,12 @@
|
|||
"dev": true
|
||||
},
|
||||
"strip-literal": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-0.4.0.tgz",
|
||||
"integrity": "sha512-ql/sBDoJOybTKSIOWrrh8kgUEMjXMwRAkZTD0EwiwxQH/6tTPkZvMIEjp0CRlpi6V5FMiJyvxeRkEi1KrGISoA==",
|
||||
"version": "0.4.2",
|
||||
"resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-0.4.2.tgz",
|
||||
"integrity": "sha512-pv48ybn4iE1O9RLgCAN0iU4Xv7RlBTiit6DKmMiErbs9x1wH6vXBs45tWc0H5wUIF6TLTrKweqkmYF/iraQKNw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"acorn": "^8.7.1"
|
||||
"acorn": "^8.8.0"
|
||||
}
|
||||
},
|
||||
"supports-color": {
|
||||
|
@ -27609,9 +27609,9 @@
|
|||
}
|
||||
},
|
||||
"vitest": {
|
||||
"version": "0.23.2",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.23.2.tgz",
|
||||
"integrity": "sha512-kTBKp3ROPDkYC+x2zWt4znkDtnT08W1FQ6ngRFuqxpBGNuNVS+eWZKfffr8y2JGvEzZ9EzMAOcNaiqMj/FZqMw==",
|
||||
"version": "0.23.4",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.23.4.tgz",
|
||||
"integrity": "sha512-iukBNWqQAv8EKDBUNntspLp9SfpaVFbmzmM0sNcnTxASQZMzRw3PsM6DMlsHiI+I6GeO5/sYDg3ecpC+SNFLrQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/chai": "^4.3.3",
|
||||
|
@ -27620,7 +27620,7 @@
|
|||
"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",
|
||||
|
|
Loading…
Reference in a new issue