From fc7b422ce3dc3c74251fee908c91a8cf1f75b0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:40:37 +0000 Subject: [PATCH] Bump eslint-plugin-vuetify in /src/dispatch/static/dispatch Bumps [eslint-plugin-vuetify](https://github.com/vuetifyjs/eslint-plugin-vuetify) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/vuetifyjs/eslint-plugin-vuetify/releases) - [Commits](https://github.com/vuetifyjs/eslint-plugin-vuetify/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-vuetify dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/dispatch/static/dispatch/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 5e4e5844768c..d6fce49924cc 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -3378,9 +3378,9 @@ } }, "node_modules/eslint-plugin-vuetify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vuetify/-/eslint-plugin-vuetify-2.1.0.tgz", - "integrity": "sha512-ROq2pUtpMljys8243rO9bdbYSWTqVvbrRr6B4lIuLe3GZu4y97rjgb+ea90XJyZFnKEqyzs9Mgczka0o+Z1+hA==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-vuetify/-/eslint-plugin-vuetify-2.1.1.tgz", + "integrity": "sha512-86MX47xzD1HzbPRh2x5LVmukYj5SKfI3ooGT4fn71vKr83VyrhYCQzqFmYmTPqwNDwZFXcCYtZWVQFOneITVpg==", "dev": true, "dependencies": { "eslint-plugin-vue": "^9.6.0",