diff --git a/web/package-lock.json b/web/package-lock.json index 0537ce0e0..a5bda7079 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -4099,9 +4099,9 @@ } }, "rc-util": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.8.1.tgz", - "integrity": "sha512-kXV/QjL+azh3AxMk68gm8+nltVoL6bjeJJULAZLRCLus2Fhvo/aaMZokxYov/E0dbfjo31I78pF4yVljqQB7bA==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.9.3.tgz", + "integrity": "sha512-UgkdlxLid867P3YA0K5aDFPbuWkf4PYrihmUyPHcZuXep475P2upzmUXG+3jCZYPI4vWI4MsZWB1Q8gASchwdw==", "requires": { "@babel/runtime": "^7.12.5", "react-is": "^16.12.0", diff --git a/web/package.json b/web/package.json index 5ea5515fc..de2c4218b 100644 --- a/web/package.json +++ b/web/package.json @@ -17,7 +17,7 @@ "markdown-it": "^12.0.4", "next": "^10.0.9", "prop-types": "^15.7.2", - "rc-util": "^5.8.1", + "rc-util": "^5.9.3", "react": "^17.0.1", "react-chartkick": "^0.4.1", "react-dom": "^17.0.1",