Bump vitest from 0.24.1 to 0.24.3 (#3573)

Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.24.1 to 0.24.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/compare/v0.24.1...v0.24.3)

---
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-17 13:52:29 +02:00 committed by GitHub
parent 84300aada2
commit 5adb69204d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 74 additions and 76 deletions

View file

@ -105,7 +105,7 @@
"ts-node": "^10.9.1",
"vite": "^3.1.8",
"vite-plugin-checker": "^0.5.1",
"vitest": "^0.24.1",
"vitest": "^0.24.3",
"webpack": "^5.74.0"
}
}

148
package-lock.json generated
View file

@ -141,62 +141,10 @@
"ts-node": "^10.9.1",
"vite": "^3.1.8",
"vite-plugin-checker": "^0.5.1",
"vitest": "^0.24.1",
"vitest": "^0.24.3",
"webpack": "^5.74.0"
}
},
"apps/admin-ui/node_modules/vitest": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.24.1.tgz",
"integrity": "sha512-NKkK1xnDIOOr42pKBfGQQl6b6IWdFVBpG6ZS1T+nUlJuqcOiZ7lxjVwHy9wrtTYpJ0BWww9y6bSGYXubD29Nag==",
"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
}
}
},
"libs/keycloak-js": {
"version": "999.0.0-dev",
"license": "Apache-2.0",
@ -14262,6 +14210,58 @@
"fsevents": "~2.3.2"
}
},
"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,
@ -17932,29 +17932,8 @@
"use-react-router-breadcrumbs": "^2.0.2",
"vite": "^3.1.8",
"vite-plugin-checker": "^0.5.1",
"vitest": "^0.24.1",
"vitest": "^0.24.3",
"webpack": "^5.74.0"
},
"dependencies": {
"vitest": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.24.1.tgz",
"integrity": "sha512-NKkK1xnDIOOr42pKBfGQQl6b6IWdFVBpG6ZS1T+nUlJuqcOiZ7lxjVwHy9wrtTYpJ0BWww9y6bSGYXubD29Nag==",
"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"
}
}
}
},
"agent-base": {
@ -24266,6 +24245,25 @@
}
}
},
"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