diff --git a/package-lock.json b/package-lock.json index 3c755865..f896db69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "@types/debug": "^4.1.12", "@types/inquirer": "^9.0.9", "@types/mock-fs": "^4.13.4", - "@types/node": "^24.10.1", + "@types/node": "^25.6.0", "@types/ora": "^3.1.0", "@types/sinon": "^21.0.0", "@types/sloc": "^0.2.3", @@ -1629,7 +1629,6 @@ "cpu": [ "x64" ], - "libc": "glibc", "license": "Apache-2.0", "optional": true, "os": [ @@ -1643,7 +1642,6 @@ "cpu": [ "arm" ], - "libc": "glibc", "license": "Apache-2.0", "optional": true, "os": [ @@ -1657,7 +1655,6 @@ "cpu": [ "arm64" ], - "libc": "glibc", "license": "Apache-2.0", "optional": true, "os": [ @@ -1684,7 +1681,6 @@ "cpu": [ "x64" ], - "libc": "musl", "license": "Apache-2.0", "optional": true, "os": [ @@ -1698,7 +1694,6 @@ "cpu": [ "arm64" ], - "libc": "musl", "license": "Apache-2.0", "optional": true, "os": [ @@ -5229,12 +5224,12 @@ } }, "node_modules/@types/node": { - "version": "24.10.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.9.tgz", - "integrity": "sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==", + "version": "25.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz", + "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==", "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~7.19.0" } }, "node_modules/@types/ora": { @@ -13081,9 +13076,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.19.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", + "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", "license": "MIT" }, "node_modules/universalify": { diff --git a/package.json b/package.json index a56a311a..7c62c123 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@types/debug": "^4.1.12", "@types/inquirer": "^9.0.9", "@types/mock-fs": "^4.13.4", - "@types/node": "^24.10.1", + "@types/node": "^25.6.0", "@types/ora": "^3.1.0", "@types/sinon": "^21.0.0", "@types/sloc": "^0.2.3",