From 19880005425a414a6a697b739572d025366cf41e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 03:48:48 +0000 Subject: [PATCH] Bump vite from 4.5.2 to 4.5.3 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 86 ++++------------------------------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 80 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f99f3338..6bfaa4f70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,7 +71,7 @@ "husky": "^8.0.3", "prettier": "3.0.3", "sass": "^1.50.1", - "vite": "^4.1.4", + "vite": "^4.5.3", "vite-plugin-favicons-inject": "^2.2.0" } }, @@ -16400,12 +16400,6 @@ "inBundle": true, "license": "ISC" }, - "node_modules/npm/node_modules/lodash._baseindexof": { - "version": "3.1.0", - "extraneous": true, - "inBundle": true, - "license": "MIT" - }, "node_modules/npm/node_modules/lodash._baseuniq": { "version": "4.6.0", "inBundle": true, @@ -16425,44 +16419,11 @@ "inBundle": true, "license": "MIT" }, - "node_modules/npm/node_modules/lodash._bindcallback": { - "version": "3.0.1", - "extraneous": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/lodash._cacheindexof": { - "version": "3.0.2", - "extraneous": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/lodash._createcache": { - "version": "3.1.2", - "extraneous": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "lodash._getnative": "^3.0.0" - } - }, - "node_modules/npm/node_modules/lodash._getnative": { - "version": "3.9.1", - "extraneous": true, - "inBundle": true, - "license": "MIT" - }, "node_modules/npm/node_modules/lodash.clonedeep": { "version": "4.5.0", "inBundle": true, "license": "MIT" }, - "node_modules/npm/node_modules/lodash.restparam": { - "version": "3.6.1", - "extraneous": true, - "inBundle": true, - "license": "MIT" - }, "node_modules/npm/node_modules/lodash.union": { "version": "4.6.0", "inBundle": true, @@ -24950,9 +24911,9 @@ } }, "node_modules/vite": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz", - "integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", + "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", "dependencies": { "esbuild": "^0.18.10", "postcss": "^8.4.27", @@ -37412,11 +37373,6 @@ } } }, - "lodash._baseindexof": { - "version": "3.1.0", - "bundled": true, - "extraneous": true - }, "lodash._baseuniq": { "version": "4.6.0", "bundled": true, @@ -37435,38 +37391,10 @@ } } }, - "lodash._bindcallback": { - "version": "3.0.1", - "bundled": true, - "extraneous": true - }, - "lodash._cacheindexof": { - "version": "3.0.2", - "bundled": true, - "extraneous": true - }, - "lodash._createcache": { - "version": "3.1.2", - "bundled": true, - "extraneous": true, - "requires": { - "lodash._getnative": "^3.0.0" - } - }, - "lodash._getnative": { - "version": "3.9.1", - "bundled": true, - "extraneous": true - }, "lodash.clonedeep": { "version": "4.5.0", "bundled": true }, - "lodash.restparam": { - "version": "3.6.1", - "bundled": true, - "extraneous": true - }, "lodash.union": { "version": "4.6.0", "bundled": true @@ -43636,9 +43564,9 @@ } }, "vite": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz", - "integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", + "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", "requires": { "esbuild": "^0.18.10", "fsevents": "~2.3.2", diff --git a/package.json b/package.json index 308d974eb..de25880d4 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "husky": "^8.0.3", "prettier": "3.0.3", "sass": "^1.50.1", - "vite": "^4.1.4", + "vite": "^4.5.3", "vite-plugin-favicons-inject": "^2.2.0" } }