From d8041d5374c75a0f944f8cd450f24a5f83c39d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 18:23:45 +0000 Subject: [PATCH] Bump moment from 2.24.0 to 2.29.4 in /samples/spfx-listform-sppals Bumps [moment](https://github.com/moment/moment) from 2.24.0 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.24.0...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/spfx-listform-sppals/package-lock.json | 6 +++--- samples/spfx-listform-sppals/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/spfx-listform-sppals/package-lock.json b/samples/spfx-listform-sppals/package-lock.json index ab7a41b..a11695e 100644 --- a/samples/spfx-listform-sppals/package-lock.json +++ b/samples/spfx-listform-sppals/package-lock.json @@ -12487,9 +12487,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.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "move-concurrently": { "version": "1.0.1", diff --git a/samples/spfx-listform-sppals/package.json b/samples/spfx-listform-sppals/package.json index 7924f22..9cdecd8 100644 --- a/samples/spfx-listform-sppals/package.json +++ b/samples/spfx-listform-sppals/package.json @@ -21,7 +21,7 @@ "@pnp/sp": "2.0.2", "@pnp/spfx-controls-react": "1.16.0", "immutability-helper": "3.0.1", - "moment": "2.24.0", + "moment": "2.29.4", "@microsoft/sp-core-library": "1.10.0", "@microsoft/sp-property-pane": "1.10.0", "@microsoft/sp-webpart-base": "1.10.0",