diff --git a/package-lock.json b/package-lock.json index 509a816e..fbb3f7e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "devDependencies": { "@playwright/test": "~1.37.0", "@rushstack/eslint-patch": "^1.10.1", - "@types/react": "^18.2.74", + "@types/react": "^18.2.78", "next": "^14.1.4" } }, @@ -2859,9 +2859,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.2.74", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.74.tgz", - "integrity": "sha512-9AEqNZZyBx8OdZpxzQlaFEVCSFUM2YXJH46yPOiOpm078k6ZLOCcuAzGum/zK8YBwY+dbahVNbHrbgrAwIRlqw==", + "version": "18.2.78", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.78.tgz", + "integrity": "sha512-qOwdPnnitQY4xKlKayt42q5W5UQrSHjgoXNVEtxeqdITJ99k4VXJOP3vt8Rkm9HmgJpH50UNU+rlqfkfWOqp0A==", "dev": true, "dependencies": { "@types/prop-types": "*", diff --git a/package.json b/package.json index 0d4dc386..b3b20765 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "devDependencies": { "@playwright/test": "~1.37.0", "@rushstack/eslint-patch": "^1.10.1", - "@types/react": "^18.2.74", + "@types/react": "^18.2.78", "next": "^14.1.4" } }