diff --git a/package-lock.json b/package-lock.json index b40de10..94b5279 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1168,12 +1168,6 @@ "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz", - "integrity": "sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==", - "dev": true - }, "@babel/helper-wrap-function": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz", @@ -4456,9 +4450,9 @@ } }, "@types/react-is": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-17.0.0.tgz", - "integrity": "sha512-A0DQ1YWZ0RG2+PV7neAotNCIh8gZ3z7tQnDJyS2xRPDNtAtSPcJ9YyfMP8be36Ha0kQRzbZCrrTMznA4blqO5g==", + "version": "17.0.3", + "resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-17.0.3.tgz", + "integrity": "sha512-aBTIWg1emtu95bLTLx0cpkxwGW3ueZv71nE2YFBpL8k/z5czEW8yYpOo8Dp+UUAFAtKwNaOsh/ioSeQnWlZcfw==", "dev": true, "requires": { "@types/react": "*" diff --git a/package.json b/package.json index 61bc826..c77dc19 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/jest": "^26.0.23", "@types/lodash": "^4.14.168", "@types/react": "^17.0.31", - "@types/react-is": "^17.0.0", + "@types/react-is": "^17.0.3", "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^3.10.1", "enzyme": "^3.11.0",