From b276cf8ef95856239354a32e3f6d8ffc5d49d93b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 09:03:39 +0100 Subject: [PATCH] Bump the eslint group with 1 update (#1118) * Bump the eslint group with 1 update Bumps the eslint group with 1 update: [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue). Updates `eslint-plugin-vue` from 9.22.0 to 9.23.0 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.22.0...v9.23.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] * Update yarn.nix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- yarn.nix | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index b1849432..9c84e7bd 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", - "eslint-plugin-vue": "^9.22.0", + "eslint-plugin-vue": "^9.23.0", "eslint-plugin-vuetify": "^1.1.0", "prettier": "^3.2.5", "sass": "^1.71.1", diff --git a/yarn.lock b/yarn.lock index 4d738aef..cc7afb42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3046,10 +3046,10 @@ eslint-plugin-vue@^7.0.0: semver "^6.3.0" vue-eslint-parser "^7.10.0" -eslint-plugin-vue@^9.22.0: - version "9.22.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.22.0.tgz#e8a625adb0b6ce3b65635dd74fec8345146f8e26" - integrity sha512-7wCXv5zuVnBtZE/74z4yZ0CM8AjH6bk4MQGm7hZjUC2DBppKU5ioeOk5LGSg/s9a1ZJnIsdPLJpXnu1Rc+cVHg== +eslint-plugin-vue@^9.23.0: + version "9.23.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.23.0.tgz#1354a33b0cd21e0cb373557ff73c5d7a6698fbcd" + integrity sha512-Bqd/b7hGYGrlV+wP/g77tjyFmp81lh5TMw0be9093X02SyelxRRfCI6/IsGq/J7Um0YwB9s0Ry0wlFyjPdmtUw== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0" diff --git a/yarn.nix b/yarn.nix index aa031db4..86836baf 100644 --- a/yarn.nix +++ b/yarn.nix @@ -3146,11 +3146,11 @@ }; } { - name = "eslint_plugin_vue___eslint_plugin_vue_9.22.0.tgz"; + name = "eslint_plugin_vue___eslint_plugin_vue_9.23.0.tgz"; path = fetchurl { - name = "eslint_plugin_vue___eslint_plugin_vue_9.22.0.tgz"; - url = "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.22.0.tgz"; - sha512 = "7wCXv5zuVnBtZE/74z4yZ0CM8AjH6bk4MQGm7hZjUC2DBppKU5ioeOk5LGSg/s9a1ZJnIsdPLJpXnu1Rc+cVHg=="; + name = "eslint_plugin_vue___eslint_plugin_vue_9.23.0.tgz"; + url = "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.23.0.tgz"; + sha512 = "Bqd/b7hGYGrlV+wP/g77tjyFmp81lh5TMw0be9093X02SyelxRRfCI6/IsGq/J7Um0YwB9s0Ry0wlFyjPdmtUw=="; }; } {