From 773b655567956a919a48e2f9c2df5aec522efab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 18:18:21 +0000 Subject: [PATCH] Bump moment from 2.29.2 to 2.29.4 in /samples/06/momentjs-lambda-layer Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. - [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] --- samples/06/momentjs-lambda-layer/package-lock.json | 6 +++--- samples/06/momentjs-lambda-layer/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/06/momentjs-lambda-layer/package-lock.json b/samples/06/momentjs-lambda-layer/package-lock.json index 4b764dd..4a08075 100644 --- a/samples/06/momentjs-lambda-layer/package-lock.json +++ b/samples/06/momentjs-lambda-layer/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "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==" } } } diff --git a/samples/06/momentjs-lambda-layer/package.json b/samples/06/momentjs-lambda-layer/package.json index e896a7d..0183c2e 100644 --- a/samples/06/momentjs-lambda-layer/package.json +++ b/samples/06/momentjs-lambda-layer/package.json @@ -10,6 +10,6 @@ "author": "", "license": "ISC", "dependencies": { - "moment": "^2.29.2" + "moment": "^2.29.4" } }