diff --git a/package-lock.json b/package-lock.json index 7520e6b..325bada 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,8 +29,8 @@ "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@types/node": "20.17.9", - "@types/react": "18.3.3", - "@types/react-dom": "18.3.0", + "@types/react": "18.3.14", + "@types/react-dom": "18.3.2", "@types/uuid": "10.0.0", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", @@ -2262,9 +2262,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.3", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz", - "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==", + "version": "18.3.14", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.14.tgz", + "integrity": "sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==", "devOptional": true, "license": "MIT", "dependencies": { @@ -2273,13 +2273,13 @@ } }, "node_modules/@types/react-dom": { - "version": "18.3.0", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz", - "integrity": "sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==", + "version": "18.3.2", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.2.tgz", + "integrity": "sha512-Fqp+rcvem9wEnGr3RY8dYNvSQ8PoLqjZ9HLgaPUOjJJD120uDyOxOjc/39M4Kddp9JQCxpGQbnhVQF0C0ncYVg==", "dev": true, "license": "MIT", "dependencies": { - "@types/react": "*" + "@types/react": "^18" } }, "node_modules/@types/semver": { diff --git a/package.json b/package.json index d324552..7aad3c5 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@types/node": "20.17.9", - "@types/react": "18.3.3", - "@types/react-dom": "18.3.0", + "@types/react": "18.3.14", + "@types/react-dom": "18.3.2", "@types/uuid": "10.0.0", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0",