diff --git a/package-lock.json b/package-lock.json index 7808813..c3765c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@bifravst/prettier-config": "1.1.17", "@nrfcloud/validate-with-typebox": "npm:@jsr/nrfcloud__validate-with-typebox@^1.0.3", "@types/aws-lambda": "8.10.161", - "@types/node": "25.6.2", + "@types/node": "25.8.0", "@typescript/native-preview": "7.0.0-dev.20260509.2", "prettier": "3.8.3" }, @@ -181,13 +181,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.6.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.2.tgz", - "integrity": "sha512-sokuT28dxf9JT5Kady1fsXOvI4HVpjZa95NKT5y9PNTIrs2AsobR4GFAA90ZG8M+nxVRLysCXsVj6eGC7Vbrlw==", + "version": "25.8.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.8.0.tgz", + "integrity": "sha512-TCFSk8IZh+iLX1xtksoBVtdmgL+1IX0fC9BeU4QqFSuNdN/K+HUlhqOzEmSYYpZUVsLYcPqc9KX+60iDuninSQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.19.0" + "undici-types": ">=7.24.0 <7.24.7" } }, "node_modules/@typescript/native-preview": { @@ -380,9 +380,9 @@ } }, "node_modules/undici-types": { - "version": "7.19.2", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", - "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", + "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", "dev": true, "license": "MIT" } diff --git a/package.json b/package.json index 55a8287..9d14690 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@bifravst/prettier-config": "1.1.17", "@nrfcloud/validate-with-typebox": "npm:@jsr/nrfcloud__validate-with-typebox@^1.0.3", "@types/aws-lambda": "8.10.161", - "@types/node": "25.6.2", + "@types/node": "25.8.0", "@typescript/native-preview": "7.0.0-dev.20260509.2", "prettier": "3.8.3" },