From 011c2407d9c004b0f8c2b3824999a12513b06df3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 01:01:46 +0000 Subject: [PATCH] chore(deps-dev): bump vite in /tools/pricing-calculator/web Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.1 to 7.3.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.3.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- tools/pricing-calculator/web/package-lock.json | 8 ++++---- tools/pricing-calculator/web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/pricing-calculator/web/package-lock.json b/tools/pricing-calculator/web/package-lock.json index c175bdc..7ba1d99 100644 --- a/tools/pricing-calculator/web/package-lock.json +++ b/tools/pricing-calculator/web/package-lock.json @@ -20,7 +20,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", - "vite": "^7.3.1" + "vite": "^7.3.2" } }, "node_modules/@babel/code-frame": { @@ -2770,9 +2770,9 @@ } }, "node_modules/vite": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz", - "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz", + "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/tools/pricing-calculator/web/package.json b/tools/pricing-calculator/web/package.json index 10cc005..d8b3da8 100644 --- a/tools/pricing-calculator/web/package.json +++ b/tools/pricing-calculator/web/package.json @@ -22,6 +22,6 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", - "vite": "^7.3.1" + "vite": "^7.3.2" } }