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>
This commit is contained in:
parent
3c6d3ae5e0
commit
e80e8d6fc0
4 changed files with 8 additions and 8 deletions
BIN
core/js/dist/main.js
vendored
BIN
core/js/dist/main.js
vendored
Binary file not shown.
BIN
core/js/dist/main.js.map
vendored
BIN
core/js/dist/main.js.map
vendored
Binary file not shown.
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"jquery-ui-dist": "^1.12.1",
|
||||
"jstimezonedetect": "^1.0.6",
|
||||
"marked": "^0.6.0",
|
||||
"moment": "^2.23.0",
|
||||
"moment": "^2.24.0",
|
||||
"snap.js": "^2.0.9",
|
||||
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git",
|
||||
"underscore": "^1.9.1"
|
||||
|
|
Loading…
Reference in a new issue