From 70a5e4f6294bcb828aa1d30f35873eef3346d481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 17:13:26 +0000 Subject: [PATCH] Bump moment from 2.22.2 to 2.29.2 in /samples/react-aggregated-calendar Bumps [moment](https://github.com/moment/moment) from 2.22.2 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.22.2...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/react-aggregated-calendar/package-lock.json | 6 +++--- samples/react-aggregated-calendar/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/react-aggregated-calendar/package-lock.json b/samples/react-aggregated-calendar/package-lock.json index 2ca0fe37a..129e804f9 100644 --- a/samples/react-aggregated-calendar/package-lock.json +++ b/samples/react-aggregated-calendar/package-lock.json @@ -11480,9 +11480,9 @@ "dev": true }, "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.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "morgan": { "version": "1.6.1", diff --git a/samples/react-aggregated-calendar/package.json b/samples/react-aggregated-calendar/package.json index 7211662c0..29b6b7506 100644 --- a/samples/react-aggregated-calendar/package.json +++ b/samples/react-aggregated-calendar/package.json @@ -20,7 +20,7 @@ "@types/react": "15.6.6", "@types/react-dom": "15.5.6", "@types/webpack-env": ">=1.12.1 <1.14.0", - "moment": "^2.22.2", + "moment": "^2.29.2", "react": "15.6.2", "react-dom": "15.6.2", "sp-client-custom-fields": "^1.3.7"