diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b6a813bd9..14e119822 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -40,7 +40,7 @@ "@types/react-table": "^7.7.0", "@vitejs/plugin-react": "^2.2.0", "@vitest/coverage-c8": "^0.25.0", - "@vitest/ui": "^0.25.0", + "@vitest/ui": "^0.29.1", "clsx": "^1.2.0", "eslint": "^8.26.0", "eslint-config-react-app": "^7.0.1", @@ -3601,11 +3601,15 @@ } }, "node_modules/@vitest/ui": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.25.8.tgz", - "integrity": "sha512-wfuhghldD5QHLYpS46GK8Ru8P3XcMrWvFjRQD21KNzc9Y/qtJsqoC8KmT6xWVkMNw4oHYixpo3a4ZySRJdserw==", + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.29.1.tgz", + "integrity": "sha512-CtcFlqcxNFT+5geTYfjOMOje4iae2DGsOnW1//7cre2xc43mFVOJYG7ZPq1wOUisDqSCyPLP2+zvAAlFJxBiUA==", "dev": true, "dependencies": { + "fast-glob": "^3.2.12", + "flatted": "^3.2.7", + "pathe": "^1.1.0", + "picocolors": "^1.0.0", "sirv": "^2.0.2" } }, @@ -8186,6 +8190,12 @@ "node": ">=8" } }, + "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/pathval": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", @@ -12907,11 +12917,15 @@ } }, "@vitest/ui": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.25.8.tgz", - "integrity": "sha512-wfuhghldD5QHLYpS46GK8Ru8P3XcMrWvFjRQD21KNzc9Y/qtJsqoC8KmT6xWVkMNw4oHYixpo3a4ZySRJdserw==", + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.29.1.tgz", + "integrity": "sha512-CtcFlqcxNFT+5geTYfjOMOje4iae2DGsOnW1//7cre2xc43mFVOJYG7ZPq1wOUisDqSCyPLP2+zvAAlFJxBiUA==", "dev": true, "requires": { + "fast-glob": "^3.2.12", + "flatted": "^3.2.7", + "pathe": "^1.1.0", + "picocolors": "^1.0.0", "sirv": "^2.0.2" } }, @@ -16238,6 +16252,12 @@ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" }, + "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 + }, "pathval": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", diff --git a/frontend/package.json b/frontend/package.json index abd29036f..c8c8c201c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -44,7 +44,7 @@ "@types/react-table": "^7.7.0", "@vitejs/plugin-react": "^2.2.0", "@vitest/coverage-c8": "^0.25.0", - "@vitest/ui": "^0.25.0", + "@vitest/ui": "^0.29.1", "clsx": "^1.2.0", "eslint": "^8.26.0", "eslint-config-react-app": "^7.0.1",