diff --git a/package-lock.json b/package-lock.json index bf759df..4f0257b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@testing-library/react": "^16.3.2", "@types/dockerode": "^4.0.1", "@types/jest": "^30.0.0", - "@types/node": "^26.1.1", + "@types/node": "^26.2.0", "@types/react": "19.2.18", "@types/react-dom": "19.2.3", "@types/react-syntax-highlighter": "^15.5.13", @@ -3587,9 +3587,9 @@ "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" }, "node_modules/@types/node": { - "version": "26.1.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz", - "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", + "version": "26.2.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz", + "integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==", "license": "MIT", "dependencies": { "undici-types": "~8.3.0" diff --git a/package.json b/package.json index 2a5ac28..0bdcde6 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@testing-library/react": "^16.3.2", "@types/dockerode": "^4.0.1", "@types/jest": "^30.0.0", - "@types/node": "^26.1.1", + "@types/node": "^26.2.0", "@types/react": "19.2.18", "@types/react-dom": "19.2.3", "@types/react-syntax-highlighter": "^15.5.13",