From 0404362f4bd55c92292815991194e70a43237782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 22:56:55 -0700 Subject: [PATCH] Bump rc-util from 5.8.1 to 5.9.3 (#78) Bumps [rc-util](https://github.com/react-component/util) from 5.8.1 to 5.9.3. - [Release notes](https://github.com/react-component/util/releases) - [Changelog](https://github.com/react-component/util/blob/master/HISTORY.md) - [Commits](https://github.com/react-component/util/compare/v5.8.1...v5.9.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 6 +++--- web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 0537ce0e0..a5bda7079 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -4099,9 +4099,9 @@ } }, "rc-util": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.8.1.tgz", - "integrity": "sha512-kXV/QjL+azh3AxMk68gm8+nltVoL6bjeJJULAZLRCLus2Fhvo/aaMZokxYov/E0dbfjo31I78pF4yVljqQB7bA==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.9.3.tgz", + "integrity": "sha512-UgkdlxLid867P3YA0K5aDFPbuWkf4PYrihmUyPHcZuXep475P2upzmUXG+3jCZYPI4vWI4MsZWB1Q8gASchwdw==", "requires": { "@babel/runtime": "^7.12.5", "react-is": "^16.12.0", diff --git a/web/package.json b/web/package.json index 5ea5515fc..de2c4218b 100644 --- a/web/package.json +++ b/web/package.json @@ -17,7 +17,7 @@ "markdown-it": "^12.0.4", "next": "^10.0.9", "prop-types": "^15.7.2", - "rc-util": "^5.8.1", + "rc-util": "^5.9.3", "react": "^17.0.1", "react-chartkick": "^0.4.1", "react-dom": "^17.0.1",