From d9d724e708685c46e972ce3bd7cfb70523adf6ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 02:58:41 +0000 Subject: [PATCH] Bump vite from 2.9.13 to 2.9.16 in /web-application Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.13 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] --- web-application/package-lock.json | 18 +++++++++--------- web-application/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/web-application/package-lock.json b/web-application/package-lock.json index 9a11880..c33daa0 100644 --- a/web-application/package-lock.json +++ b/web-application/package-lock.json @@ -18,7 +18,7 @@ "eslint": "^8.17.0", "eslint-plugin-vue": "^9.1.1", "prettier": "^2.7.1", - "vite": "^2.9.13" + "vite": "^2.9.16" } }, "node_modules/@babel/parser": { @@ -1811,15 +1811,15 @@ "dev": true }, "node_modules/vite": { - "version": "2.9.13", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.13.tgz", - "integrity": "sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==", + "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", "postcss": "^8.4.13", "resolve": "^1.22.0", - "rollup": "^2.59.0" + "rollup": ">=2.59.0 <2.78.0" }, "bin": { "vite": "bin/vite.js" @@ -3163,16 +3163,16 @@ "dev": true }, "vite": { - "version": "2.9.13", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.13.tgz", - "integrity": "sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==", + "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", "fsevents": "~2.3.2", "postcss": "^8.4.13", "resolve": "^1.22.0", - "rollup": "^2.59.0" + "rollup": ">=2.59.0 <2.78.0" } }, "vue": { diff --git a/web-application/package.json b/web-application/package.json index 749c0b0..db639a3 100644 --- a/web-application/package.json +++ b/web-application/package.json @@ -16,7 +16,7 @@ "@vitejs/plugin-vue": "^2.3.3", "@rushstack/eslint-patch": "^1.1.3", "@vue/eslint-config-prettier": "^7.0.0", - "vite": "^2.9.13", + "vite": "^2.9.16", "eslint": "^8.17.0", "eslint-plugin-vue": "^9.1.1" }