summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-23 12:36:49 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2024-01-23 17:25:07 +0100
commit357033a47f56a6423db34e79f0a09ecef427ce69 (patch)
tree23cc9a6a40cea5ae9b1ae17c56bf4c7e48354b09
parent6d57237e7da55f429f1b2bab40c947237d5ad4e6 (diff)
Build(deps-dev): Bump eslint-plugin-vue from 9.19.2 to 9.20.1
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.19.2 to 9.20.1. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.2...v9.20.1) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 27ed7cded..4ee817f6a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -56,7 +56,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
- "eslint-plugin-vue": "^9.19.2",
+ "eslint-plugin-vue": "^9.20.1",
"eslint-webpack-plugin": "^4.0.1",
"focus-trap": "^7.5.4",
"hammerjs": "^2.0.8",
@@ -8417,9 +8417,9 @@
}
},
"node_modules/eslint-plugin-vue": {
- "version": "9.19.2",
- "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.19.2.tgz",
- "integrity": "sha512-CPDqTOG2K4Ni2o4J5wixkLVNwgctKXFu6oBpVJlpNq7f38lh9I80pRTouZSJ2MAebPJlINU/KTFSXyQfBUlymA==",
+ "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",
@@ -8427,7 +8427,7 @@
"nth-check": "^2.1.1",
"postcss-selector-parser": "^6.0.13",
"semver": "^7.5.4",
- "vue-eslint-parser": "^9.3.1",
+ "vue-eslint-parser": "^9.4.0",
"xml-name-validator": "^4.0.0"
},
"engines": {
@@ -26894,9 +26894,9 @@
"requires": {}
},
"eslint-plugin-vue": {
- "version": "9.19.2",
- "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.19.2.tgz",
- "integrity": "sha512-CPDqTOG2K4Ni2o4J5wixkLVNwgctKXFu6oBpVJlpNq7f38lh9I80pRTouZSJ2MAebPJlINU/KTFSXyQfBUlymA==",
+ "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,
"requires": {
"@eslint-community/eslint-utils": "^4.4.0",
@@ -26904,7 +26904,7 @@
"nth-check": "^2.1.1",
"postcss-selector-parser": "^6.0.13",
"semver": "^7.5.4",
- "vue-eslint-parser": "^9.3.1",
+ "vue-eslint-parser": "^9.4.0",
"xml-name-validator": "^4.0.0"
},
"dependencies": {
diff --git a/package.json b/package.json
index 15ac7a4d3..c88fd9374 100644
--- a/package.json
+++ b/package.json
@@ -95,7 +95,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
- "eslint-plugin-vue": "^9.19.2",
+ "eslint-plugin-vue": "^9.20.1",
"eslint-webpack-plugin": "^4.0.1",
"focus-trap": "^7.5.4",
"hammerjs": "^2.0.8",