From 9c259996db7ee5a0fa5ac6db73f0f7574e334124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 07:43:37 +0000 Subject: [PATCH] chore(deps): bump react-countdown from 2.3.5 to 2.3.6 in /frontend Bumps [react-countdown](https://github.com/ndresx/react-countdown) from 2.3.5 to 2.3.6. - [Release notes](https://github.com/ndresx/react-countdown/releases) - [Commits](https://github.com/ndresx/react-countdown/compare/v2.3.5...v2.3.6) --- updated-dependencies: - dependency-name: react-countdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1251e685..b84b8ba3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -36,7 +36,7 @@ "npm": "^10.8.1", "openpgp": "^5.11.0", "react": "^18.2.0", - "react-countdown": "^2.3.5", + "react-countdown": "^2.3.6", "react-dom": "^18.2.0", "react-grid-layout": "^1.4.4", "react-i18next": "^14.1.2", @@ -15144,9 +15144,9 @@ } }, "node_modules/react-countdown": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/react-countdown/-/react-countdown-2.3.5.tgz", - "integrity": "sha512-K26ENYEesMfPxhRRtm1r+Pf70SErrvW3g4CArLi/x6MPFjgfDFYePT4UghEj8p2nI0cqVV7/JjDgjyr//U60Og==", + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/react-countdown/-/react-countdown-2.3.6.tgz", + "integrity": "sha512-ZfX6S08Hb6x6W6eCn1hMDvxPICI/T30fd+gaeVTCR/2cGZ2WJ3f26e4ImNIMX1fHkopJrUdnRpWXP13/D39+gg==", "dependencies": { "prop-types": "^15.7.2" }, diff --git a/frontend/package.json b/frontend/package.json index f9241d02..d32504ae 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -75,7 +75,7 @@ "npm": "^10.8.1", "openpgp": "^5.11.0", "react": "^18.2.0", - "react-countdown": "^2.3.5", + "react-countdown": "^2.3.6", "react-dom": "^18.2.0", "react-grid-layout": "^1.4.4", "react-i18next": "^14.1.2",