From c3d0051d9e3d2b308b09ee06f9978906f452ab4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 18:56:54 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-vue from 9.11.0 to 9.11.1 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.11.0 to 9.11.1. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.11.0...v9.11.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 c9d2328d..803f73c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-security": "^1.7.1", - "eslint-plugin-vue": "^9.11.0", + "eslint-plugin-vue": "^9.11.1", "husky": "^8.0.3", "lint-staged": "^13.2.2", "nuxt": "^3.4.3", @@ -6160,9 +6160,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "9.11.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.11.0.tgz", - "integrity": "sha512-bBCJAZnkBV7ATH4Z1E7CvN3nmtS4H7QUU3UBxPdo8WohRU+yHjnQRALpTbxMVcz0e4Mx3IyxIdP5HYODMxK9cQ==", + "version": "9.11.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.11.1.tgz", + "integrity": "sha512-SNtBGDrRkPUFsREswPceqdvZ7YVdWY+iCYiDC+RoxwVieeQ7GJU1FLDlkcaYTOD2os/YuVgI1Fdu8YGM7fmoow==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.3.0", diff --git a/package.json b/package.json index c88f7b24..877591dd 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-security": "^1.7.1", - "eslint-plugin-vue": "^9.11.0", + "eslint-plugin-vue": "^9.11.1", "husky": "^8.0.3", "lint-staged": "^13.2.2", "nuxt": "^3.4.3",