From 0777f6ccbff064e186281113074a2ede2cdd539d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 00:08:25 -0700 Subject: [PATCH] Bump rc-util from 5.9.8 to 5.9.9 (#135) Bumps [rc-util](https://github.com/react-component/util) from 5.9.8 to 5.9.9. - [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.8...v5.9.9) 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 8e1d3af6f..4afb8c0b0 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -4563,9 +4563,9 @@ } }, "rc-util": { - "version": "5.9.8", - "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.9.8.tgz", - "integrity": "sha512-typLSHYGf5irvGLYQshs0Ra3aze086h0FhzsAkyirMunYZ7b3Te8gKa5PVaanoHaZa9sS6qx98BxgysoRP+6Tw==", + "version": "5.9.9", + "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.9.9.tgz", + "integrity": "sha512-aZ1c7uvreyfewaboRxv5L6/y/+2ooEiBMTn/WjsbzBdWPw0Du/EAwNd0cSJIVc0m6V+zySyfGkqGQpCXMGUiww==", "requires": { "@babel/runtime": "^7.12.5", "react-is": "^16.12.0", @@ -4573,9 +4573,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.13.10", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", - "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", + "version": "7.13.17", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", + "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/web/package.json b/web/package.json index 14c05e8ae..9768aa7b6 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.9.8", + "rc-util": "^5.9.9", "react": "^17.0.2", "react-chartkick": "^0.5.0", "react-dom": "^17.0.2",