From 8d7f11b4effebc814970ded686430bb4e5e4ede9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 23:59:42 -0700 Subject: [PATCH] Bump rc-util from 5.12.2 to 5.13.0 (#178) Bumps [rc-util](https://github.com/react-component/util) from 5.12.2 to 5.13.0. - [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.12.2...v5.13.0) 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 29a494cd2..f738f04ea 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -4960,9 +4960,9 @@ } }, "rc-util": { - "version": "5.12.2", - "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.12.2.tgz", - "integrity": "sha512-kzqG2lHY4oZsoj5Svov12K+9wi0xQHvGzfbLlsF1PDEH1aTbgdNTwlE7mejc3MGEr+7bNHa4+T5ZemCS8vQ1Gw==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.13.0.tgz", + "integrity": "sha512-hDnFgTt7uLowVNAtWxkCrVdVipqt+4IFyvasMglk9iiWMz/zXB5RjYArPp8hZ6TrxtrdctExh0qTJB3AqwLLRQ==", "requires": { "@babel/runtime": "^7.12.5", "react-is": "^16.12.0", diff --git a/web/package.json b/web/package.json index 4a3924a5e..03d4f00e6 100644 --- a/web/package.json +++ b/web/package.json @@ -17,7 +17,7 @@ "markdown-it": "^12.0.6", "next": "^10.2.2", "prop-types": "^15.7.2", - "rc-util": "^5.12.2", + "rc-util": "^5.13.0", "react": "^17.0.2", "react-chartkick": "^0.5.0", "react-dom": "^17.0.2",