diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e0d9c24..db4b5fd 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -40,7 +40,7 @@ "@types/mocha": "^10.0.10", "@types/node": "^22.13.4", "@types/react": "^18.0.27", - "@types/react-dom": "^19.0.3", + "@types/react-dom": "^19.0.4", "@types/react-plotly.js": "^2.6.3", "@types/react-syntax-highlighter": "^15.5.13", "@typescript-eslint/eslint-plugin": "^6.4.0", @@ -4662,9 +4662,9 @@ } }, "node_modules/@types/react-dom": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.0.3.tgz", - "integrity": "sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==", + "version": "19.0.4", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.0.4.tgz", + "integrity": "sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg==", "license": "MIT", "peerDependencies": { "@types/react": "^19.0.0" diff --git a/frontend/package.json b/frontend/package.json index 1982100..f87fdea 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -47,7 +47,7 @@ "@types/mocha": "^10.0.10", "@types/node": "^22.13.4", "@types/react": "^18.0.27", - "@types/react-dom": "^19.0.3", + "@types/react-dom": "^19.0.4", "@types/react-plotly.js": "^2.6.3", "@types/react-syntax-highlighter": "^15.5.13", "@typescript-eslint/eslint-plugin": "^6.4.0",