diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index b2220f23c..732ef945a 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -12,7 +12,7 @@ "@sentry/tracing": "^7.41.0", "@types/node": "20.5.9", "@types/react": "18.0.24", - "@types/react-dom": "18.0.8", + "@types/react-dom": "18.2.7", "chart.js": "^4.2.1", "classnames": "^2.3.2", "next": "^13.4.19", @@ -7115,9 +7115,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.0.8", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.8.tgz", - "integrity": "sha512-C3GYO0HLaOkk9dDAz3Dl4sbe4AKUGTCfFIZsz3n/82dPNN8Du533HzKatDxeUYWu24wJgMP1xICqkWk1YOLOIw==", + "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==", "dependencies": { "@types/react": "*" } diff --git a/dashboard/package.json b/dashboard/package.json index 7b9e19338..76ae0c5de 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -18,7 +18,7 @@ "@sentry/tracing": "^7.41.0", "@types/node": "20.5.9", "@types/react": "18.0.24", - "@types/react-dom": "18.0.8", + "@types/react-dom": "18.2.7", "chart.js": "^4.2.1", "classnames": "^2.3.2", "next": "^13.4.19",