From 299d6b7c554711b8db4caf9f75f624b0ddd47b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 00:14:34 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-vue from 9.20.0 to 9.20.1 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.20.0 to 9.20.1. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.0...v9.20.1) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8bb514c..b7c4967 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-nuxt": "^4.0.0", - "eslint-plugin-vue": "^9.20.0", + "eslint-plugin-vue": "^9.20.1", "husky": "^8.0.3", "lint-staged": "^15.2.0", "nuxt-compress": "^5.0.0", @@ -6914,9 +6914,9 @@ "license": "ISC" }, "node_modules/eslint-plugin-vue": { - "version": "9.20.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.20.0.tgz", - "integrity": "sha512-9/DV5CM7ItfgWmXjL6j3zyDtVTrslYdnEm+rnYNajdElx17b3erxi/Wc6FY7t3BQ6dgo0t/UBpgiWCOKtJyN8Q==", + "version": "9.20.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.20.1.tgz", + "integrity": "sha512-GyCs8K3lkEvoyC1VV97GJhP1SvqsKCiWGHnbn0gVUYiUhaH2+nB+Dv1uekv1THFMPbBfYxukrzQdltw950k+LQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", diff --git a/package.json b/package.json index 838d619..0c57943 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-nuxt": "^4.0.0", - "eslint-plugin-vue": "^9.20.0", + "eslint-plugin-vue": "^9.20.1", "husky": "^8.0.3", "lint-staged": "^15.2.0", "nuxt-compress": "^5.0.0",