From 827f56d8e2cbf79f1e86547caf34984db25bea82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:43:14 +0000 Subject: [PATCH] Bump vite-plugin-vuetify in /src/dispatch/static/dispatch Bumps [vite-plugin-vuetify](https://github.com/vuetifyjs/vuetify-loader) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/vuetifyjs/vuetify-loader/releases) - [Commits](https://github.com/vuetifyjs/vuetify-loader/compare/vite-plugin-vuetify@2.0.1...vite-plugin-vuetify@2.0.2) --- updated-dependencies: - dependency-name: vite-plugin-vuetify dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/dispatch/static/dispatch/package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index b8e1de8fa435..33ef49baba2f 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -2292,9 +2292,9 @@ } }, "node_modules/@vuetify/loader-shared": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@vuetify/loader-shared/-/loader-shared-2.0.1.tgz", - "integrity": "sha512-zy5/ohEO7RcJaWYu2Xiy8TBEOkTb42XvWvSAJwXAtY8OlwqyGhzzBp9OvMVjLGIuFXumBpXKlsaVIkeN0OWWSw==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@vuetify/loader-shared/-/loader-shared-2.0.2.tgz", + "integrity": "sha512-91itRxkTRKUhEZhWR/ICfYml1WkVxC7/DIeJEyUzzzLQxRo9wpyk+rhFtwHUUJE2O8wL1VG9L6TkR5SIUswwKQ==", "devOptional": true, "dependencies": { "upath": "^2.0.1" @@ -6802,12 +6802,12 @@ } }, "node_modules/vite-plugin-vuetify": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/vite-plugin-vuetify/-/vite-plugin-vuetify-2.0.1.tgz", - "integrity": "sha512-GlRVAruohE8b0FqmeYYh1cYg3n8THGOv066uMA44qLv9uhUxSLw55CS7fi2yU0wH363TJ2vq36zUsPTjRFrjGQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/vite-plugin-vuetify/-/vite-plugin-vuetify-2.0.2.tgz", + "integrity": "sha512-steZz+B3Fj06mzQ9RyV1ewwQ8yGIU+l/Pi3KQhKhyRJSMS5vKCh2jThglbUBLdJER5vv4jxl0FJujPuKJ41tJw==", "devOptional": true, "dependencies": { - "@vuetify/loader-shared": "^2.0.1", + "@vuetify/loader-shared": "^2.0.2", "debug": "^4.3.3", "upath": "^2.0.1" },