From 7fe61b054425383c2d57334752a84b016113832d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 12:03:40 +0000 Subject: [PATCH] Bump @vitest/ui from 0.26.2 to 0.29.7 in /web Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.26.2 to 0.29.7. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v0.29.7/packages/ui) --- updated-dependencies: - dependency-name: "@vitest/ui" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 32 +++++++++++++++++++++++++------- web/package.json | 2 +- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 83d6515ec..58454c286 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -37,7 +37,7 @@ "@typescript-eslint/eslint-plugin": "^5.47.1", "@typescript-eslint/parser": "^5.47.1", "@vitest/coverage-c8": "^0.26.2", - "@vitest/ui": "^0.26.2", + "@vitest/ui": "^0.29.7", "autoprefixer": "^10.4.13", "eslint": "^8.30.0", "eslint-config-preact": "^1.3.0", @@ -2507,16 +2507,24 @@ } }, "node_modules/@vitest/ui": { - "version": "0.26.2", - "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.26.2.tgz", - "integrity": "sha512-DMQhooGJVWjkiKIWJqbprDynDbw/anG2An5PxyDqLuzpGX0MWnDLNxON8wneDtDIX3kCptzRWTVMAxaV/S8EoQ==", + "version": "0.29.7", + "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.29.7.tgz", + "integrity": "sha512-KeOztcAldlFU5i8DKCQcmGrih1dVowurZy/9iPz5JyQdPJzej+nW1nI4nYvc4ZmUtA8+IAe9uViqnU7IXc1RNw==", "dev": true, "dependencies": { "fast-glob": "^3.2.12", "flatted": "^3.2.7", + "pathe": "^1.1.0", + "picocolors": "^1.0.0", "sirv": "^2.0.2" } }, + "node_modules/@vitest/ui/node_modules/pathe": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.0.tgz", + "integrity": "sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==", + "dev": true + }, "node_modules/@xmldom/xmldom": { "version": "0.7.9", "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.9.tgz", @@ -11532,14 +11540,24 @@ } }, "@vitest/ui": { - "version": "0.26.2", - "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.26.2.tgz", - "integrity": "sha512-DMQhooGJVWjkiKIWJqbprDynDbw/anG2An5PxyDqLuzpGX0MWnDLNxON8wneDtDIX3kCptzRWTVMAxaV/S8EoQ==", + "version": "0.29.7", + "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.29.7.tgz", + "integrity": "sha512-KeOztcAldlFU5i8DKCQcmGrih1dVowurZy/9iPz5JyQdPJzej+nW1nI4nYvc4ZmUtA8+IAe9uViqnU7IXc1RNw==", "dev": true, "requires": { "fast-glob": "^3.2.12", "flatted": "^3.2.7", + "pathe": "^1.1.0", + "picocolors": "^1.0.0", "sirv": "^2.0.2" + }, + "dependencies": { + "pathe": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.0.tgz", + "integrity": "sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==", + "dev": true + } } }, "@xmldom/xmldom": { diff --git a/web/package.json b/web/package.json index 4e5e92e91..b9715934e 100644 --- a/web/package.json +++ b/web/package.json @@ -41,7 +41,7 @@ "@typescript-eslint/eslint-plugin": "^5.47.1", "@typescript-eslint/parser": "^5.47.1", "@vitest/coverage-c8": "^0.26.2", - "@vitest/ui": "^0.26.2", + "@vitest/ui": "^0.29.7", "autoprefixer": "^10.4.13", "eslint": "^8.30.0", "eslint-config-preact": "^1.3.0",