diff --git a/package-lock.json b/package-lock.json index dd6cd6c..12da8a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4166,9 +4166,9 @@ } }, "@types/react": { - "version": "16.9.23", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.23.tgz", - "integrity": "sha512-SsGVT4E7L2wLN3tPYLiF20hmZTPGuzaayVunfgXzUn1x4uHVsKH6QDJQ/TdpHqwsTLd4CwrmQ2vOgxN7gE24gw==", + "version": "16.9.35", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.35.tgz", + "integrity": "sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==", "requires": { "@types/prop-types": "*", "csstype": "^2.2.0" diff --git a/package.json b/package.json index 2e1daaf..4875b13 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@types/lodash": "^4.14.150", "@types/prismjs": "^1.16.0", "@types/ramda": "^0.27.4", - "@types/react": "^16.9.23", + "@types/react": "^16.9.35", "@types/react-dom": "^16.9.5", "@types/react-helmet": "^5.0.15", "@types/styled-components": "^5.0.1",