From 9a0aefadeefd23f1e647bf38d8fc903c6ad7a9e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 11:25:06 +0000 Subject: [PATCH] Bump react-countdown from 2.3.1 to 2.3.2 Bumps [react-countdown](https://github.com/ndresx/react-countdown) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/ndresx/react-countdown/releases) - [Commits](https://github.com/ndresx/react-countdown/compare/v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: react-countdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74fadd8..0123d8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14863,9 +14863,9 @@ } }, "react-countdown": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/react-countdown/-/react-countdown-2.3.1.tgz", - "integrity": "sha512-h66prF+Wwj3Ru4tDeqvXsW8iqaCyC54pjwTAlUUmUQ11EUqIO34xV4pO4q8MGT6917ep47ntKmBW99ZVN1ozdQ==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/react-countdown/-/react-countdown-2.3.2.tgz", + "integrity": "sha512-Q4SADotHtgOxNWhDdvgupmKVL0pMB9DvoFcxv5AzjsxVhzOVxnttMbAywgqeOdruwEAmnPhOhNv/awAgkwru2w==", "requires": { "prop-types": "^15.7.2" }