From 4ac4115e0a47bbe811beff8b396c12e51b0aae26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 02:26:18 +0000 Subject: [PATCH] Update dependency @types/node to v18.18.4 --- cli/package.json | 2 +- lib/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli/package.json b/cli/package.json index 8a3c77284..156b9e933 100644 --- a/cli/package.json +++ b/cli/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@types/express": "4.17.17", - "@types/node": "18.16.19", + "@types/node": "18.18.4", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "eslint": "8.44.0", diff --git a/lib/package.json b/lib/package.json index 7831caf34..66e413d5c 100644 --- a/lib/package.json +++ b/lib/package.json @@ -29,7 +29,7 @@ "@ava/typescript": "4.1.0", "@types/benchmark": "2.1.2", "@types/d3-dsv": "2.0.3", - "@types/node": "18.16.19", + "@types/node": "18.18.4", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "ava": "5.3.1", diff --git a/yarn.lock b/yarn.lock index 84e6cf2be..6e7166224 100644 --- a/yarn.lock +++ b/yarn.lock @@ -596,10 +596,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.8.tgz#b5dda19adaa473a9bf0ab5cbd8f30ec7d43f5c85" integrity sha512-0mHckf6D2DiIAzh8fM8f3HQCvMKDpK94YQ0DSVkfWTG9BZleYIWudw9cJxX8oCk9bM+vAkDyujDV6dmKHbvQpg== -"@types/node@18.16.19": - version "18.16.19" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.19.tgz#cb03fca8910fdeb7595b755126a8a78144714eea" - integrity sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA== +"@types/node@18.18.4": + version "18.18.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.4.tgz#519fef47a13cf869be290c20fc6ae9b7fe887aa7" + integrity sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ== "@types/papaparse@^5.3.7": version "5.3.7"