From 20becc3f61b877b08a00bee352b03f2d26a0a86a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 18:57:19 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-vue from 9.10.0 to 9.11.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.10.0 to 9.11.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.10.0...v9.11.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor ... 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 3c2fd9f24..967d6daba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-jsdoc": "^40.1.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-security": "^1.7.1", - "eslint-plugin-vue": "^9.10.0", + "eslint-plugin-vue": "^9.11.0", "happy-dom": "^9.5.0", "husky": "^8.0.3", "lint-staged": "^13.2.1", @@ -5371,9 +5371,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "9.10.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.10.0.tgz", - "integrity": "sha512-2MgP31OBf8YilUvtakdVMc8xVbcMp7z7/iQj8LHVpXrSXHPXSJRUIGSPFI6b6pyCx/buKaFJ45ycqfHvQRiW2g==", + "version": "9.11.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.11.0.tgz", + "integrity": "sha512-bBCJAZnkBV7ATH4Z1E7CvN3nmtS4H7QUU3UBxPdo8WohRU+yHjnQRALpTbxMVcz0e4Mx3IyxIdP5HYODMxK9cQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.3.0", diff --git a/package.json b/package.json index 06c67bc59..76bf4ae35 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "eslint-plugin-jsdoc": "^40.1.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-security": "^1.7.1", - "eslint-plugin-vue": "^9.10.0", + "eslint-plugin-vue": "^9.11.0", "happy-dom": "^9.5.0", "husky": "^8.0.3", "lint-staged": "^13.2.1",