diff --git a/packages/builder/package.json b/packages/builder/package.json index a9eae69..893bf01 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -36,6 +36,6 @@ ], "devDependencies": { "@chunkd/source-file": "^11.0.0", - "@types/node": "^18.11.9" + "@types/node": "^20.14.11" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index 9b12db8..2335881 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -35,7 +35,7 @@ "pretty-json-log": "^1.4.0" }, "devDependencies": { - "@types/node": "^18.11.9", + "@types/node": "^20.14.11", "@types/pino": "^7.0.5" }, "publishConfig": { diff --git a/packages/core/package.json b/packages/core/package.json index f3f36ea..0d9d6b8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -36,6 +36,6 @@ "devDependencies": { "@chunkd/source-file": "^11.0.0", "@chunkd/source-memory": "^11.0.1", - "@types/node": "^18.11.9" + "@types/node": "^20.14.11" } } diff --git a/packages/tar/package.json b/packages/tar/package.json index d241205..b354384 100644 --- a/packages/tar/package.json +++ b/packages/tar/package.json @@ -33,7 +33,7 @@ "*.png" ], "devDependencies": { - "@types/node": "^18.11.9", + "@types/node": "^20.14.11", "@types/tar-stream": "^3.1.3" } } diff --git a/yarn.lock b/yarn.lock index 9facbbd..56e9a4a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -660,10 +660,12 @@ resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz" integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg== -"@types/node@*", "@types/node@^18.11.9": - version "18.16.1" - resolved "https://registry.npmjs.org/@types/node/-/node-18.16.1.tgz" - integrity sha512-DZxSZWXxFfOlx7k7Rv4LAyiMroaxa3Ly/7OOzZO8cBNho0YzAi4qlbrx8W27JGqG57IgR/6J7r+nOJWw6kcvZA== +"@types/node@*", "@types/node@^20.14.11": + version "20.14.11" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.11.tgz#09b300423343460455043ddd4d0ded6ac579b74b" + integrity sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA== + dependencies: + undici-types "~5.26.4" "@types/normalize-package-data@^2.4.0": version "2.4.0" @@ -5591,6 +5593,11 @@ unbox-primitive@^1.0.2: has-symbols "^1.0.3" which-boxed-primitive "^1.0.2" +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== + unique-filename@^2.0.0: version "2.0.1" resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz"