Merge pull request #33423 from nextcloud/dependabot/npm_and_yarn/stable24/moment-2.29.4

[stable24] Bump moment from 2.29.3 to 2.29.4
This commit is contained in:
Vincent Petry 2022-09-26 21:28:14 +02:00 committed by GitHub
commit 7ced89bcc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

14
package-lock.json generated
View file

@ -50,7 +50,7 @@
"jstimezonedetect": "^1.0.7",
"lodash": "^4.17.21",
"marked": "^4.0.19",
"moment": "^2.29.3",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37",
"nextcloud-vue-collections": "^0.9.0",
"p-limit": "^4.0.0",
@ -13699,9 +13699,9 @@
"dev": true
},
"node_modules/moment": {
"version": "2.29.3",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz",
"integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==",
"version": "2.29.4",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
"integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==",
"engines": {
"node": "*"
}
@ -30034,9 +30034,9 @@
"dev": true
},
"moment": {
"version": "2.29.3",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz",
"integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw=="
"version": "2.29.4",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
"integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
},
"moment-timezone": {
"version": "0.5.37",

View file

@ -67,7 +67,7 @@
"jstimezonedetect": "^1.0.7",
"lodash": "^4.17.21",
"marked": "^4.0.19",
"moment": "^2.29.3",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37",
"nextcloud-vue-collections": "^0.9.0",
"p-limit": "^4.0.0",