diff --git a/search/grounded-generation-playground/package-lock.json b/search/grounded-generation-playground/package-lock.json index b00752b29f3..fc680b0c0ef 100644 --- a/search/grounded-generation-playground/package-lock.json +++ b/search/grounded-generation-playground/package-lock.json @@ -40,7 +40,7 @@ "@tailwindcss/typography": "^0.5.15", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1", - "@types/node": "^20.16.5", + "@types/node": "^22.0.0", "@types/node-fetch": "^2.6.11", "@types/react": "^18", "@types/react-dom": "^18", @@ -3062,9 +3062,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.16.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz", - "integrity": "sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==", + "version": "22.7.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", + "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/search/grounded-generation-playground/package.json b/search/grounded-generation-playground/package.json index 109ff4fb44a..f2a10a26a23 100644 --- a/search/grounded-generation-playground/package.json +++ b/search/grounded-generation-playground/package.json @@ -46,7 +46,7 @@ "@tailwindcss/typography": "^0.5.15", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1", - "@types/node": "^20.16.5", + "@types/node": "^22.0.0", "@types/node-fetch": "^2.6.11", "@types/react": "^18", "@types/react-dom": "^18",