diff options
author | dependabot[bot] <support@dependabot.com> | 2019-01-24 07:31:20 +0000 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-24 09:25:57 +0100 |
commit | e80e8d6fc056733dcb862ccb270d0a0a6248e2aa (patch) | |
tree | ee808c2ec17696242482aa5ea342149403ab3038 /package-lock.json | |
parent | 3c6d3ae5e0fa6df4062edcda8c5eed399f47356a (diff) | |
download | nextcloud-server-e80e8d6fc056733dcb862ccb270d0a0a6248e2aa.tar.gz nextcloud-server-e80e8d6fc056733dcb862ccb270d0a0a6248e2aa.zip |
Bump moment from 2.23.0 to 2.24.0
Bumps [moment](https://github.com/moment/moment) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.23.0...2.24.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 17c37b560e9..74f26af7d62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1133,7 +1133,7 @@ }, "Select2": { "version": "git+https://github.com/select2/select2.git#b5f3b2839c48c53f9641d6bb1bccafc5260c7620", - "from": "git+https://github.com/select2/select2.git#3.4.8" + "from": "git+https://github.com/select2/select2.git#b5f3b2839c48c53f9641d6bb1bccafc5260c7620" }, "acorn": { "version": "5.7.3", @@ -2056,7 +2056,7 @@ }, "davclient.js": { "version": "git+https://github.com/owncloud/davclient.js.git#f7fc96b66d4e34489b1ffc6395fd40c02863b0fd", - "from": "git+https://github.com/owncloud/davclient.js.git#0.1.2" + "from": "git+https://github.com/owncloud/davclient.js.git#f7fc96b66d4e34489b1ffc6395fd40c02863b0fd" }, "debug": { "version": "2.6.9", @@ -3342,7 +3342,7 @@ "dependencies": { "async": { "version": "2.6.1", - "resolved": "http://registry.npmjs.org/async/-/async-2.6.1.tgz", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", "requires": { "lodash": "^4.17.10" @@ -3768,7 +3768,7 @@ }, "jcrop": { "version": "git+https://github.com/ChristophWurst/Jcrop.git#d4caad5fd7b2d032f05e91b4bc2a6f09dbf7d29e", - "from": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm", + "from": "git+https://github.com/ChristophWurst/Jcrop.git#d4caad5fd7b2d032f05e91b4bc2a6f09dbf7d29e", "requires": { "http-server": "^0.11.1", "resize-observer-polyfill": "^1.5.0" @@ -4094,9 +4094,9 @@ } }, "moment": { - "version": "2.23.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.23.0.tgz", - "integrity": "sha512-3IE39bHVqFbWWaPOMHZF98Q9c3LDKGTmypMiTM2QygGXXElkFWIH7GxfmlwmY2vwa+wmNsoYZmG2iusf1ZjJoA==" + "version": "2.24.0", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", + "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" }, "move-concurrently": { "version": "1.0.1", |