From 375c332d402bb51f740b8d8f030a9eef3e8c8d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 18:03:13 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-vue from 9.13.0 to 9.14.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.13.0 to 9.14.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.13.0...v9.14.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 59dd5bc5..9e0fe865 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@vue/tsconfig": "^0.4.0", "electron": "^24.3.1", "eslint": "^8.40.0", - "eslint-plugin-vue": "^9.13.0", + "eslint-plugin-vue": "^9.14.0", "naive-ui": "^2.34.4", "npm-run-all": "^4.1.5", "pg-hstore": "^2.3.4", @@ -4814,9 +4814,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "9.13.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.13.0.tgz", - "integrity": "sha512-aBz9A8WB4wmpnVv0pYUt86cmH9EkcwWzgEwecBxMoRNhQjTL5i4sqadnwShv/hOdr8Hbl8XANGV7dtX9UQIAyA==", + "version": "9.14.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.14.0.tgz", + "integrity": "sha512-4O7EuiqPGVQA1wYCzLvCzsBTv9JIPHLHhrf0k55DLzbwtmJbSw2TKS0G/l7pOwi9RWMSkjIT7ftChU5gZpgnJw==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.3.0", diff --git a/package.json b/package.json index 3f7fd906..25296e82 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@vue/tsconfig": "^0.4.0", "electron": "^24.3.1", "eslint": "^8.40.0", - "eslint-plugin-vue": "^9.13.0", + "eslint-plugin-vue": "^9.14.0", "naive-ui": "^2.34.4", "npm-run-all": "^4.1.5", "pg-hstore": "^2.3.4",