From 7b8a0ecc1a63907672c7f1d21e503c21e28e7d87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:28:38 +0000 Subject: [PATCH] Chore: Update vite to v2.9.18 [skip netlify] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab4745f..e024091 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "tailwindcss-opentype": "1.0.0", "typescript": "4.7.4", "unplugin-auto-import": "0.9.2", - "vite": "2.9.13", + "vite": "2.9.18", "vite-plugin-inspect": "0.5.1", "vite-plugin-md": "0.13.1", "vite-plugin-pages": "0.25.0", @@ -10325,15 +10325,15 @@ } }, "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.18", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.18.tgz", + "integrity": "sha512-sAOqI5wNM9QvSEE70W3UGMdT8cyEn0+PmJMTFvTB8wB0YbYUWw3gUbY62AOyrXosGieF2htmeLATvNxpv/zNyQ==", "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" @@ -18694,16 +18694,16 @@ } }, "vite": { - "version": "2.9.13", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.13.tgz", - "integrity": "sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==", + "version": "2.9.18", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.18.tgz", + "integrity": "sha512-sAOqI5wNM9QvSEE70W3UGMdT8cyEn0+PmJMTFvTB8wB0YbYUWw3gUbY62AOyrXosGieF2htmeLATvNxpv/zNyQ==", "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" } }, "vite-plugin-inspect": { diff --git a/package.json b/package.json index 71eabc7..6fb911e 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "tailwindcss-opentype": "1.0.0", "typescript": "4.7.4", "unplugin-auto-import": "0.9.2", - "vite": "2.9.13", + "vite": "2.9.18", "vite-plugin-inspect": "0.5.1", "vite-plugin-md": "0.13.1", "vite-plugin-pages": "0.25.0",