From e5386709286e414573c2c48b89622a37ca2418f7 Mon Sep 17 00:00:00 2001 From: BCGov-NR PR Bot <42219260+bcgov-devops@users.noreply.github.com> Date: Tue, 28 May 2024 12:06:44 -0700 Subject: [PATCH] fix: upgrade vite from 5.2.10 to 5.2.11 (#192) Snyk has created this PR to upgrade vite from 5.2.10 to 5.2.11. See this package in npm: vite See this project in Snyk: https://app.snyk.io/org/bcgov/project/8f9fb52a-7406-4ba4-9a42-d483d15818e5?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot Co-authored-by: Derek Roberts --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 245a5ea..638c789 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -31,7 +31,7 @@ "react-router-dom": "^6.22.3", "redux": "^4.2.1", "redux-thunk": "^2.4.2", - "vite": "^5.0.0", + "vite": "^5.2.11", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^4.3.2", "web-vitals": "^3.5.2", @@ -21472,9 +21472,10 @@ } }, "node_modules/vite": { - "version": "5.2.10", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.10.tgz", - "integrity": "sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==", + "version": "5.2.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz", + "integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==", + "license": "MIT", "dependencies": { "esbuild": "^0.20.1", "postcss": "^8.4.38", diff --git a/frontend/package.json b/frontend/package.json index 95919ce..f0382c6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,7 @@ "react-router-dom": "^6.22.3", "redux": "^4.2.1", "redux-thunk": "^2.4.2", - "vite": "^5.0.0", + "vite": "^5.2.11", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^4.3.2", "web-vitals": "^3.5.2",