From 787354bc765ca167ed4efc619850d0d647084e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 20:04:40 -0400 Subject: [PATCH] Bump eslint-plugin-vue from 7.15.1 to 7.16.0 (#724) Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.15.1 to 7.16.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.15.1...v7.16.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e27b8f1..6ec6c21b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint": "^7.32.0", "eslint-config-vuepress": "^3.2.1", "eslint-plugin-markdown": "^2.2.0", - "eslint-plugin-vue": "^7.15.1", + "eslint-plugin-vue": "^7.16.0", "node-sass": "^6.0.1", "prettier": "^2.3.2", "sass-loader": "^10.1.1", @@ -6875,9 +6875,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "7.15.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.15.1.tgz", - "integrity": "sha512-4/r+n/i+ovyeW2gVRRH92kpy4lkpFbyPR4BMxGBTLtGnwqOKKzjSo6EMSaT0RhWPvEjK9uifcY8e7z5n8BIEgw==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.16.0.tgz", + "integrity": "sha512-0E2dVvVC7I2Xm1HXyx+ZwPj9CNX4NJjs4K4r+GVsHWyt5Pew3JLD4fI7A91b2jeL0TXE7LlszrwLSTJU9eqehw==", "dev": true, "dependencies": { "eslint-utils": "^2.1.0", @@ -22897,9 +22897,9 @@ "dev": true }, "eslint-plugin-vue": { - "version": "7.15.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.15.1.tgz", - "integrity": "sha512-4/r+n/i+ovyeW2gVRRH92kpy4lkpFbyPR4BMxGBTLtGnwqOKKzjSo6EMSaT0RhWPvEjK9uifcY8e7z5n8BIEgw==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.16.0.tgz", + "integrity": "sha512-0E2dVvVC7I2Xm1HXyx+ZwPj9CNX4NJjs4K4r+GVsHWyt5Pew3JLD4fI7A91b2jeL0TXE7LlszrwLSTJU9eqehw==", "dev": true, "requires": { "eslint-utils": "^2.1.0", diff --git a/package.json b/package.json index 93bc4eba..cac30628 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint": "^7.32.0", "eslint-config-vuepress": "^3.2.1", "eslint-plugin-markdown": "^2.2.0", - "eslint-plugin-vue": "^7.15.1", + "eslint-plugin-vue": "^7.16.0", "node-sass": "^6.0.1", "prettier": "^2.3.2", "sass-loader": "^10.1.1",