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[bot] <dependabot[bot]@users.noreply.github.com>2018-11-30 13:06:24 +0300
committerGitHub <noreply@github.com>2018-11-30 13:06:24 +0300
commit19ff04350e05a1745be999252880c83fc59e0a4a (patch)
treec13fba85f962accfde730586c52e233125a79eb3
parentd35ecf74da56a37961851e33c18a0af8a82195fb (diff)
parentb17c063e593874e995161a0c4a7347dfbdab0184 (diff)
Merge pull request #333 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.4.6
-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 a06051a..b018dd2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5765,9 +5765,9 @@
}
},
"nextcloud-vue": {
- "version": "0.4.5",
- "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.4.5.tgz",
- "integrity": "sha512-+fzJ1nefWMKaW9iBioB2huxsdwNohC6DxSZCZZEABtgbJUGKhSFcz1sEMBsi87wHGbbIkg/78khY+YFiBIDpGw==",
+ "version": "0.4.6",
+ "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.4.6.tgz",
+ "integrity": "sha512-INrIz3RmxxUCrM/xy2ytLvrrZr131p0DOT87A+IH0/+LFlfK//eR0uB32lSUsqh9Tb+bkTyu8Ztq9iuTrFfl2Q==",
"requires": {
"@babel/polyfill": "^7.0.0",
"md5": "^2.2.1",
@@ -6412,9 +6412,9 @@
"dev": true
},
"popper.js": {
- "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=="
+ "version": "1.14.6",
+ "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.14.6.tgz",
+ "integrity": "sha512-AGwHGQBKumlk/MDfrSOf0JHhJCImdDMcGNoqKmKkU+68GFazv3CQ6q9r7Ja1sKDZmYWTckY/uLyEznheTDycnA=="
},
"posix-character-classes": {
"version": "0.1.1",
diff --git a/package.json b/package.json
index bf6b126..dd69134 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"nextcloud-axios": "^0.1.3",
"nextcloud-password-confirmation": "^0.4.0",
"nextcloud-server": "^0.15.9",
- "nextcloud-vue": "^0.4.5",
+ "nextcloud-vue": "^0.4.6",
"vue": "^2.5.16",
"vuex": "^3.0.1"
},