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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-04-10 13:01:29 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-04-10 15:37:20 +0300
commite24818f6bbde7df61674b56278a4293227d04aaf (patch)
tree1f31e767a04e23fd5c9270ef9bc8b3440c158eb6 /package-lock.json
parent7db582390f8a3d193117b8bd39fc8cdc12e56884 (diff)
Bump core-js from 1.4.1 to 1.5.0
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json20
1 files changed, 7 insertions, 13 deletions
diff --git a/package-lock.json b/package-lock.json
index 943f331f53f..4f4645fa0af 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1579,14 +1579,15 @@
}
},
"@nextcloud/vue": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.4.1.tgz",
- "integrity": "sha512-bZbHeM4II4gKZS+3KFJXYABsNyT6CHKQIqwWnnXtnLzd3iFsp2e4kehg/UNAGKKXOaTK0Ydfp/TefJYVJHc0Rw==",
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.5.0.tgz",
+ "integrity": "sha512-z0KZP0PcWyHsD5zpzBJRusToGzC/1DTjapuDMrSAOSuA5lThg/Td7brmIQSwWTrw66OrL5MIRK+8HoKMWmQPAA==",
"requires": {
"@nextcloud/axios": "^1.1.0",
"@nextcloud/l10n": "^1.1.0",
"@nextcloud/router": "^1.0.0",
"core-js": "^3.4.4",
+ "debounce": "1.2.0",
"escape-html": "^1.0.3",
"hammerjs": "^2.0.8",
"md5": "^2.2.1",
@@ -1598,13 +1599,6 @@
"vue-multiselect": "^2.1.3",
"vue-visible": "^1.0.2",
"vue2-datepicker": "^3.3.1"
- },
- "dependencies": {
- "core-js": {
- "version": "3.6.4",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
- "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw=="
- }
}
},
"@nodelib/fs.scandir": {
@@ -3476,9 +3470,9 @@
}
},
"date-fns": {
- "version": "2.11.0",
- "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.11.0.tgz",
- "integrity": "sha512-8P1cDi8ebZyDxUyUprBXwidoEtiQAawYPGvpfb+Dg0G6JrQ+VozwOmm91xYC0vAv1+0VmLehEPb+isg4BGUFfA=="
+ "version": "2.12.0",
+ "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.12.0.tgz",
+ "integrity": "sha512-qJgn99xxKnFgB1qL4jpxU7Q2t0LOn1p8KMIveef3UZD7kqjT3tpFNNdXJelEHhE+rUgffriXriw/sOSU+cS1Hw=="
},
"date-format-parse": {
"version": "0.2.5",