From 38653f6962d1beef8d6734593ce9b41b4df7a402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 03:44:57 +0000 Subject: [PATCH] Bump moment from 2.24.0 to 2.29.4 in /examples/typescript 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] --- examples/typescript/package.json | 2 +- examples/typescript/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/typescript/package.json b/examples/typescript/package.json index e141055..12f15b8 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -13,6 +13,6 @@ "typescript": "^3.5.3" }, "dependencies": { - "moment": "^2.24.0" + "moment": "^2.29.4" } } diff --git a/examples/typescript/yarn.lock b/examples/typescript/yarn.lock index 6e6df91..693f105 100644 --- a/examples/typescript/yarn.lock +++ b/examples/typescript/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -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.4: + version "2.29.4" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" + integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w== typescript@^3.5.3: version "3.5.3"