From 3d2bf80011786db6510fac997cb51cbfe8803569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 03:32:14 +0000 Subject: [PATCH] Bump vite from 3.2.5 to 3.2.7 in /Cloudy.NET.UI/wwwroot-src Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.5 to 3.2.7. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v3.2.7/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v3.2.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Cloudy.NET.UI/wwwroot-src/package-lock.json | 14 +++++++------- Cloudy.NET.UI/wwwroot-src/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cloudy.NET.UI/wwwroot-src/package-lock.json b/Cloudy.NET.UI/wwwroot-src/package-lock.json index 1514b525..a6b57e07 100644 --- a/Cloudy.NET.UI/wwwroot-src/package-lock.json +++ b/Cloudy.NET.UI/wwwroot-src/package-lock.json @@ -27,7 +27,7 @@ "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "typescript": "^5.0.4", - "vite": "^3.1.3", + "vite": "^3.2.7", "vite-plugin-static-copy": "^0.13.0", "vite-plugin-svgr": "^2.4.0" } @@ -7029,9 +7029,9 @@ } }, "node_modules/vite": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.5.tgz", - "integrity": "sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.7.tgz", + "integrity": "sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==", "dev": true, "dependencies": { "esbuild": "^0.15.9", @@ -12487,9 +12487,9 @@ } }, "vite": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.5.tgz", - "integrity": "sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.7.tgz", + "integrity": "sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==", "dev": true, "requires": { "esbuild": "^0.15.9", diff --git a/Cloudy.NET.UI/wwwroot-src/package.json b/Cloudy.NET.UI/wwwroot-src/package.json index c683b993..cdf80567 100644 --- a/Cloudy.NET.UI/wwwroot-src/package.json +++ b/Cloudy.NET.UI/wwwroot-src/package.json @@ -32,7 +32,7 @@ "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "typescript": "^5.0.4", - "vite": "^3.1.3", + "vite": "^3.2.7", "vite-plugin-static-copy": "^0.13.0", "vite-plugin-svgr": "^2.4.0" }