From 153f3233918b14b70726b107b06302ce5790c5bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:30:12 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-vuetify Bumps [eslint-plugin-vuetify](https://github.com/vuetifyjs/eslint-plugin-vuetify) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/vuetifyjs/eslint-plugin-vuetify/releases) - [Commits](https://github.com/vuetifyjs/eslint-plugin-vuetify/compare/v2.5.1...v2.5.2) --- 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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 7d8495eadc72..e90003985b69 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -4056,12 +4056,13 @@ } }, "node_modules/eslint-plugin-vuetify": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-vuetify/-/eslint-plugin-vuetify-2.5.1.tgz", - "integrity": "sha512-iTyPkTC7wOP2nlBPXevqbeTIDHQ+btt+Tt8abowMEiDZcFSdUjBCcggJgMF1pLcpWwFpbfOcnqFLf73g5WM2qA==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-vuetify/-/eslint-plugin-vuetify-2.5.2.tgz", + "integrity": "sha512-Gm3W2R+tmEcATI5Qk8W13uZKmsdajlykG/AdL44E6Lwt1ttAbMi50DNMfkgZrCg7WAq3qd2IRiYx0QKtkpdf/A==", "dev": true, + "license": "MIT", "dependencies": { - "eslint-plugin-vue": "^9.6.0", + "eslint-plugin-vue": ">=9.6.0", "requireindex": "^1.2.0" }, "peerDependencies": {