From 65e0ef735678d39aaf3f03932e1ec7cf5b5eb9a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 03:09:05 +0000 Subject: [PATCH] Bump vite from 2.9.15 to 2.9.16 in /ui Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.15 to 2.9.16. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v2.9.16/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v2.9.16/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index c8487b0..4065f2e 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -19,7 +19,7 @@ "es6-promise": "^4.2.8", "smoothie": "^1.35.0", "uuid": "^9.0.0", - "vite": "^2.9.15", + "vite": "^2.9.16", "vue": "^3.2.31", "vuex": "^4.0.0" }, @@ -9317,9 +9317,9 @@ } }, "node_modules/vite": { - "version": "2.9.15", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.15.tgz", - "integrity": "sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==", + "version": "2.9.16", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.16.tgz", + "integrity": "sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==", "dependencies": { "esbuild": "^0.14.27", "postcss": "^8.4.13", @@ -16979,9 +16979,9 @@ } }, "vite": { - "version": "2.9.15", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.15.tgz", - "integrity": "sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==", + "version": "2.9.16", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.16.tgz", + "integrity": "sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==", "requires": { "esbuild": "^0.14.27", "fsevents": "~2.3.2", diff --git a/ui/package.json b/ui/package.json index 16b3d02..6034ea6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,7 +19,7 @@ "es6-promise": "^4.2.8", "smoothie": "^1.35.0", "uuid": "^9.0.0", - "vite": "^2.9.15", + "vite": "^2.9.16", "vue": "^3.2.31", "vuex": "^4.0.0" },