From 9c613bfac433bfd04d53ca8f3096c34ddd996e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 06:38:54 +0000 Subject: [PATCH] chore(deps): bump @types/react-dom from 18.0.8 to 18.2.7 in /dashboard Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.0.8 to 18.2.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) --- updated-dependencies: - dependency-name: "@types/react-dom" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",