From 0743f60288f47593df5074ec5261c34e05f6aa9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 02:28:37 +0000 Subject: [PATCH] Bump moment from 2.22.1 to 2.29.2 in /serverless Bumps [moment](https://github.com/moment/moment) from 2.22.1 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.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- serverless/package.json | 2 +- serverless/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/serverless/package.json b/serverless/package.json index 29faf75..30662df 100644 --- a/serverless/package.json +++ b/serverless/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "cloudinary": "^1.11.0", - "moment": "^2.22.1", + "moment": "^2.29.2", "uuid": "^3.2.1" } } diff --git a/serverless/yarn.lock b/serverless/yarn.lock index 57bdeef..e497804 100644 --- a/serverless/yarn.lock +++ b/serverless/yarn.lock @@ -55,9 +55,9 @@ lodash@^4.0.0, lodash@^4.17.4: version "4.17.15" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" -moment@^2.22.1: - version "2.22.1" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.1.tgz#529a2e9bf973f259c9643d237fda84de3a26e8ad" +moment@^2.29.2: + version "2.29.2" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4" punycode@1.3.2: version "1.3.2"