From 543c77c5bb2e48aad60f63904caa3e98d7a45dda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:33:35 +0000 Subject: [PATCH] Update dependency @types/node to v18.18.6 --- 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 42b512fb5..0dffa57d1 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.6", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "eslint": "8.51.0", diff --git a/lib/package.json b/lib/package.json index f46fd577c..f72e04b13 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.6", "@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 1ea2fb991..46a5fccf2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -617,10 +617,10 @@ dependencies: undici-types "~5.25.1" -"@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.6": + version "18.18.6" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.6.tgz#26da694f75cdb057750f49d099da5e3f3824cb3e" + integrity sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w== "@types/papaparse@^5.3.7": version "5.3.9"