diff --git a/studio/package-lock.json b/studio/package-lock.json index ab011dc0f..a4b16bfa0 100644 --- a/studio/package-lock.json +++ b/studio/package-lock.json @@ -12739,9 +12739,9 @@ "integrity": "sha512-NRlRo0RPxWRMQT7osj8UCBSSXsGOxhF1pre84ildhuft5S2U382NOs7tg29osWSjbO90L2a3VTCqadA/LnAzHQ==" }, "react-icons": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-3.8.0.tgz", - "integrity": "sha512-rA/8GRKjPulft8BSBSMsHkE1AGPqJ7LjNsyk0BE7XjG70Iz62zOled2SJk7LDo8x9z86a3xOstDlKlMZ4pAy7A==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-3.9.0.tgz", + "integrity": "sha512-gKbYKR+4QsD3PmIHLAM9TDDpnaTsr3XZeK1NTAb6WQQ+gxEdJ0xuCgLq0pxXdS7Utg2AIpcVhM1ut/jlDhcyNg==", "requires": { "camelcase": "^5.0.0" }, diff --git a/studio/package.json b/studio/package.json index 6077aa9ba..0bfbb2154 100644 --- a/studio/package.json +++ b/studio/package.json @@ -29,7 +29,7 @@ "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0", - "react-icons": "^3.8.0" + "react-icons": "^3.9.0" }, "devDependencies": { "eslint": "^6.8.0",