diff --git a/package-lock.json b/package-lock.json index e20e0efa..0e76f889 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "@svgr/webpack": "8.1.0", "@types/jest": "29.5.12", "@types/node": "20.4.5", - "@types/react": "18.3.1", + "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "@typescript-eslint/eslint-plugin": "6.16.0", "constructs": "10.3.0", @@ -13303,9 +13303,10 @@ "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==", + "license": "MIT", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/package.json b/package.json index 2818a390..f8d0d757 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@svgr/webpack": "8.1.0", "@types/jest": "29.5.12", "@types/node": "20.4.5", - "@types/react": "18.3.1", + "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "@typescript-eslint/eslint-plugin": "6.16.0", "constructs": "10.3.0",