From 51c743abea65bbc2d35058786536d92dc8763866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 02:12:22 +0000 Subject: [PATCH] Bump moment Bumps [moment](https://github.com/moment/moment) from 2.22.2 to 2.29.4. - [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.22.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../keycloak-preview/account/resources/package-lock.json | 6 +++--- .../themes/keycloak-preview/account/resources/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/keycloak-4.8.3.Final/opt/keycloak-4.8.3.Final/themes/keycloak-preview/account/resources/package-lock.json b/keycloak-4.8.3.Final/opt/keycloak-4.8.3.Final/themes/keycloak-preview/account/resources/package-lock.json index 8e1d0a7..fd03ca3 100644 --- a/keycloak-4.8.3.Final/opt/keycloak-4.8.3.Final/themes/keycloak-preview/account/resources/package-lock.json +++ b/keycloak-4.8.3.Final/opt/keycloak-4.8.3.Final/themes/keycloak-preview/account/resources/package-lock.json @@ -584,9 +584,9 @@ } }, "moment": { - "version": "2.22.2", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.2.tgz", - "integrity": "sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "moment-timezone": { "version": "0.4.1", diff --git a/keycloak-4.8.3.Final/opt/keycloak-4.8.3.Final/themes/keycloak-preview/account/resources/package.json b/keycloak-4.8.3.Final/opt/keycloak-4.8.3.Final/themes/keycloak-preview/account/resources/package.json index f85d491..b5406f0 100644 --- a/keycloak-4.8.3.Final/opt/keycloak-4.8.3.Final/themes/keycloak-preview/account/resources/package.json +++ b/keycloak-4.8.3.Final/opt/keycloak-4.8.3.Final/themes/keycloak-preview/account/resources/package.json @@ -12,7 +12,7 @@ "dependencies": { "axios": "^0.18.1", "bootstrap": "^4.3.1", - "moment": "^2.22.2", + "moment": "^2.29.4", "patternfly": "^3.23.2", "react": "^16.5.2", "react-dom": "^16.5.2",