diff --git a/package-lock.json b/package-lock.json index 70eadbb..ba11720 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@total-typescript/ts-reset": "^0.5.1", "@types/ramda": "^0.29.11", "@types/react": "^18.2.67", - "@types/react-dom": "^18.2.21", + "@types/react-dom": "^18.2.25", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4.2.1", @@ -5044,9 +5044,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.21", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.21.tgz", - "integrity": "sha512-gnvBA/21SA4xxqNXEwNiVcP0xSGHh/gi1VhWv9Bl46a0ItbTT5nFY+G9VSQpaG/8N/qdJpJ+vftQ4zflTtnjLw==", + "version": "18.2.25", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.25.tgz", + "integrity": "sha512-o/V48vf4MQh7juIKZU2QGDfli6p1+OOi5oXx36Hffpc9adsHeXjVp8rHuPkjd8VT8sOJ2Zp05HR7CdpGTIUFUA==", "dev": true, "dependencies": { "@types/react": "*" diff --git a/package.json b/package.json index 26a5b38..5a1bea0 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@total-typescript/ts-reset": "^0.5.1", "@types/ramda": "^0.29.11", "@types/react": "^18.2.67", - "@types/react-dom": "^18.2.21", + "@types/react-dom": "^18.2.25", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4.2.1",