From d4e77f02f20946f3fe9bc2825efdb132cbc681e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 03:08:34 +0000 Subject: [PATCH] Bump moment from 2.24.0 to 2.29.2 in /alien4cloud-wizard-ui Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.2. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.24.0...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- alien4cloud-wizard-ui/package-lock.json | 6 +++--- alien4cloud-wizard-ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alien4cloud-wizard-ui/package-lock.json b/alien4cloud-wizard-ui/package-lock.json index c391aac..9a05b69 100644 --- a/alien4cloud-wizard-ui/package-lock.json +++ b/alien4cloud-wizard-ui/package-lock.json @@ -9590,9 +9590,9 @@ } }, "moment": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "moment-locales-webpack-plugin": { "version": "1.0.7", diff --git a/alien4cloud-wizard-ui/package.json b/alien4cloud-wizard-ui/package.json index d2b42ba..0510209 100644 --- a/alien4cloud-wizard-ui/package.json +++ b/alien4cloud-wizard-ui/package.json @@ -47,7 +47,7 @@ "angular-linky": "^1.2.2", "hammerjs": "^2.0.8", "material-design-icons": "^3.0.1", - "moment": "2.24.0", + "moment": "2.29.2", "ngx-cookie-service": "^2.2.0", "ngx-toastr": "^11.3.3", "ngx-translate-multi-http-loader": "^3.0.0",