diff --git a/package-lock.json b/package-lock.json index 8f269e6..c4a2e27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@storybook/testing-library": "^0.2.0", "@types/node": "^20.5.2", "@types/react": "^18.2.20", - "@types/react-dom": "^18.2.7", + "@types/react-dom": "^18.2.14", "autoprefixer": "^10.4.15", "eslint": "^8.47.0", "eslint-config-next": "^13.4.19", @@ -8943,9 +8943,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.7", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz", - "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", + "version": "18.2.14", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.14.tgz", + "integrity": "sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==", "devOptional": true, "dependencies": { "@types/react": "*" diff --git a/package.json b/package.json index de7e678..3846c01 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@storybook/testing-library": "^0.2.0", "@types/node": "^20.5.2", "@types/react": "^18.2.20", - "@types/react-dom": "^18.2.7", + "@types/react-dom": "^18.2.14", "autoprefixer": "^10.4.15", "eslint": "^8.47.0", "eslint-config-next": "^13.4.19",