diff --git a/package-lock.json b/package-lock.json index 9aaef01dbaa50..66b3676738a37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "lodash": "^4.17.21", "marked": "^5.0.4", "moment": "^2.29.4", - "moment-timezone": "^0.5.43", + "moment-timezone": "^0.5.44", "natural-orderby": "^3.0.2", "nextcloud-vue-collections": "^0.10.0", "node-vibrant": "^3.1.6", @@ -18572,9 +18572,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.43", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz", - "integrity": "sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==", + "version": "0.5.44", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.44.tgz", + "integrity": "sha512-nv3YpzI/8lkQn0U6RkLd+f0W/zy/JnoR5/EyPz/dNkPTBjA2jNLCVxaiQ8QpeLymhSZvX0wCL5s27NQWdOPwAw==", "dependencies": { "moment": "^2.29.4" }, diff --git a/package.json b/package.json index d6ee76ca1b563..0bb7ae3449e15 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "lodash": "^4.17.21", "marked": "^5.0.4", "moment": "^2.29.4", - "moment-timezone": "^0.5.43", + "moment-timezone": "^0.5.44", "natural-orderby": "^3.0.2", "nextcloud-vue-collections": "^0.10.0", "node-vibrant": "^3.1.6",