diff --git a/docs/gremlint/package-lock.json b/docs/gremlint/package-lock.json index edc0fa12969..1c702a5f150 100644 --- a/docs/gremlint/package-lock.json +++ b/docs/gremlint/package-lock.json @@ -25,7 +25,7 @@ "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^14.6.1", "@types/jest": "^29.5.14", - "@types/node": "^22.12.0", + "@types/node": "^22.13.2", "@types/react": "^17.0.83", "@types/react-dom": "^17.0.26", "@types/styled-components": "^5.1.34", @@ -4001,9 +4001,10 @@ "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" }, "node_modules/@types/node": { - "version": "22.12.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.12.0.tgz", - "integrity": "sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==", + "version": "22.13.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.2.tgz", + "integrity": "sha512-Z+r8y3XL9ZpI2EY52YYygAFmo2/oWfNSj4BCpAXE2McAexDk8VcnBMGC9Djn9gTKt4d2T/hhXqmPzo4hfIXtTg==", + "license": "MIT", "dependencies": { "undici-types": "~6.20.0" } diff --git a/docs/gremlint/package.json b/docs/gremlint/package.json index 8758c21ce3e..62e53adfc30 100644 --- a/docs/gremlint/package.json +++ b/docs/gremlint/package.json @@ -48,7 +48,7 @@ "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^14.6.1", "@types/jest": "^29.5.14", - "@types/node": "^22.12.0", + "@types/node": "^22.13.2", "@types/react": "^17.0.83", "@types/react-dom": "^17.0.26", "@types/styled-components": "^5.1.34",