From 01451a9810ee4ec1b5d64692819f6f66ba751f6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 02:58:52 +0000 Subject: [PATCH] Bump vite from 2.9.13 to 2.9.16 in /Digitalbook 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] --- Digitalbook/package-lock.json | 18 +++++++++--------- Digitalbook/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Digitalbook/package-lock.json b/Digitalbook/package-lock.json index c064efc4..c75419c8 100644 --- a/Digitalbook/package-lock.json +++ b/Digitalbook/package-lock.json @@ -97,7 +97,7 @@ "autoprefixer": "^10.4.2", "postcss": "^8.4.6", "tailwindcss": "^3.0.22", - "vite": "^2.9.13" + "vite": "^2.9.16" } }, "node_modules/@algolia/autocomplete-core": { @@ -1819,15 +1819,15 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "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" @@ -3008,16 +3008,16 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "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" } }, "xtend": { diff --git a/Digitalbook/package.json b/Digitalbook/package.json index e65c8662..1b80e197 100644 --- a/Digitalbook/package.json +++ b/Digitalbook/package.json @@ -12,7 +12,7 @@ "autoprefixer": "^10.4.2", "postcss": "^8.4.6", "tailwindcss": "^3.0.22", - "vite": "^2.9.13" + "vite": "^2.9.16" }, "dependencies": { "acorn": "^7.4.1",