From 30de724ea1c0dea7ecd99c191127ca83d2719817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 20:00:26 -0800 Subject: [PATCH] Bump rc-util from 5.15.0 to 5.16.0 (#381) Bumps [rc-util](https://github.com/react-component/util) from 5.15.0 to 5.16.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.15.0...v5.16.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 6c0cd7d4a..cd12b7ed4 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -17,7 +17,7 @@ "markdown-it": "^12.2.0", "next": "^12.0.4", "prop-types": "^15.7.2", - "rc-util": "^5.15.0", + "rc-util": "^5.16.0", "react": "^17.0.2", "react-chartkick": "^0.5.2", "react-dom": "^17.0.2", @@ -5505,9 +5505,9 @@ } }, "node_modules/rc-util": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.15.0.tgz", - "integrity": "sha512-8RI8sjOCXD3FhD3dzQNBQetpGol6BBd3sHQ/8jSGk9NPT0CH3JGtBfPODnASyE7AdDpCFQMOmgcp9CBs3S/1hg==", + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.16.0.tgz", + "integrity": "sha512-Pp3C9WMc7LvLy/V4BtkRZRENizrbQInvy61muxsIA7beC44D1G8w6hcKrcQ4ujeZA4qhvUT0jLgOok2OhxBTRQ==", "dependencies": { "@babel/runtime": "^7.12.5", "react-is": "^16.12.0", @@ -10695,9 +10695,9 @@ } }, "rc-util": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.15.0.tgz", - "integrity": "sha512-8RI8sjOCXD3FhD3dzQNBQetpGol6BBd3sHQ/8jSGk9NPT0CH3JGtBfPODnASyE7AdDpCFQMOmgcp9CBs3S/1hg==", + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.16.0.tgz", + "integrity": "sha512-Pp3C9WMc7LvLy/V4BtkRZRENizrbQInvy61muxsIA7beC44D1G8w6hcKrcQ4ujeZA4qhvUT0jLgOok2OhxBTRQ==", "requires": { "@babel/runtime": "^7.12.5", "react-is": "^16.12.0", diff --git a/web/package.json b/web/package.json index 43f2251e8..44ce304ef 100644 --- a/web/package.json +++ b/web/package.json @@ -19,7 +19,7 @@ "markdown-it": "^12.2.0", "next": "^12.0.4", "prop-types": "^15.7.2", - "rc-util": "^5.15.0", + "rc-util": "^5.16.0", "react": "^17.0.2", "react-chartkick": "^0.5.2", "react-dom": "^17.0.2",