From ae11a1646280fe81af13be1406062839cb8631ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:47:52 -0800 Subject: [PATCH] Bump eslint-plugin-vuetify in /src/dispatch/static/dispatch (#4114) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 5df2cf7b980d..65b1e6c6aaf6 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -3341,9 +3341,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",