From 67aeff5c10b20cc1c04b97c1e7d4f5b21f71f3e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 12:00:17 +0200 Subject: [PATCH] Bump eslint-plugin-vue from 9.17.0 to 9.18.1 (#1058) * Bump eslint-plugin-vue from 9.17.0 to 9.18.1 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.17.0 to 9.18.1. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.17.0...v9.18.1) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor ... 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 f59509bb..aa2db84d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint": "^8.52.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", - "eslint-plugin-vue": "^9.17.0", + "eslint-plugin-vue": "^9.18.1", "eslint-plugin-vuetify": "^1.1.0", "prettier": "^3.0.3", "sass": "^1.69.4", diff --git a/yarn.lock b/yarn.lock index bfb620d8..2b503d62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3238,10 +3238,10 @@ eslint-plugin-vue@^7.0.0: semver "^6.3.0" vue-eslint-parser "^7.10.0" -eslint-plugin-vue@^9.17.0: - version "9.17.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.17.0.tgz#4501547373f246547083482838b4c8f4b28e5932" - integrity sha512-r7Bp79pxQk9I5XDP0k2dpUC7Ots3OSWgvGZNu3BxmKK6Zg7NgVtcOB6OCna5Kb9oQwJPl5hq183WD0SY5tZtIQ== +eslint-plugin-vue@^9.18.1: + version "9.18.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.18.1.tgz#73cf29df7450ce5913296465f8d1dc545344920c" + integrity sha512-7hZFlrEgg9NIzuVik2I9xSnJA5RsmOfueYgsUGUokEDLJ1LHtxO0Pl4duje1BriZ/jDWb+44tcIlC3yi0tdlZg== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0" diff --git a/yarn.nix b/yarn.nix index c58979c6..70b09379 100644 --- a/yarn.nix +++ b/yarn.nix @@ -3378,11 +3378,11 @@ }; } { - name = "eslint_plugin_vue___eslint_plugin_vue_9.17.0.tgz"; + name = "eslint_plugin_vue___eslint_plugin_vue_9.18.1.tgz"; path = fetchurl { - name = "eslint_plugin_vue___eslint_plugin_vue_9.17.0.tgz"; - url = "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.17.0.tgz"; - sha512 = "r7Bp79pxQk9I5XDP0k2dpUC7Ots3OSWgvGZNu3BxmKK6Zg7NgVtcOB6OCna5Kb9oQwJPl5hq183WD0SY5tZtIQ=="; + name = "eslint_plugin_vue___eslint_plugin_vue_9.18.1.tgz"; + url = "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.18.1.tgz"; + sha512 = "7hZFlrEgg9NIzuVik2I9xSnJA5RsmOfueYgsUGUokEDLJ1LHtxO0Pl4duje1BriZ/jDWb+44tcIlC3yi0tdlZg=="; }; } {