From 15e74927a98b7580ad994afae245e5f3bbba8e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:01:35 +0000 Subject: [PATCH] Bump vite in /connecting-to-adaptors/WebApiAdaptor/WebApiAdaptor.client 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] --- .../WebApiAdaptor/WebApiAdaptor.client/package-lock.json | 8 ++++---- .../WebApiAdaptor/WebApiAdaptor.client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/connecting-to-adaptors/WebApiAdaptor/WebApiAdaptor.client/package-lock.json b/connecting-to-adaptors/WebApiAdaptor/WebApiAdaptor.client/package-lock.json index 21f2396..b8e9c92 100644 --- a/connecting-to-adaptors/WebApiAdaptor/WebApiAdaptor.client/package-lock.json +++ b/connecting-to-adaptors/WebApiAdaptor/WebApiAdaptor.client/package-lock.json @@ -22,7 +22,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": { @@ -2982,9 +2982,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/connecting-to-adaptors/WebApiAdaptor/WebApiAdaptor.client/package.json b/connecting-to-adaptors/WebApiAdaptor/WebApiAdaptor.client/package.json index 56b2d1f..f2d60a5 100644 --- a/connecting-to-adaptors/WebApiAdaptor/WebApiAdaptor.client/package.json +++ b/connecting-to-adaptors/WebApiAdaptor/WebApiAdaptor.client/package.json @@ -24,6 +24,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" } }