diff --git a/package-lock.json b/package-lock.json index d71e65b..f5ce268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "husky": "^7.0.4", "lint-staged": "^12.3.8", "prettier": "^2.6.2", - "react-is": "^18.0.0", + "react-is": "^18.2.0", "react-refresh": "^0.12.0", "ts-node": "^10.7.0", "xml2js": "^0.4.23" @@ -10810,8 +10810,9 @@ "license": "MIT" }, "node_modules/react-is": { - "version": "18.0.0", - "license": "MIT" + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "node_modules/react-refresh": { "version": "0.12.0", @@ -20065,7 +20066,9 @@ "version": "6.0.11" }, "react-is": { - "version": "18.0.0" + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "react-refresh": { "version": "0.12.0", diff --git a/package.json b/package.json index 7654559..0cc19fa 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "husky": "^7.0.4", "lint-staged": "^12.3.8", "prettier": "^2.6.2", - "react-is": "^18.0.0", + "react-is": "^18.2.0", "react-refresh": "^0.12.0", "ts-node": "^10.7.0", "xml2js": "^0.4.23"