diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 1b42619a13c0..27e30731b333 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -2866,9 +2866,9 @@ } }, "node_modules/@wdns/vuetify-resize-drawer": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@wdns/vuetify-resize-drawer/-/vuetify-resize-drawer-3.2.0.tgz", - "integrity": "sha512-JfPDrV9G/6k6fCLLIurET6jdDIzEVSvjrqxoVeWhxTVUuS+Cs4oJga7wWNRgFTZdqfyZT8Id2aUDCEHYCjcQQg==", + "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==", "funding": [ { "type": "paypal", @@ -2879,9 +2879,10 @@ "url": "https://www.patreon.com/WebDevNerdStuff" } ], + "license": "MIT", "dependencies": { "vue": "^3.5.12", - "vuetify": "^3.7.2" + "vuetify": "^3.7.4" } }, "node_modules/@yr/monotone-cubic-spline": {