From 2183fb133295bf7601c7a1df781b452d3b5b4a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 22:14:41 +0000 Subject: [PATCH] Bump react-countdown from 2.3.5 to 2.3.6 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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 040e331e8ccd..df50ca69e656 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "react": "^17.0.2", "react-accessible-accordion": "^5.0.0", "react-copy-to-clipboard": "^5.1.0", - "react-countdown": "^2.3.5", + "react-countdown": "^2.3.6", "react-countup": "^6.1.1", "react-debounce-input": "^3.3.0", "react-dom": "^17.0.2", @@ -21374,9 +21374,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/package.json b/package.json index a33f3fe6d733..3e31a42bad0a 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "react": "^17.0.2", "react-accessible-accordion": "^5.0.0", "react-copy-to-clipboard": "^5.1.0", - "react-countdown": "^2.3.5", + "react-countdown": "^2.3.6", "react-countup": "^6.1.1", "react-debounce-input": "^3.3.0", "react-dom": "^17.0.2",