From 52f5366735234df0f59e0166b3a3a0c4d7284c09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 07:24:24 +0000 Subject: [PATCH] Update dependency @types/node to v18.18.4 --- .changelog/930.internal.md | 1 + package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .changelog/930.internal.md diff --git a/.changelog/930.internal.md b/.changelog/930.internal.md new file mode 100644 index 000000000..42121fe8d --- /dev/null +++ b/.changelog/930.internal.md @@ -0,0 +1 @@ +Update dependency @types/node to v18.18.4 diff --git a/package.json b/package.json index 457890089..d1f69f214 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.5.1", "@types/jest": "^29.5.5", - "@types/node": "18.18.3", + "@types/node": "18.18.4", "@types/react": "18.2.25", "@types/react-dom": "18.2.11", "@typescript-eslint/eslint-plugin": "6.7.4", diff --git a/yarn.lock b/yarn.lock index 18c0c2cb8..1d86c2f83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4487,10 +4487,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.6.tgz#5e9aaa86be03a09decafd61b128d6cec64a5fe40" integrity sha512-Gi5wRGPbbyOTX+4Y2iULQ27oUPrefaB0PxGQJnfyWN3kvEDGM3mIB5M/gQLmitZf7A9FmLeaqxD3L1CXpm3VKQ== -"@types/node@18.18.3": - version "18.18.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.3.tgz#e5188135fc2909b46530c798ef49be65083be3fd" - integrity sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA== +"@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/node@^16.0.0": version "16.18.46"