From c456b9d613c721c03441d03f9bef215971a41a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 01:06:43 +0000 Subject: [PATCH] Bump react-colorful from 5.5.1 to 5.6.1 Bumps [react-colorful](https://github.com/omgovich/react-colorful) from 5.5.1 to 5.6.1. - [Release notes](https://github.com/omgovich/react-colorful/releases) - [Changelog](https://github.com/omgovich/react-colorful/blob/master/CHANGELOG.md) - [Commits](https://github.com/omgovich/react-colorful/commits) --- updated-dependencies: - dependency-name: react-colorful dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3cab9b28..89fb1f02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "filesize": "^9.0.11", "google-libphonenumber": "^3.2.30", "numeral": "^2.0.6", - "react-colorful": "^5.5.1", + "react-colorful": "^5.6.1", "react-countup": "^6.3.0", "react-datasheet": "^1.4.9", "react-draggable": "^4.4.4", @@ -12400,8 +12400,9 @@ } }, "node_modules/react-colorful": { - "version": "5.5.1", - "license": "MIT", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/react-colorful/-/react-colorful-5.6.1.tgz", + "integrity": "sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" @@ -23507,7 +23508,9 @@ } }, "react-colorful": { - "version": "5.5.1", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/react-colorful/-/react-colorful-5.6.1.tgz", + "integrity": "sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==", "requires": {} }, "react-countup": { diff --git a/package.json b/package.json index 59521b21..29036f1d 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "filesize": "^9.0.11", "google-libphonenumber": "^3.2.30", "numeral": "^2.0.6", - "react-colorful": "^5.5.1", + "react-colorful": "^5.6.1", "react-countup": "^6.3.0", "react-datasheet": "^1.4.9", "react-draggable": "^4.4.4",