From c4988c06e7ae2b4ca133ab59eb56171086ef7739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 10:04:51 +0000 Subject: [PATCH 1/2] Bump eslint-plugin-vue from 9.18.1 to 9.19.2 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.18.1 to 9.19.2. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.1...v9.19.2) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 33699e60..c2a2bc97 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint": "^8.54.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", - "eslint-plugin-vue": "^9.18.1", + "eslint-plugin-vue": "^9.19.2", "eslint-plugin-vuetify": "^1.1.0", "prettier": "^3.1.0", "sass": "^1.69.5", diff --git a/yarn.lock b/yarn.lock index 4284d3da..1adca989 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.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== +eslint-plugin-vue@^9.19.2: + version "9.19.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.19.2.tgz#7ab83a001a1ac8bccae013c5b9cb5d2c644fb376" + integrity sha512-CPDqTOG2K4Ni2o4J5wixkLVNwgctKXFu6oBpVJlpNq7f38lh9I80pRTouZSJ2MAebPJlINU/KTFSXyQfBUlymA== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0" From 72294263549c684ef473c6e593aba56d384d4ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 2 Dec 2023 10:05:28 +0000 Subject: [PATCH 2/2] Update yarn.nix --- yarn.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.nix b/yarn.nix index b81537a3..ee9c2cf7 100644 --- a/yarn.nix +++ b/yarn.nix @@ -3378,11 +3378,11 @@ }; } { - name = "eslint_plugin_vue___eslint_plugin_vue_9.18.1.tgz"; + name = "eslint_plugin_vue___eslint_plugin_vue_9.19.2.tgz"; path = fetchurl { - 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=="; + name = "eslint_plugin_vue___eslint_plugin_vue_9.19.2.tgz"; + url = "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.19.2.tgz"; + sha512 = "CPDqTOG2K4Ni2o4J5wixkLVNwgctKXFu6oBpVJlpNq7f38lh9I80pRTouZSJ2MAebPJlINU/KTFSXyQfBUlymA=="; }; } {