diff --git a/package-lock.json b/package-lock.json index cfecfa93ebcca..4ba2c60addda1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "@testing-library/react": "~15.0.5", "@testing-library/user-event": "~14.5.2", "@types/jest": "29.5.12", - "@types/react": "^18.3.1", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/semver": "~7.5.8", "@typescript-eslint/eslint-plugin": "7.5.0", @@ -7626,9 +7626,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.1.tgz", - "integrity": "sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==", + "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==", "devOptional": true, "dependencies": { "@types/prop-types": "*", diff --git a/package.json b/package.json index 25eab135e6502..3839f761a48a3 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@testing-library/react": "~15.0.5", "@testing-library/user-event": "~14.5.2", "@types/jest": "29.5.12", - "@types/react": "^18.3.1", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/semver": "~7.5.8", "@typescript-eslint/eslint-plugin": "7.5.0",