From 4c4b15b9dc96741fe4d199850693f071c9dbe492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 17:28:51 +0000 Subject: [PATCH] Bump moment from 2.24.0 to 2.29.3 in /cloudflare Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.3. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/2.29.3/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.24.0...2.29.3) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cloudflare/package.json | 2 +- cloudflare/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cloudflare/package.json b/cloudflare/package.json index 3654f7b..a7e839f 100644 --- a/cloudflare/package.json +++ b/cloudflare/package.json @@ -24,7 +24,7 @@ "workers-preview": "^1.0.6" }, "dependencies": { - "moment": "^2.24.0", + "moment": "^2.29.3", "parse-duration": "^0.1.1" } } diff --git a/cloudflare/yarn.lock b/cloudflare/yarn.lock index b79f8f9..d1faeba 100644 --- a/cloudflare/yarn.lock +++ b/cloudflare/yarn.lock @@ -1761,10 +1761,10 @@ mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0: dependencies: minimist "0.0.8" -moment@^2.24.0: - version "2.24.0" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b" - integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg== +moment@^2.29.3: + version "2.29.3" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.3.tgz#edd47411c322413999f7a5940d526de183c031f3" + integrity sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw== move-concurrently@^1.0.1: version "1.0.1"