From e4f5284ae73ee1cd6b119fc9bb88a9b2339c8f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 12:04:25 +0000 Subject: [PATCH] chore(deps): bump @wdns/vuetify-resize-drawer Bumps [@wdns/vuetify-resize-drawer](https://github.com/webdevnerdstuff/vuetify-resize-drawer) from 3.2.1 to 3.3.1. - [Release notes](https://github.com/webdevnerdstuff/vuetify-resize-drawer/releases) - [Changelog](https://github.com/webdevnerdstuff/vuetify-resize-drawer/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdevnerdstuff/vuetify-resize-drawer/compare/v3.2.1...v3.3.1) --- updated-dependencies: - dependency-name: "@wdns/vuetify-resize-drawer" dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/dispatch/static/dispatch/package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 566f3df65193..a7871c43e348 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -2842,9 +2842,9 @@ } }, "node_modules/@wdns/vuetify-resize-drawer": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@wdns/vuetify-resize-drawer/-/vuetify-resize-drawer-3.2.1.tgz", - "integrity": "sha512-A3lvxEpc7PuAEtInq2/NGMrcEdwXgnd/xqWfsbC+nLSs/ENzkRvpPWU4KIH8ReywIoltSOoEdOlpiag/460qoQ==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@wdns/vuetify-resize-drawer/-/vuetify-resize-drawer-3.3.1.tgz", + "integrity": "sha512-mNvKPRyjZTrAalXlKV+c/OmHGlmxOQt5KmHBq9LcIa+1X00g/Drs+Fv5ocAfo4Rly9lc0clswmtpwvTKzFPbzA==", "funding": [ { "type": "paypal", @@ -2857,8 +2857,8 @@ ], "license": "MIT", "dependencies": { - "vue": "^3.5.12", - "vuetify": "^3.7.4" + "vue": "^3.5.17", + "vuetify": "^3.8.11" } }, "node_modules/@yr/monotone-cubic-spline": {