Skip to content

Commit 802edd7

Browse files
chore(deps): update dependency vitest to v0.26.3 (#172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b10121 commit 802edd7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"prettier": "2.8.2",
7272
"rimraf": "3.0.2",
7373
"typescript": "4.9.4",
74-
"vitest": "0.26.2"
74+
"vitest": "0.26.3"
7575
},
7676
"publishConfig": {
7777
"access": "public"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3369,10 +3369,10 @@ validate-npm-package-license@^3.0.1:
33693369
spdx-correct "^3.0.0"
33703370
spdx-expression-parse "^3.0.0"
33713371

3372-
3373-
version "0.26.2"
3374-
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-0.26.2.tgz#2624236b9d68ea62c753572ee465fe4fa0657572"
3375-
integrity sha512-4M/zlatItZAyvrQG+82zQBhgDjRZRhVJYFW4T9wcAKh7eMmSiPOVSeI5zsV9UzHXgCcIDKX0o0r3s4OxExTHqg==
3372+
3373+
version "0.26.3"
3374+
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-0.26.3.tgz#164fbaf449d5bd382b44b736653ba800397b5ebd"
3375+
integrity sha512-Te2bq0Bfvq6XiO718I+1EinMjpNYKws6SNHKOmVbILAQimKoZKDd+IZLlkaYcBXPpK3HFe2U80k8Zw+m3w/a2w==
33763376
dependencies:
33773377
debug "^4.3.4"
33783378
mlly "^1.0.0"
@@ -3393,10 +3393,10 @@ [email protected]:
33933393
optionalDependencies:
33943394
fsevents "~2.3.2"
33953395

3396-
3397-
version "0.26.2"
3398-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.26.2.tgz#c1647e41d5619d1d059ff65d9c00672261ccac30"
3399-
integrity sha512-Jvqxh6SDy9SsuslkDjts0iDewDIdq4rveEt69YgDuAb1tVDGV0lDepVaeAFraoySWqneJmOt4TngFFNhlw7GfA==
3396+
3397+
version "0.26.3"
3398+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.26.3.tgz#0e3abb7674e8af7b74519b40c04efe6e43c0b0a7"
3399+
integrity sha512-FmHxU9aUCxTi23keF3vxb/Qp0lYXaaJ+jRLGOUmMS3qVTOJvgGE+f1VArupA6pEhaG2Ans4X+zV9dqM5WISMbg==
34003400
dependencies:
34013401
"@types/chai" "^4.3.4"
34023402
"@types/chai-subset" "^1.3.3"
@@ -3412,7 +3412,7 @@ [email protected]:
34123412
tinypool "^0.3.0"
34133413
tinyspy "^1.0.2"
34143414
vite "^3.0.0 || ^4.0.0"
3415-
vite-node "0.26.2"
3415+
vite-node "0.26.3"
34163416

34173417
wcwidth@^1.0.1:
34183418
version "1.0.1"

0 commit comments

Comments
 (0)