mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #37528 from nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.43
bump moment-timezone from 0.5.38 to 0.5.43
This commit is contained in:
commit
649310151f
5 changed files with 14 additions and 11 deletions
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-common.js.LICENSE.txt
vendored
2
dist/core-common.js.LICENSE.txt
vendored
|
|
@ -932,6 +932,6 @@ object-assign
|
|||
|
||||
//! momentjs.com
|
||||
|
||||
//! version : 0.5.38
|
||||
//! version : 0.5.43
|
||||
|
||||
//! version : 2.29.4
|
||||
|
|
|
|||
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
15
package-lock.json
generated
15
package-lock.json
generated
|
|
@ -56,7 +56,7 @@
|
|||
"lodash": "^4.17.21",
|
||||
"marked": "^4.0.14",
|
||||
"moment": "^2.29.4",
|
||||
"moment-timezone": "^0.5.38",
|
||||
"moment-timezone": "^0.5.43",
|
||||
"natural-orderby": "^3.0.2",
|
||||
"nextcloud-vue-collections": "^0.10.0",
|
||||
"node-vibrant": "^3.1.6",
|
||||
|
|
@ -18625,10 +18625,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/moment-timezone": {
|
||||
"version": "0.5.38",
|
||||
"license": "MIT",
|
||||
"version": "0.5.43",
|
||||
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz",
|
||||
"integrity": "sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==",
|
||||
"dependencies": {
|
||||
"moment": ">= 2.9.0"
|
||||
"moment": "^2.29.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
|
|
@ -37808,9 +37809,11 @@
|
|||
"version": "2.29.4"
|
||||
},
|
||||
"moment-timezone": {
|
||||
"version": "0.5.38",
|
||||
"version": "0.5.43",
|
||||
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz",
|
||||
"integrity": "sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==",
|
||||
"requires": {
|
||||
"moment": ">= 2.9.0"
|
||||
"moment": "^2.29.4"
|
||||
}
|
||||
},
|
||||
"mri": {
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
"lodash": "^4.17.21",
|
||||
"marked": "^4.0.14",
|
||||
"moment": "^2.29.4",
|
||||
"moment-timezone": "^0.5.38",
|
||||
"moment-timezone": "^0.5.43",
|
||||
"natural-orderby": "^3.0.2",
|
||||
"nextcloud-vue-collections": "^0.10.0",
|
||||
"node-vibrant": "^3.1.6",
|
||||
|
|
|
|||
Loading…
Reference in a new issue