From 698efaee57a4ab3020cfdce6e3c24a1fd6f63b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 22:58:03 -0700 Subject: [PATCH] Bump rc-util from 5.12.1 to 5.12.2 (#160) Bumps [rc-util](https://github.com/react-component/util) from 5.12.1 to 5.12.2. - [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.12.1...v5.12.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 12 ++++++------ web/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index b75519e3b..315f626f8 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -4644,9 +4644,9 @@ } }, "rc-util": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.12.1.tgz", - "integrity": "sha512-PrvX/LUPONoeIaJ35hiS5SeXP6DhwAfpoJG6X4Kc5X7NDgCgk/NfXrNfmijuSh8suHkWk1Quz93d2JdjomwOQA==", + "version": "5.12.2", + "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.12.2.tgz", + "integrity": "sha512-kzqG2lHY4oZsoj5Svov12K+9wi0xQHvGzfbLlsF1PDEH1aTbgdNTwlE7mejc3MGEr+7bNHa4+T5ZemCS8vQ1Gw==", "requires": { "@babel/runtime": "^7.12.5", "react-is": "^16.12.0", @@ -4654,9 +4654,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.13.17", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", - "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/web/package.json b/web/package.json index af5d904e6..0ac07b43d 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.12.1", + "rc-util": "^5.12.2", "react": "^17.0.2", "react-chartkick": "^0.5.0", "react-dom": "^17.0.2",