From 07107a6f4d46ef90095bbf621a0ab7800ecdaeef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 17:06:20 -0800 Subject: [PATCH] Bump rc-util from 5.16.1 to 5.17.0 (#433) Bumps [rc-util](https://github.com/react-component/util) from 5.16.1 to 5.17.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.16.1...v5.17.0) --- updated-dependencies: - dependency-name: rc-util dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index dfc9bdab6..e9b44d755 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -18,7 +18,7 @@ "markdown-it": "^12.3.2", "next": "^12.0.8", "prop-types": "^15.8.1", - "rc-util": "^5.16.1", + "rc-util": "^5.17.0", "react": "^17.0.2", "react-chartkick": "^0.5.2", "react-dom": "^17.0.2", @@ -5063,9 +5063,9 @@ } }, "node_modules/rc-util": { - "version": "5.16.1", - "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.16.1.tgz", - "integrity": "sha512-kSCyytvdb3aRxQacS/71ta6c+kBWvM1v8/2h9d/HaNWauc3qB8pLnF20PJ8NajkNN8gb+rR1l0eWO+D4Pz+LLQ==", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.17.0.tgz", + "integrity": "sha512-HWuTIKzBeZQQ7IBqdokE0wMp/xx39/KfUJ0gcquBigoldDCrf3YBcWFHrrQlJG7sI82Wg8mwp1uAKV3zMGfAgg==", "dependencies": { "@babel/runtime": "^7.12.5", "react-is": "^16.12.0", @@ -9599,9 +9599,9 @@ } }, "rc-util": { - "version": "5.16.1", - "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.16.1.tgz", - "integrity": "sha512-kSCyytvdb3aRxQacS/71ta6c+kBWvM1v8/2h9d/HaNWauc3qB8pLnF20PJ8NajkNN8gb+rR1l0eWO+D4Pz+LLQ==", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.17.0.tgz", + "integrity": "sha512-HWuTIKzBeZQQ7IBqdokE0wMp/xx39/KfUJ0gcquBigoldDCrf3YBcWFHrrQlJG7sI82Wg8mwp1uAKV3zMGfAgg==", "requires": { "@babel/runtime": "^7.12.5", "react-is": "^16.12.0", diff --git a/web/package.json b/web/package.json index 3698169ea..a06ae62a2 100644 --- a/web/package.json +++ b/web/package.json @@ -19,7 +19,7 @@ "markdown-it": "^12.3.2", "next": "^12.0.8", "prop-types": "^15.8.1", - "rc-util": "^5.16.1", + "rc-util": "^5.17.0", "react": "^17.0.2", "react-chartkick": "^0.5.2", "react-dom": "^17.0.2",