diff --git a/package-lock.json b/package-lock.json index 4d33d01..f5afd07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@testing-library/react": "12.0.0", "@types/jest": "26.0.23", "@types/node": "15.14.0", - "@types/react": "17.0.11", + "@types/react": "17.0.13", "@types/styled-jsx": "2.2.8", "@typescript-eslint/eslint-plugin": "4.28.1", "autoprefixer": "10.2.6", @@ -4349,9 +4349,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "17.0.11", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.11.tgz", - "integrity": "sha512-yFRQbD+whVonItSk7ZzP/L+gPTJVBkL/7shLEF+i9GC/1cV3JmUxEQz6+9ylhUpWSDuqo1N9qEvqS6vTj4USUA==", + "version": "17.0.13", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.13.tgz", + "integrity": "sha512-D/G3PiuqTfE3IMNjLn/DCp6umjVCSvtZTPdtAFy5+Ved6CsdRvivfKeCzw79W4AatShtU4nGqgvOv5Gro534vQ==", "dev": true, "dependencies": { "@types/prop-types": "*", @@ -27493,9 +27493,9 @@ "dev": true }, "@types/react": { - "version": "17.0.11", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.11.tgz", - "integrity": "sha512-yFRQbD+whVonItSk7ZzP/L+gPTJVBkL/7shLEF+i9GC/1cV3JmUxEQz6+9ylhUpWSDuqo1N9qEvqS6vTj4USUA==", + "version": "17.0.13", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.13.tgz", + "integrity": "sha512-D/G3PiuqTfE3IMNjLn/DCp6umjVCSvtZTPdtAFy5+Ved6CsdRvivfKeCzw79W4AatShtU4nGqgvOv5Gro534vQ==", "dev": true, "requires": { "@types/prop-types": "*", diff --git a/package.json b/package.json index c81609d..74002a1 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@testing-library/react": "12.0.0", "@types/jest": "26.0.23", "@types/node": "15.14.0", - "@types/react": "17.0.11", + "@types/react": "17.0.13", "@types/styled-jsx": "2.2.8", "@typescript-eslint/eslint-plugin": "4.28.1", "autoprefixer": "10.2.6",