From 5c82f640b612f9095c9c5ffb7f188109596f2e0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 13:56:35 -0700 Subject: [PATCH] Bump rc-util from 5.10.1 to 5.12.0 (#145) Bumps [rc-util](https://github.com/react-component/util) from 5.10.1 to 5.12.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.10.1...v5.12.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 d1e46fc03..cb3a7e163 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -4566,9 +4566,9 @@ } }, "rc-util": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.10.1.tgz", - "integrity": "sha512-Mr3lpl6PYL/wr16t5p8BJVN/sb8+x9U2pf81ijoozzNOb5oTg/meeBnoPuiEaxHt1zTDRokZ5+V8xoErTjP2AA==", + "version": "5.12.0", + "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.12.0.tgz", + "integrity": "sha512-RCUdMYmFiPHfqnErr+J/4S1uWPbiFk0/utU/NH4inSWa0Wf8dflWOLuc9Gutv9jjjn2TgdgcTQ4JKExN/2WyoA==", "requires": { "@babel/runtime": "^7.12.5", "react-is": "^16.12.0", diff --git a/web/package.json b/web/package.json index d32fc3f24..e45558b84 100644 --- a/web/package.json +++ b/web/package.json @@ -17,7 +17,7 @@ "markdown-it": "^12.0.6", "next": "^10.1.3", "prop-types": "^15.7.2", - "rc-util": "^5.10.1", + "rc-util": "^5.12.0", "react": "^17.0.2", "react-chartkick": "^0.5.0", "react-dom": "^17.0.2",