From b011d11fa1a07b289857d6381b27193ad605b4b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Dec 2021 20:02:14 -0800 Subject: [PATCH] Bump rc-util from 5.16.0 to 5.16.1 (#384) Bumps [rc-util](https://github.com/react-component/util) from 5.16.0 to 5.16.1. - [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.0...v5.16.1) --- updated-dependencies: - dependency-name: rc-util dependency-type: direct:production update-type: version-update:semver-patch ... 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 8dc88c251..d994ed224 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.16.0", + "rc-util": "^5.16.1", "react": "^17.0.2", "react-chartkick": "^0.5.2", "react-dom": "^17.0.2", @@ -5505,9 +5505,9 @@ } }, "node_modules/rc-util": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.16.0.tgz", - "integrity": "sha512-Pp3C9WMc7LvLy/V4BtkRZRENizrbQInvy61muxsIA7beC44D1G8w6hcKrcQ4ujeZA4qhvUT0jLgOok2OhxBTRQ==", + "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==", "dependencies": { "@babel/runtime": "^7.12.5", "react-is": "^16.12.0", @@ -10695,9 +10695,9 @@ } }, "rc-util": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.16.0.tgz", - "integrity": "sha512-Pp3C9WMc7LvLy/V4BtkRZRENizrbQInvy61muxsIA7beC44D1G8w6hcKrcQ4ujeZA4qhvUT0jLgOok2OhxBTRQ==", + "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==", "requires": { "@babel/runtime": "^7.12.5", "react-is": "^16.12.0", diff --git a/web/package.json b/web/package.json index 10816de7d..5cf5b0d38 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.16.0", + "rc-util": "^5.16.1", "react": "^17.0.2", "react-chartkick": "^0.5.2", "react-dom": "^17.0.2",