diff --git a/template/typescript/package-lock.json b/template/typescript/package-lock.json index a466f07..c7d12d5 100644 --- a/template/typescript/package-lock.json +++ b/template/typescript/package-lock.json @@ -12,7 +12,7 @@ "@types/node": "18.18.0", "body-parser": "1.20.2", "express": "4.18.2", - "is-stream": "3.0.0" + "is-stream": "4.0.1" }, "devDependencies": { "@types/body-parser": "1.19.3", @@ -708,11 +708,11 @@ } }, "node_modules/is-stream": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", - "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz", + "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==", "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -1864,9 +1864,9 @@ "dev": true }, "is-stream": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", - "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz", + "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==" }, "json5": { "version": "2.2.3", diff --git a/template/typescript/package.json b/template/typescript/package.json index 34b5d05..ecdacd3 100644 --- a/template/typescript/package.json +++ b/template/typescript/package.json @@ -16,7 +16,7 @@ "@types/node": "18.18.0", "body-parser": "1.20.2", "express": "4.18.2", - "is-stream": "3.0.0" + "is-stream": "4.0.1" }, "devDependencies": { "@types/body-parser": "1.19.3",