Merge pull request #34639 from nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.38

Bump moment-timezone from 0.5.37 to 0.5.38
pull/34668/head
Joas Schilling 2 years ago committed by GitHub
commit d5edcf8c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

File diff suppressed because one or more lines are too long

@ -847,4 +847,4 @@
//! moment.js locale configuration
//! version : 0.5.37
//! version : 0.5.38

File diff suppressed because one or more lines are too long

14
package-lock.json generated

@ -51,7 +51,7 @@
"lodash": "^4.17.21",
"marked": "^4.0.14",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37",
"moment-timezone": "^0.5.38",
"nextcloud-vue-collections": "^0.9.0",
"p-limit": "^4.0.0",
"p-queue": "^7.3.0",
@ -14762,9 +14762,9 @@
}
},
"node_modules/moment-timezone": {
"version": "0.5.37",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.37.tgz",
"integrity": "sha512-uEDzDNFhfaywRl+vwXxffjjq1q0Vzr+fcQpQ1bU0kbzorfS7zVtZnCnGc8mhWmF39d4g4YriF6kwA75mJKE/Zg==",
"version": "0.5.38",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.38.tgz",
"integrity": "sha512-nMIrzGah4+oYZPflDvLZUgoVUO4fvAqHstvG3xAUnMolWncuAiLDWNnJZj6EwJGMGfb1ZcuTFE6GI3hNOVWI/Q==",
"dependencies": {
"moment": ">= 2.9.0"
},
@ -30813,9 +30813,9 @@
"integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
},
"moment-timezone": {
"version": "0.5.37",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.37.tgz",
"integrity": "sha512-uEDzDNFhfaywRl+vwXxffjjq1q0Vzr+fcQpQ1bU0kbzorfS7zVtZnCnGc8mhWmF39d4g4YriF6kwA75mJKE/Zg==",
"version": "0.5.38",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.38.tgz",
"integrity": "sha512-nMIrzGah4+oYZPflDvLZUgoVUO4fvAqHstvG3xAUnMolWncuAiLDWNnJZj6EwJGMGfb1ZcuTFE6GI3hNOVWI/Q==",
"requires": {
"moment": ">= 2.9.0"
}

@ -71,7 +71,7 @@
"lodash": "^4.17.21",
"marked": "^4.0.14",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37",
"moment-timezone": "^0.5.38",
"nextcloud-vue-collections": "^0.9.0",
"p-limit": "^4.0.0",
"p-queue": "^7.3.0",

Loading…
Cancel
Save