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:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2018-11-12 09:16:44 +0300
committerGitHub <noreply@github.com>2018-11-12 09:16:44 +0300
commitfa98d586d083533102bd7f5fa24852b29612bcea (patch)
treee0cd7c84a789894daf32daac93f89273aa2234f5
parentc41e5ecb23adbeb9499b22a24605c40470bd5991 (diff)
parent1a4048a6576cf66b40f7bdeee8deb9db2d012b80 (diff)
Merge pull request #310 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.4.2
Bump nextcloud-vue from 0.3.1 to 0.4.2
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 66342d6..5bb9281 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5754,9 +5754,9 @@
}
},
"nextcloud-vue": {
- "version": "0.3.1",
- "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.3.1.tgz",
- "integrity": "sha512-cMPtVfTU2hN0O2TQMHK4/IX3vXBYiSTSnekg8n8rxL9T1ihrzE8ZOsYiwC8iR40wcVqMDda60kQzi9PzqRu19A==",
+ "version": "0.4.2",
+ "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.4.2.tgz",
+ "integrity": "sha512-4aePhl0VqpJw9LqNsQenPFmQ6I715vbOAlfVjPMdqVqoKnN9r2gr87/PfNeOLkVFrfo0vaYPx4QS0JSiLsAiqg==",
"requires": {
"@babel/polyfill": "^7.0.0",
"md5": "^2.2.1",
@@ -6395,9 +6395,9 @@
"dev": true
},
"popper.js": {
- "version": "1.14.4",
- "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.14.4.tgz",
- "integrity": "sha1-juwdj/AqWjoVLdQ0FKFce3n9abY="
+ "version": "1.14.5",
+ "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.14.5.tgz",
+ "integrity": "sha512-fs4Sd8bZLgEzrk8aS7Em1qh+wcawtE87kRUJQhK6+LndyV1HerX7+LURzAylVaTyWIn5NTB/lyjnWqw/AZ6Yrw=="
},
"posix-character-classes": {
"version": "0.1.1",
diff --git a/package.json b/package.json
index 2d671a3..e8b6dac 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"nextcloud-axios": "^0.1.2",
"nextcloud-password-confirmation": "^0.3.1",
"nextcloud-server": "^0.15.6",
- "nextcloud-vue": "^0.3.1",
+ "nextcloud-vue": "^0.4.2",
"vue": "^2.5.16",
"vuex": "^3.0.1"
},