diff --git a/package-lock.json b/package-lock.json index ad6e02a7..227af1bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@types/flat": "^5.0.5", "@types/js-yaml": "^4.0.9", "@types/markup-js": "^1.5.0", - "@types/node": "^24.12.4", + "@types/node": "^24.13.2", "@types/sinon": "^21.0.0", "@vercel/ncc": "^0.38.4", "sinon": "^21.0.3", @@ -881,12 +881,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.12.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz", - "integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==", + "version": "24.13.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.2.tgz", + "integrity": "sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==", "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/retry": { @@ -2339,9 +2339,9 @@ } }, "node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "license": "MIT" }, "node_modules/universal-user-agent": { diff --git a/package.json b/package.json index fd66e2a0..f12c05b9 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/flat": "^5.0.5", "@types/js-yaml": "^4.0.9", "@types/markup-js": "^1.5.0", - "@types/node": "^24.12.4", + "@types/node": "^24.13.2", "@types/sinon": "^21.0.0", "@vercel/ncc": "^0.38.4", "sinon": "^21.0.3",