Bump vitest from 0.24.3 to 0.24.4 (#3671)

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.24.3 to 0.24.4.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.24.4/packages/vitest)

---
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:
dependabot[bot] 2022-10-31 11:37:46 +01:00 committed by GitHub
parent dec06ccc06
commit 82680290cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 80 additions and 80 deletions

View file

@ -107,7 +107,7 @@
"ts-node": "^10.9.1",
"vite": "^3.2.2",
"vite-plugin-checker": "^0.5.1",
"vitest": "^0.24.3",
"vitest": "^0.24.4",
"webpack": "^5.74.0"
}
}

158
package-lock.json generated
View file

@ -185,7 +185,7 @@
"ts-node": "^10.9.1",
"vite": "^3.2.2",
"vite-plugin-checker": "^0.5.1",
"vitest": "^0.24.3",
"vitest": "^0.24.4",
"webpack": "^5.74.0"
}
},
@ -302,6 +302,58 @@
"url": "https://opencollective.com/webpack"
}
},
"apps/admin-ui/node_modules/vitest": {
"version": "0.24.4",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.24.4.tgz",
"integrity": "sha512-4ratHSyVEJPtBLV00uhL4Wj3Pmandc9rsxUkE0q9peNOfaOgGF4lEepdkaXGRi9AGFKr1GRVtjGOJ6Fp2lCpEg==",
"dev": true,
"dependencies": {
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/node": "*",
"chai": "^4.3.6",
"debug": "^4.3.4",
"local-pkg": "^0.4.2",
"strip-literal": "^0.4.2",
"tinybench": "^2.3.1",
"tinypool": "^0.3.0",
"tinyspy": "^1.0.2",
"vite": "^3.0.0"
},
"bin": {
"vitest": "vitest.mjs"
},
"engines": {
"node": ">=v14.16.0"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
},
"peerDependencies": {
"@edge-runtime/vm": "*",
"@vitest/browser": "*",
"@vitest/ui": "*",
"happy-dom": "*",
"jsdom": "*"
},
"peerDependenciesMeta": {
"@edge-runtime/vm": {
"optional": true
},
"@vitest/browser": {
"optional": true
},
"@vitest/ui": {
"optional": true
},
"happy-dom": {
"optional": true
},
"jsdom": {
"optional": true
}
}
},
"libs/keycloak-js": {
"version": "999.0.0-dev",
"license": "Apache-2.0",
@ -13697,9 +13749,9 @@
"license": "MIT"
},
"node_modules/tinybench": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.3.0.tgz",
"integrity": "sha512-zs1gMVBwyyG2QbVchYIbnabRhMOCGvrwZz/q+SV+LIMa9q5YDQZi2kkI6ZRqV2Bz7ba1uvrc7ieUoE4KWnGeKg==",
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.3.1.tgz",
"integrity": "sha512-hGYWYBMPr7p4g5IarQE7XhlyWveh1EKhy4wUBS1LrHXCKYgvz+4/jCqgmJqZxxldesn05vccrtME2RLLZNW7iA==",
"dev": true
},
"node_modules/tinypool": {
@ -14521,58 +14573,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/vitest": {
"version": "0.24.3",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.24.3.tgz",
"integrity": "sha512-aM0auuPPgMSstWvr851hB74g/LKaKBzSxcG3da7ejfZbx08Y21JpZmbmDYrMTCGhVZKqTGwzcnLMwyfz2WzkhQ==",
"dev": true,
"dependencies": {
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/node": "*",
"chai": "^4.3.6",
"debug": "^4.3.4",
"local-pkg": "^0.4.2",
"strip-literal": "^0.4.2",
"tinybench": "^2.3.0",
"tinypool": "^0.3.0",
"tinyspy": "^1.0.2",
"vite": "^3.0.0"
},
"bin": {
"vitest": "vitest.mjs"
},
"engines": {
"node": ">=v14.16.0"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
},
"peerDependencies": {
"@edge-runtime/vm": "*",
"@vitest/browser": "*",
"@vitest/ui": "*",
"happy-dom": "*",
"jsdom": "*"
},
"peerDependenciesMeta": {
"@edge-runtime/vm": {
"optional": true
},
"@vitest/browser": {
"optional": true
},
"@vitest/ui": {
"optional": true
},
"happy-dom": {
"optional": true
},
"jsdom": {
"optional": true
}
}
},
"node_modules/vm-browserify": {
"version": "1.1.2",
"dev": true,
@ -18321,7 +18321,7 @@
"use-react-router-breadcrumbs": "^2.0.2",
"vite": "^3.2.2",
"vite-plugin-checker": "^0.5.1",
"vitest": "^0.24.3",
"vitest": "^0.24.4",
"webpack": "^5.74.0"
},
"dependencies": {
@ -18390,6 +18390,25 @@
"ajv-formats": "^2.1.1",
"ajv-keywords": "^5.0.0"
}
},
"vitest": {
"version": "0.24.4",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.24.4.tgz",
"integrity": "sha512-4ratHSyVEJPtBLV00uhL4Wj3Pmandc9rsxUkE0q9peNOfaOgGF4lEepdkaXGRi9AGFKr1GRVtjGOJ6Fp2lCpEg==",
"dev": true,
"requires": {
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/node": "*",
"chai": "^4.3.6",
"debug": "^4.3.4",
"local-pkg": "^0.4.2",
"strip-literal": "^0.4.2",
"tinybench": "^2.3.1",
"tinypool": "^0.3.0",
"tinyspy": "^1.0.2",
"vite": "^3.0.0"
}
}
}
},
@ -24279,9 +24298,9 @@
"version": "1.0.3"
},
"tinybench": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.3.0.tgz",
"integrity": "sha512-zs1gMVBwyyG2QbVchYIbnabRhMOCGvrwZz/q+SV+LIMa9q5YDQZi2kkI6ZRqV2Bz7ba1uvrc7ieUoE4KWnGeKg==",
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.3.1.tgz",
"integrity": "sha512-hGYWYBMPr7p4g5IarQE7XhlyWveh1EKhy4wUBS1LrHXCKYgvz+4/jCqgmJqZxxldesn05vccrtME2RLLZNW7iA==",
"dev": true
},
"tinypool": {
@ -24799,25 +24818,6 @@
}
}
},
"vitest": {
"version": "0.24.3",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.24.3.tgz",
"integrity": "sha512-aM0auuPPgMSstWvr851hB74g/LKaKBzSxcG3da7ejfZbx08Y21JpZmbmDYrMTCGhVZKqTGwzcnLMwyfz2WzkhQ==",
"dev": true,
"requires": {
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/node": "*",
"chai": "^4.3.6",
"debug": "^4.3.4",
"local-pkg": "^0.4.2",
"strip-literal": "^0.4.2",
"tinybench": "^2.3.0",
"tinypool": "^0.3.0",
"tinyspy": "^1.0.2",
"vite": "^3.0.0"
}
},
"vm-browserify": {
"version": "1.1.2",
"dev": true