Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-19 22:34:19 +0300
committerGitHub <noreply@github.com>2021-01-19 22:34:19 +0300
commit6f000df69b36b5cb126ce56901c8f08f54ce261c (patch)
tree3c828a93a62dbed0744c8743f27a258ab49d4cf6
parentc253059ad371b578372d2a51e6d8bf0f106f38c9 (diff)
Bump eslint-plugin-vue from 7.3.0 to 7.4.1
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.3.0 to 7.4.1. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.3.0...v7.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 67c4267..4ae6952 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5586,9 +5586,9 @@
}
},
"eslint-plugin-vue": {
- "version": "7.3.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.3.0.tgz",
- "integrity": "sha512-4rc9xrZgwT4aLz3XE6lrHu+FZtDLWennYvtzVvvS81kW9c65U4DUzQQWAFjDCgCFvN6HYWxi7ueEtxZVSB+f0g==",
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.4.1.tgz",
+ "integrity": "sha512-W/xPNHYIkGJphLUM2UIYYGKbRw3BcDoMIPY9lu1TTa2YLiZoxurddfnmOP+UOVywxb5vi438ejzwvKdZqydtIw==",
"dev": true,
"requires": {
"eslint-utils": "^2.1.0",
diff --git a/package.json b/package.json
index 27c7ad5..36dabfa 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-nextcloud": "^0.3.0",
"eslint-plugin-prettier": "^3.3.1",
- "eslint-plugin-vue": "^7.3.0",
+ "eslint-plugin-vue": "^7.4.1",
"file-loader": "^6.2.0",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",