diff --git a/washboard/package-lock.json b/washboard/package-lock.json index 17ca6f2f..c3b1429a 100644 --- a/washboard/package-lock.json +++ b/washboard/package-lock.json @@ -45,7 +45,7 @@ }, "devDependencies": { "@types/node": "^20.8.9", - "@types/react": "^18.2.31", + "@types/react": "^18.2.33", "@types/react-dom": "^18.2.14", "@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/parser": "^6.9.0", @@ -2670,9 +2670,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.31", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.31.tgz", - "integrity": "sha512-c2UnPv548q+5DFh03y8lEDeMfDwBn9G3dRwfkrxQMo/dOtRHUUO57k6pHvBIfH/VF4Nh+98mZ5aaSe+2echD5g==", + "version": "18.2.33", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.33.tgz", + "integrity": "sha512-v+I7S+hu3PIBoVkKGpSYYpiBT1ijqEzWpzQD62/jm4K74hPpSP7FF9BnKG6+fg2+62weJYkkBWDJlZt5JO/9hg==", "devOptional": true, "dependencies": { "@types/prop-types": "*", diff --git a/washboard/package.json b/washboard/package.json index bbd22696..03483f49 100644 --- a/washboard/package.json +++ b/washboard/package.json @@ -47,7 +47,7 @@ }, "devDependencies": { "@types/node": "^20.8.9", - "@types/react": "^18.2.31", + "@types/react": "^18.2.33", "@types/react-dom": "^18.2.14", "@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/parser": "^6.9.0",