From dac281dc9036d6870e0683def70f15409feea6be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:39:24 +0000 Subject: [PATCH] Bump vite from 5.3.4 to 5.4.0 in /VolunteeringUkraineMap Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.4 to 5.4.0. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@5.4.0/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- VolunteeringUkraineMap/package-lock.json | 22 +++++++++++++--------- VolunteeringUkraineMap/package.json | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/VolunteeringUkraineMap/package-lock.json b/VolunteeringUkraineMap/package-lock.json index e71f855..57171db 100644 --- a/VolunteeringUkraineMap/package-lock.json +++ b/VolunteeringUkraineMap/package-lock.json @@ -36,7 +36,7 @@ "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard": "^36.0.1", "tailwindcss": "^3.4.7", - "vite": "^5.3.4", + "vite": "^5.4.0", "vite-plugin-eslint": "^1.8.1", "vite-plugin-stylelint": "^5.3.1", "vite-svg-loader": "^5.1.0" @@ -10083,13 +10083,13 @@ } }, "node_modules/vite": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.4.tgz", - "integrity": "sha512-Cw+7zL3ZG9/NZBB8C+8QbQZmR54GwqIz+WMI4b3JgdYJvX+ny9AjJXqkGQlDXSXRP9rP0B4tbciRMOVEKulVOA==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz", + "integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==", "dev": true, "dependencies": { "esbuild": "^0.21.3", - "postcss": "^8.4.39", + "postcss": "^8.4.40", "rollup": "^4.13.0" }, "bin": { @@ -10109,6 +10109,7 @@ "less": "*", "lightningcss": "^1.21.0", "sass": "*", + "sass-embedded": "*", "stylus": "*", "sugarss": "*", "terser": "^5.4.0" @@ -10126,6 +10127,9 @@ "sass": { "optional": true }, + "sass-embedded": { + "optional": true + }, "stylus": { "optional": true }, @@ -17895,14 +17899,14 @@ } }, "vite": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.4.tgz", - "integrity": "sha512-Cw+7zL3ZG9/NZBB8C+8QbQZmR54GwqIz+WMI4b3JgdYJvX+ny9AjJXqkGQlDXSXRP9rP0B4tbciRMOVEKulVOA==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz", + "integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==", "dev": true, "requires": { "esbuild": "^0.21.3", "fsevents": "~2.3.3", - "postcss": "^8.4.39", + "postcss": "^8.4.40", "rollup": "^4.13.0" } }, diff --git a/VolunteeringUkraineMap/package.json b/VolunteeringUkraineMap/package.json index 60c210d..868976f 100644 --- a/VolunteeringUkraineMap/package.json +++ b/VolunteeringUkraineMap/package.json @@ -40,7 +40,7 @@ "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard": "^36.0.1", "tailwindcss": "^3.4.7", - "vite": "^5.3.4", + "vite": "^5.4.0", "vite-plugin-eslint": "^1.8.1", "vite-plugin-stylelint": "^5.3.1", "vite-svg-loader": "^5.1.0"