Merge pull request #250 from pastebinrun/9c39dependabot/npm_and_yarn/vitest-0.25.3

Bump vitest from 0.25.2 to 0.25.3
This commit is contained in:
Konrad Borowski 2022-11-23 08:54:54 +01:00 committed by GitHub
commit 309ee04e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -37,7 +37,7 @@
"typescript": "4.9.3",
"vite": "^3.2.4",
"vite-plugin-solid": "^2.4.0",
"vitest": "0.25.2"
"vitest": "0.25.3"
}
},
"node_modules/@adobe/css-tools": {
@ -4712,9 +4712,9 @@
}
},
"node_modules/vitest": {
"version": "0.25.2",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.2.tgz",
"integrity": "sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==",
"version": "0.25.3",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.3.tgz",
"integrity": "sha512-/UzHfXIKsELZhL7OaM2xFlRF8HRZgAHtPctacvNK8H4vOcbJJAMEgbWNGSAK7Y9b1NBe5SeM7VTuz2RsTHFJJA==",
"dev": true,
"dependencies": {
"@types/chai": "^4.3.3",
@ -8274,9 +8274,9 @@
"requires": {}
},
"vitest": {
"version": "0.25.2",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.2.tgz",
"integrity": "sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==",
"version": "0.25.3",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.3.tgz",
"integrity": "sha512-/UzHfXIKsELZhL7OaM2xFlRF8HRZgAHtPctacvNK8H4vOcbJJAMEgbWNGSAK7Y9b1NBe5SeM7VTuz2RsTHFJJA==",
"dev": true,
"requires": {
"@types/chai": "^4.3.3",

View File

@ -35,6 +35,6 @@
"typescript": "4.9.3",
"vite": "^3.2.4",
"vite-plugin-solid": "^2.4.0",
"vitest": "0.25.2"
"vitest": "0.25.3"
}
}