From 5851d654a291344c3a57ded0c7674925efbd37bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 07:35:28 +0000 Subject: [PATCH] chore(deps): update dependency react-timeago to v8 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- client/package-lock.json | 29 ++++++----------------------- client/package.json | 2 +- 2 files changed, 7 insertions(+), 24 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index d633f60e..b11dbf3f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -53,7 +53,7 @@ "react-slick": "^0.30.0", "react-swipeable-views": "^0.14.0", "react-table": "6.11.5", - "react-timeago": "^4.1.9", + "react-timeago": "^8.0.0", "react-tree-graph": "^3.1.0", "react-websocket": "^2.0.0", "reactstrap": "^9.0.0", @@ -2332,18 +2332,6 @@ "stylis": "4.2.0" } }, - "node_modules/@emotion/cache/node_modules/@emotion/memoize": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", - "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", - "license": "MIT" - }, - "node_modules/@emotion/cache/node_modules/@emotion/weak-memoize": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz", - "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==", - "license": "MIT" - }, "node_modules/@emotion/hash": { "version": "0.9.2", "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz", @@ -2402,12 +2390,6 @@ "csstype": "^3.0.2" } }, - "node_modules/@emotion/serialize/node_modules/@emotion/memoize": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", - "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", - "license": "MIT" - }, "node_modules/@emotion/sheet": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz", @@ -24240,11 +24222,12 @@ } }, "node_modules/react-timeago": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/react-timeago/-/react-timeago-4.4.0.tgz", - "integrity": "sha512-Zj8RchTqZEH27LAANemzMR2RpotbP2aMd+UIajfYMZ9KW4dMcViUVKzC7YmqfiqlFfz8B0bjDw2xUBjmcxDngA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/react-timeago/-/react-timeago-8.0.0.tgz", + "integrity": "sha512-I/Lsewkw87xryZVXU8mv8o2lsnxTd7uHBJF9fl76vRx/GkAFNctgSg9q0hOKvgv9V6cTXmDiuXJJYyblD4kGRA==", + "license": "MIT", "peerDependencies": { - "react": "^15.0.0 || ^16.0.0" + "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/react-transition-group": { diff --git a/client/package.json b/client/package.json index 04067b5a..f5b1d399 100644 --- a/client/package.json +++ b/client/package.json @@ -47,7 +47,7 @@ "react-slick": "^0.30.0", "react-swipeable-views": "^0.14.0", "react-table": "6.11.5", - "react-timeago": "^4.1.9", + "react-timeago": "^8.0.0", "react-tree-graph": "^3.1.0", "react-websocket": "^2.0.0", "reactstrap": "^9.0.0",