diff --git a/package-lock.json b/package-lock.json index 1ff7551..ebcd373 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@testing-library/react": "12.1.1", "@types/jest": "27.0.2", "@types/node": "16.10.2", - "@types/react": "17.0.25", + "@types/react": "17.0.26", "@typescript-eslint/eslint-plugin": "4.32.0", "autoprefixer": "10.3.6", "babel-jest": "27.2.4", @@ -4490,9 +4490,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "17.0.25", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.25.tgz", - "integrity": "sha512-IXrzSOr3CVbEQgmjEdCWF57J7CVaJ7lL/n4penxHm8h0XIcr0AxqGucogh2zj3qRxgk4M4JImOP/MfomkPOhvQ==", + "version": "17.0.26", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.26.tgz", + "integrity": "sha512-MXxuXrH2xOcv5cp/su4oz69dNQnSA90JjFw5HBd5wifw6Ihi94j7dRJm7qNsB30tnruXSCPc9qmlhGop4nh9Hw==", "dev": true, "dependencies": { "@types/prop-types": "*", @@ -29844,9 +29844,9 @@ "dev": true }, "@types/react": { - "version": "17.0.25", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.25.tgz", - "integrity": "sha512-IXrzSOr3CVbEQgmjEdCWF57J7CVaJ7lL/n4penxHm8h0XIcr0AxqGucogh2zj3qRxgk4M4JImOP/MfomkPOhvQ==", + "version": "17.0.26", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.26.tgz", + "integrity": "sha512-MXxuXrH2xOcv5cp/su4oz69dNQnSA90JjFw5HBd5wifw6Ihi94j7dRJm7qNsB30tnruXSCPc9qmlhGop4nh9Hw==", "dev": true, "requires": { "@types/prop-types": "*", diff --git a/package.json b/package.json index bba7cf6..c8d32a0 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@testing-library/react": "12.1.1", "@types/jest": "27.0.2", "@types/node": "16.10.2", - "@types/react": "17.0.25", + "@types/react": "17.0.26", "@typescript-eslint/eslint-plugin": "4.32.0", "autoprefixer": "10.3.6", "babel-jest": "27.2.4",