fix(deps): update dependency moment-timezone to v0.5.46 (#35855)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-15 10:15:44 +00:00
committed by GitHub
parent 3e43e33eff
commit 1b405afe2d
2 changed files with 6 additions and 17 deletions

21
package-lock.json generated
View File

@@ -45,7 +45,7 @@
"jquery.scrollto": "2.1.3",
"js-cookie": "3.0.5",
"moment": "2.30.1",
"moment-timezone": "0.5.45",
"moment-timezone": "0.5.46",
"node-gyp": "10.0.1",
"picturefill": "3.0.3",
"popper.js": "1.16.1",
@@ -8573,18 +8573,6 @@
"integrity": "sha512-YYp8cqz7/8eruZ15L1mzcPkvLYxipfdsWIDESvNdNmQP9o7TsDitRhNuV2xb7aFu2ofZngao1jiVrVZ842x4BQ==",
"license": "BSD-3-Clause"
},
"node_modules/edx-ui-toolkit/node_modules/moment-timezone": {
"version": "0.5.46",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.46.tgz",
"integrity": "sha512-ZXm9b36esbe7OmdABqIWJuBBiLLwAjrN7CE+7sYdCCx82Nabt1wHDj8TVseS59QIlfFPbOoiBPm6ca9BioG4hw==",
"license": "MIT",
"dependencies": {
"moment": "^2.29.4"
},
"engines": {
"node": "*"
}
},
"node_modules/edx-ui-toolkit/node_modules/requirejs": {
"version": "2.1.22",
"resolved": "https://registry.npmjs.org/requirejs/-/requirejs-2.1.22.tgz",
@@ -17206,9 +17194,10 @@
}
},
"node_modules/moment-timezone": {
"version": "0.5.45",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.45.tgz",
"integrity": "sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ==",
"version": "0.5.46",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.46.tgz",
"integrity": "sha512-ZXm9b36esbe7OmdABqIWJuBBiLLwAjrN7CE+7sYdCCx82Nabt1wHDj8TVseS59QIlfFPbOoiBPm6ca9BioG4hw==",
"license": "MIT",
"dependencies": {
"moment": "^2.29.4"
},

View File

@@ -51,7 +51,7 @@
"jquery.scrollto": "2.1.3",
"js-cookie": "3.0.5",
"moment": "2.30.1",
"moment-timezone": "0.5.45",
"moment-timezone": "0.5.46",
"node-gyp": "10.0.1",
"picturefill": "3.0.3",
"popper.js": "1.16.1",