diff --git a/package-lock.json b/package-lock.json index a83cc75..41bddd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "@types/browser-sync": "^2.29.0", "@types/express": "^5.0.3", "@types/fs-extra": "^11.0.4", - "@types/node": "^24.5.2", + "@types/node": "^24.6.1", "@types/ps-tree": "^1.1.6", "@types/semver": "^7.7.1", "@types/table": "^6.3.2", @@ -1083,12 +1083,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.2.tgz", - "integrity": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==", + "version": "24.6.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.1.tgz", + "integrity": "sha512-ljvjjs3DNXummeIaooB4cLBKg2U6SPI6Hjra/9rRIy7CpM0HpLtG9HptkMKAb4HYWy5S7HUvJEuWgr/y0U8SHw==", "license": "MIT", "dependencies": { - "undici-types": "~7.12.0" + "undici-types": "~7.13.0" } }, "node_modules/@types/parse-glob": { @@ -8956,9 +8956,9 @@ "license": "MIT" }, "node_modules/undici-types": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.12.0.tgz", - "integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz", + "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==", "license": "MIT" }, "node_modules/universalify": { diff --git a/package.json b/package.json index a7befbb..66f29fa 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/browser-sync": "^2.29.0", "@types/express": "^5.0.3", "@types/fs-extra": "^11.0.4", - "@types/node": "^24.5.2", + "@types/node": "^24.6.1", "@types/ps-tree": "^1.1.6", "@types/semver": "^7.7.1", "@types/table": "^6.3.2",