From 15072a83610ac4dded7e262fcb9f55c65c86e4e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 17:59:42 +0000 Subject: [PATCH] Bump moment from 2.29.2 to 2.29.4 in /sso_example Bumps [moment](https://github.com/moment/moment) from 2.29.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.29.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sso_example/package-lock.json | 6 +++--- sso_example/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sso_example/package-lock.json b/sso_example/package-lock.json index abc70f9..36a5387 100644 --- a/sso_example/package-lock.json +++ b/sso_example/package-lock.json @@ -1298,9 +1298,9 @@ } }, "moment": { - "version": "2.29.2", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", - "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "ms": { "version": "2.1.1", diff --git a/sso_example/package.json b/sso_example/package.json index 3a223ee..8987903 100644 --- a/sso_example/package.json +++ b/sso_example/package.json @@ -22,7 +22,7 @@ "jsforce": "^1.9.1", "jsonwebtoken": "^8.5.0", "lodash": "^4.17.21", - "moment": "^2.29.2", + "moment": "^2.29.4", "passport": "^0.4.0", "passport-google-oauth": "^1.0.0", "q": "^1.5.1"