From d9abc2884cfa8e01b2dded5112e2182e3074d466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 06:20:56 +0000 Subject: [PATCH] chore(deps-dev): bump vite from 5.4.6 to 5.4.7 in the npm_and_yarn group (#2690) Bumps the npm_and_yarn group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 5.4.6 to 5.4.7 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- packages/circuit-ui/package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11374063ec..4442d55822 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "stylelint-prettier": "^5.0.2", "svgo": "^3.3.2", "typescript": "^5.5.4", - "vite": "^5.4.6", + "vite": "^5.4.7", "vitest": "^2.0.3", "vitest-github-actions-reporter": "^0.11.1" } @@ -40970,9 +40970,9 @@ } }, "node_modules/vite": { - "version": "5.4.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", - "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", + "version": "5.4.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz", + "integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", @@ -42613,7 +42613,7 @@ "rollup-plugin-preserve-directives": "^0.4.0", "typescript": "^5.5.4", "typescript-plugin-css-modules": "^5.1.0", - "vite": "^5.4.6" + "vite": "^5.4.7" }, "engines": { "node": ">=18" @@ -49789,7 +49789,7 @@ "temporal-polyfill": "^0.2.5", "typescript": "^5.5.4", "typescript-plugin-css-modules": "^5.1.0", - "vite": "^5.4.6" + "vite": "^5.4.7" } }, "@sumup/cna-template": { @@ -70970,9 +70970,9 @@ } }, "vite": { - "version": "5.4.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", - "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", + "version": "5.4.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz", + "integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==", "requires": { "esbuild": "^0.21.3", "fsevents": "~2.3.3", diff --git a/package.json b/package.json index dec5552333..571840b0d2 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "stylelint-prettier": "^5.0.2", "svgo": "^3.3.2", "typescript": "^5.5.4", - "vite": "^5.4.6", + "vite": "^5.4.7", "vitest": "^2.0.3", "vitest-github-actions-reporter": "^0.11.1" } diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 124f650ab5..9406eec778 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -85,7 +85,7 @@ "rollup-plugin-preserve-directives": "^0.4.0", "typescript": "^5.5.4", "typescript-plugin-css-modules": "^5.1.0", - "vite": "^5.4.6" + "vite": "^5.4.7" }, "peerDependencies": { "@emotion/is-prop-valid": "^1.2.1",