diff --git a/client/package-lock.json b/client/package-lock.json index 6d81b002..c6dadd84 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -66,7 +66,7 @@ "@types/lodash": "^4.17.10", "@types/luxon": "^3.4.2", "@types/react": "^18.3.11", - "@types/react-dom": "^18.3.0", + "@types/react-dom": "^18.3.1", "@types/react-helmet": "^6.1.11", "@types/testing-library__jest-dom": "^6.0.0", "@typescript-eslint/eslint-plugin": "^8.5.0", @@ -8385,9 +8385,10 @@ } }, "node_modules/@types/react-dom": { - "version": "18.3.0", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==", "devOptional": true, - "license": "MIT", "dependencies": { "@types/react": "*" } diff --git a/client/package.json b/client/package.json index 995c3be8..bdcc54ef 100644 --- a/client/package.json +++ b/client/package.json @@ -101,7 +101,7 @@ "@types/lodash": "^4.17.10", "@types/luxon": "^3.4.2", "@types/react": "^18.3.11", - "@types/react-dom": "^18.3.0", + "@types/react-dom": "^18.3.1", "@types/react-helmet": "^6.1.11", "@types/testing-library__jest-dom": "^6.0.0", "@typescript-eslint/eslint-plugin": "^8.5.0",