From d33635cd4dce2237d29edeae0fe1d703f0e358c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 23:05:51 -0700 Subject: [PATCH] Bump rc-util from 5.9.4 to 5.9.5 (#88) Bumps [rc-util](https://github.com/react-component/util) from 5.9.4 to 5.9.5. - [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.9.4...v5.9.5) 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 ab87d5f61..df6a01963 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -4351,9 +4351,9 @@ } }, "rc-util": { - "version": "5.9.4", - "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.9.4.tgz", - "integrity": "sha512-pzFmYZsKLJ1p+Uv4NqA4aNBaFh8/hOQxOOxA5G4TiyPboa0o/PjminxUCKvoSwVJVW5YgleSM2XPCTpTV6DCsQ==", + "version": "5.9.5", + "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.9.5.tgz", + "integrity": "sha512-YQFlk5j8aEOpkJV5VibcCYk8prve8s9BALiN561FoL9OfQRk41nvfD8jENIvsDsbfq9AFO7Iq7YFEENJkn9Hog==", "requires": { "@babel/runtime": "^7.12.5", "react-is": "^16.12.0", diff --git a/web/package.json b/web/package.json index 918602e00..9ad0ace6c 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.9.4", + "rc-util": "^5.9.5", "react": "^17.0.1", "react-chartkick": "^0.4.1", "react-dom": "^17.0.1",