From a395a4826f7caf46a29840d9112e0f134f4dcaa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 03:08:44 +0000 Subject: [PATCH] Bump vite from 2.9.15 to 2.9.16 in /troisjs 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:development ... Signed-off-by: dependabot[bot] --- troisjs/package-lock.json | 14 +++++++------- troisjs/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/troisjs/package-lock.json b/troisjs/package-lock.json index a54ccfe..3019eb5 100644 --- a/troisjs/package-lock.json +++ b/troisjs/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "@vitejs/plugin-vue": "^1.9.4", "@vue/compiler-sfc": "^3.2.20", - "vite": "^2.6.14" + "vite": "^2.9.16" } }, "node_modules/@babel/parser": { @@ -772,9 +772,9 @@ "integrity": "sha512-aonG2lw+QyTjytJpvYIaGv2AiIKzm+eSYT4ByG64uVh+jCLAWxnblS6bCewIckvCMqs2j3z351Q/IFIPWYViCQ==" }, "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==", "dev": true, "dependencies": { "esbuild": "^0.14.27", @@ -1319,9 +1319,9 @@ "integrity": "sha512-aonG2lw+QyTjytJpvYIaGv2AiIKzm+eSYT4ByG64uVh+jCLAWxnblS6bCewIckvCMqs2j3z351Q/IFIPWYViCQ==" }, "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==", "dev": true, "requires": { "esbuild": "^0.14.27", diff --git a/troisjs/package.json b/troisjs/package.json index 1b8b2dc..8b5a94c 100644 --- a/troisjs/package.json +++ b/troisjs/package.json @@ -16,6 +16,6 @@ "devDependencies": { "@vitejs/plugin-vue": "^1.9.4", "@vue/compiler-sfc": "^3.2.20", - "vite": "^2.6.14" + "vite": "^2.9.16" } }