diff --git a/themes/common-theme/webapp/common-theme/js/package-lock.json b/themes/common-theme/webapp/common-theme/js/package-lock.json index e0d822c003..0065c21219 100644 --- a/themes/common-theme/webapp/common-theme/js/package-lock.json +++ b/themes/common-theme/webapp/common-theme/js/package-lock.json @@ -18,7 +18,7 @@ "jquery-ui-dist": "^1.13.3", "jquery-validation": "^1.21.0", "jquery.browser": "^0.1.0", - "moment-timezone": "^0.5.48", + "moment-timezone": "^0.6.0", "moment-with-locales-es6": "^1.0.1", "trumbowyg": "^2.31.0", "uglify-js": "3.19.3" @@ -119,9 +119,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.48", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.48.tgz", - "integrity": "sha512-f22b8LV1gbTO2ms2j2z13MuPogNoh5UzxL3nzNAYKGraILnbGc9NEE6dyiiiLv46DGRb8A4kg8UKWLjPthxBHw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.6.0.tgz", + "integrity": "sha512-ldA5lRNm3iJCWZcBCab4pnNL3HSZYXVb/3TYr75/1WCTWYuTqYUb5f/S384pncYjJ88lbO8Z4uPDvmoluHJc8Q==", "license": "MIT", "dependencies": { "moment": "^2.29.4" diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json index c09d8bfc89..67be780de6 100644 --- a/themes/common-theme/webapp/common-theme/js/package.json +++ b/themes/common-theme/webapp/common-theme/js/package.json @@ -15,7 +15,7 @@ "jquery-ui-dist": "^1.13.3", "jquery-validation": "^1.21.0", "jquery.browser": "^0.1.0", - "moment-timezone": "^0.5.48", + "moment-timezone": "^0.6.0", "moment-with-locales-es6": "^1.0.1", "trumbowyg": "^2.31.0", "uglify-js": "3.19.3"