From f2be2ed74bb52c17cdc02b1b51bc2173e3c15a12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 22:01:25 +0000 Subject: [PATCH] Update dependency @types/node to v18.17.10 --- .changelog/825.internal.md | 1 + package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .changelog/825.internal.md diff --git a/.changelog/825.internal.md b/.changelog/825.internal.md new file mode 100644 index 0000000000..c782c9dcca --- /dev/null +++ b/.changelog/825.internal.md @@ -0,0 +1 @@ +Update dependency @types/node to v18.17.10 diff --git a/package.json b/package.json index 0dfaf3d889..2a43bfda0e 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", "@types/jest": "^29.5.4", - "@types/node": "18.17.9", + "@types/node": "18.17.10", "@types/react": "18.2.15", "@types/react-dom": "18.2.7", "@typescript-eslint/eslint-plugin": "6.4.1", diff --git a/yarn.lock b/yarn.lock index ad30e8f119..33f25188ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4331,10 +4331,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f" integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q== -"@types/node@18.17.9": - version "18.17.9" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.9.tgz#b219fa0da3c574399f4a44455ea4b388029afd56" - integrity sha512-fxaKquqYcPOGwE7tC1anJaPJ0GHyOVzfA2oUoXECjBjrtsIz4YJvtNYsq8LUcjEUehEF+jGpx8Z+lFrtT6z0tg== +"@types/node@18.17.10": + version "18.17.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.10.tgz#aca0368a73f72c5aba6ddb77fd7d935690e5c26b" + integrity sha512-nKcFsGPnYG5LlxqJYJrHzVM58nQhRng/9JFSa7qZ40Svld5AZZosA1iUg1chDfQisFKgdLrNMASsNK89CwX0yw== "@types/node@^16.0.0": version "16.18.23"