diff --git a/package-lock.json b/package-lock.json index 427b554ba..942d1c384 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@reduxjs/toolkit": "^2.2.7", "@testing-library/jest-dom": "^6.5.0", "@types/iarna__toml": "^2.0.5", - "@types/react": "^18.3.3", + "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "deepmerge": "^4.3.1", "emotion-normalize": "^11.0.1", @@ -2056,9 +2056,9 @@ "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" }, "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.10", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.10.tgz", + "integrity": "sha512-02sAAlBnP39JgXwkAq3PeU9DVaaGpZyF3MGcC0MKgQVkZor5IiiDAipVaxQHtDJAmO4GIy/rVBy/LzVj76Cyqg==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/package.json b/package.json index cfc110f2a..a3dc2fa6f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@reduxjs/toolkit": "^2.2.7", "@testing-library/jest-dom": "^6.5.0", "@types/iarna__toml": "^2.0.5", - "@types/react": "^18.3.3", + "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "deepmerge": "^4.3.1", "emotion-normalize": "^11.0.1",