summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-02-06 11:38:30 +0100
committerGitHub <noreply@github.com>2020-02-06 11:38:30 +0100
commit432d1bd153f49d67d3a5707423ce84adca335cc1 (patch)
tree6403befdf9f7f66fe2325c19e92159b5b3c5d4c1
parent9072d353eda4901bd25b51af37abc238c66bd4e9 (diff)
parentccf4953edc800c68e65201ec41a245d57808739d (diff)
Merge pull request #1465 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-1.3.1
Bump @nextcloud/vue from 1.3.0 to 1.3.1
-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 6cf4c4a7..9852d65b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -41,9 +41,9 @@
}
},
"commander": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.0.tgz",
- "integrity": "sha512-NIQrwvv9V39FHgGFm36+U9SMQzbiHvU79k+iADraJTpmrFFfx7Ds0IvDoAdZsDrknlkRk14OYoWXb57uTh7/sw=="
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
+ "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA=="
},
"make-dir": {
"version": "2.1.0",
@@ -2327,9 +2327,9 @@
}
},
"@nextcloud/vue": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.3.0.tgz",
- "integrity": "sha512-zqSLvrp+pX012qNBbJBuE/Z9MPv/A6fovsro2nkGCoO0ppBD+W9gmjzLa6D9jRHN24+BmDWB3lNGd9T/G0q3Fw==",
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.3.1.tgz",
+ "integrity": "sha512-9YdE6ryhpHfA416ztWwcK59m8wQKUXlBaJhtLRzh6NGl/OcwGnCZ38Xdki1iPPW7gX6lq4BfNbYkxujw4R3PFg==",
"requires": {
"@nextcloud/axios": "^1.1.0",
"@nextcloud/router": "^1.0.0",
@@ -12686,9 +12686,9 @@
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
},
"v-click-outside": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.0.0.tgz",
- "integrity": "sha512-SHmKtZV2NsqJ0vkC85wAqswo2CnjRfoKbbyilA27U18G55aKzhqGsW8ve07cCeGnRzewh0lDKztD2Txh4IQ7sA=="
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.0.1.tgz",
+ "integrity": "sha512-FITcAM0R3JEPUSGiO7hfhKDODZHkOQTk/FyI9mwxNcz6LbMbJhABhjevLI5VsU00PRksloQx8vmpFIqlAfX6nw=="
},
"v-tooltip": {
"version": "2.0.3",
diff --git a/package.json b/package.json
index c5574f09..cc3b1027 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"@nextcloud/l10n": "^1.0.1",
"@nextcloud/paths": "^1.1.0",
"@nextcloud/router": "^1.0.0",
- "@nextcloud/vue": "1.3.0",
+ "@nextcloud/vue": "1.3.1",
"axios": "^0.19.2",
"cdav-library": "github:nextcloud/cdav-library",
"core-js": "^3.6.4",