Skip to content

Commit 695d971

Browse files
chore(deps): update devdependency vitest to ^0.24.4 (#240)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ee4e3b commit 695d971

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
@@ -53,7 +53,7 @@
5353
"lint-staged": "13.0.3",
5454
"nuxt": "npm:[email protected]",
5555
"release-it": "15.5.0",
56-
"vitest": "^0.24.3"
56+
"vitest": "^0.24.4"
5757
},
5858
"resolutions": {
5959
"@nuxtjs/html-validator": "link:./"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7804,10 +7804,10 @@ tiny-invariant@^1.1.0:
78047804
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.2.0.tgz#a1141f86b672a9148c72e978a19a73b9b94a15a9"
78057805
integrity sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==
78067806

7807-
tinybench@^2.3.0:
7808-
version "2.3.0"
7809-
resolved "https://registry.yarnpkg.com/tinybench/-/tinybench-2.3.0.tgz#febb2e697c735c0cdb8eb1e43cb1d2fa1821f983"
7810-
integrity sha512-zs1gMVBwyyG2QbVchYIbnabRhMOCGvrwZz/q+SV+LIMa9q5YDQZi2kkI6ZRqV2Bz7ba1uvrc7ieUoE4KWnGeKg==
7807+
tinybench@^2.3.1:
7808+
version "2.3.1"
7809+
resolved "https://registry.yarnpkg.com/tinybench/-/tinybench-2.3.1.tgz#14f64e6b77d7ef0b1f6ab850c7a808c6760b414d"
7810+
integrity sha512-hGYWYBMPr7p4g5IarQE7XhlyWveh1EKhy4wUBS1LrHXCKYgvz+4/jCqgmJqZxxldesn05vccrtME2RLLZNW7iA==
78117811

78127812
tinypool@^0.3.0:
78137813
version "0.3.0"
@@ -8275,10 +8275,10 @@ vite@^3.0.0, vite@^3.1.7, vite@~3.1.8:
82758275
optionalDependencies:
82768276
fsevents "~2.3.2"
82778277

8278-
vitest@^0.24.3:
8279-
version "0.24.3"
8280-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.24.3.tgz#d91c7e2d557877d5270033efdf18add6063f0c97"
8281-
integrity sha512-aM0auuPPgMSstWvr851hB74g/LKaKBzSxcG3da7ejfZbx08Y21JpZmbmDYrMTCGhVZKqTGwzcnLMwyfz2WzkhQ==
8278+
vitest@^0.24.4:
8279+
version "0.24.4"
8280+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.24.4.tgz#ec6d876a000d9942b0bc0bbc54d54da38a879720"
8281+
integrity sha512-4ratHSyVEJPtBLV00uhL4Wj3Pmandc9rsxUkE0q9peNOfaOgGF4lEepdkaXGRi9AGFKr1GRVtjGOJ6Fp2lCpEg==
82828282
dependencies:
82838283
"@types/chai" "^4.3.3"
82848284
"@types/chai-subset" "^1.3.3"
@@ -8287,7 +8287,7 @@ vitest@^0.24.3:
82878287
debug "^4.3.4"
82888288
local-pkg "^0.4.2"
82898289
strip-literal "^0.4.2"
8290-
tinybench "^2.3.0"
8290+
tinybench "^2.3.1"
82918291
tinypool "^0.3.0"
82928292
tinyspy "^1.0.2"
82938293
vite "^3.0.0"

0 commit comments

Comments
 (0)