From ff1dca4c0a01bef075ba00df0a5dbdcd6f5bfc0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 14:53:12 +0000 Subject: [PATCH] build(deps): bump react-timeago from 6.1.1 to 7.2.0 Bumps [react-timeago](https://github.com/naman34/react-timeago) from 6.1.1 to 7.2.0. - [Release notes](https://github.com/naman34/react-timeago/releases) - [Changelog](https://github.com/nmn/react-timeago/blob/master/CHANGELOG.md) - [Commits](https://github.com/naman34/react-timeago/commits/v7.2.0) --- updated-dependencies: - dependency-name: react-timeago dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 13ca43b..870c4ab 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "react-dom": "17.0.2", "react-router-dom": "5.2.0", "react-scripts": "4.0.3", - "react-timeago": "6.1.1", + "react-timeago": "7.2.0", "reactstrap": "8.10.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 79c77f1..4c65440 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9512,10 +9512,10 @@ react-scripts@4.0.3: optionalDependencies: fsevents "^2.1.3" -react-timeago@6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/react-timeago/-/react-timeago-6.1.1.tgz#d9365c042428eceb90c4a689248d55b37a1bd6be" - integrity sha512-44zsWw2J/4AiZ/eVviygDthcDvCSuVyR/PLVF/g7OIUGq8rnEOwa3A+pHPmHt9WJ5fhHumwTY+Go+RkzEaIHvQ== +react-timeago@7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/react-timeago/-/react-timeago-7.2.0.tgz#ae929d7423a63cbc3dc228e49d22fbf586d459ca" + integrity sha512-2KsBEEs+qRhKx/kekUVNSTIpop3Jwd7SRBm0R4Eiq3mPeswRGSsftY9FpKsE/lXLdURyQFiHeHFrIUxLYskG5g== react-transition-group@^2.3.1: version "2.9.0"