diff --git a/package-lock.json b/package-lock.json index cf33f7f..1c28d82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,8 +22,8 @@ "@tailwindcss/postcss": "^4.0.0", "@testing-library/react": "~16.2.0", "@types/node": "~22.13.5", - "@types/react": "~19.0.8", - "@types/react-dom": "~19.0.3", + "@types/react": "~19.0.10", + "@types/react-dom": "~19.0.4", "geist": "~1.3.1", "global-jsdom": "~26.0.0", "postcss": "~8.4.49", @@ -1966,18 +1966,18 @@ } }, "node_modules/@types/react": { - "version": "19.0.8", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.8.tgz", - "integrity": "sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==", + "version": "19.0.10", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.10.tgz", + "integrity": "sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==", "license": "MIT", "dependencies": { "csstype": "^3.0.2" } }, "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==", "devOptional": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 895e60b..a23d0a9 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,8 @@ "@tailwindcss/postcss": "^4.0.0", "@testing-library/react": "~16.2.0", "@types/node": "~22.13.5", - "@types/react": "~19.0.8", - "@types/react-dom": "~19.0.3", + "@types/react": "~19.0.10", + "@types/react-dom": "~19.0.4", "geist": "~1.3.1", "global-jsdom": "~26.0.0", "postcss": "~8.4.49",