From f6f6bc80e3c729378cb820ca645e57e84e996b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 11:02:31 +0000 Subject: [PATCH] Bump react-awesome-button from 6.5.1 to 7.0.5 in /client Bumps [react-awesome-button](https://github.com/rcaferati/react-awesome-button) from 6.5.1 to 7.0.5. - [Release notes](https://github.com/rcaferati/react-awesome-button/releases) - [Commits](https://github.com/rcaferati/react-awesome-button/commits) --- updated-dependencies: - dependency-name: react-awesome-button dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 18 +++++++++--------- client/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ddd74ad..59f659f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1628,6 +1628,11 @@ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz", "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==" }, + "@rcaferati/wac": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@rcaferati/wac/-/wac-1.0.0.tgz", + "integrity": "sha512-7dVbzvcfL9o4UnrCaNeoIs7Ri9Ol+OMfpYYCJJV1dfm+5+pVM6DrvFjPzqifd2ACVABpXmwTQKy9KFxNm/7IdA==" + }, "@svgr/babel-plugin-add-jsx-attribute": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-4.2.0.tgz", @@ -11585,11 +11590,11 @@ } }, "react-awesome-button": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/react-awesome-button/-/react-awesome-button-6.5.1.tgz", - "integrity": "sha512-94AS4BSIgRCMSHq8wcy3ztostjLK8cqjUX6DT5oWiYNs3uxLv5uk4yFMlzXBjo0I4TERLOZGn66q0xwb+xw5qw==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/react-awesome-button/-/react-awesome-button-7.0.5.tgz", + "integrity": "sha512-pNABRQsvnbd5rGL7mX9udWa0aPnXtP6hEL90/Cqjc/ERADpOMu3z6zix+AW/NOBp0NQoi9J+hhKoZS2dabs15g==", "requires": { - "web-animation-club": "^0.6.0" + "@rcaferati/wac": "^1.0.0" } }, "react-dev-utils": { @@ -14512,11 +14517,6 @@ "minimalistic-assert": "^1.0.0" } }, - "web-animation-club": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/web-animation-club/-/web-animation-club-0.6.0.tgz", - "integrity": "sha512-9W+EQu1HiaPLe/7WZlhJ2ULqQ4VL80RPDYW+ZcjfTKp6ayOuT1k3SVO6+tu0VBRmOqueJ/mrG+rjjInIv8Aglg==" - }, "webidl-conversions": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", diff --git a/client/package.json b/client/package.json index fe8e82f..7fcacc2 100644 --- a/client/package.json +++ b/client/package.json @@ -9,7 +9,7 @@ "lodash": "^4.17.20", "node-sass": "^4.14.1", "react": "^16.13.1", - "react-awesome-button": "^6.5.1", + "react-awesome-button": "^7.0.5", "react-dom": "^16.13.1", "react-scripts": "^3.4.3", "recompose": "^0.30.0",