diff --git a/.changelog/763.internal.md b/.changelog/763.internal.md new file mode 100644 index 000000000..4ea5d591e --- /dev/null +++ b/.changelog/763.internal.md @@ -0,0 +1 @@ +Update dependency @types/node to v18.17.0 diff --git a/package.json b/package.json index 4fc0d3fb1..8e2d41e21 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", - "@types/node": "18.16.19", + "@types/node": "18.17.0", "@types/react": "18.2.15", "@types/react-dom": "18.2.7", "@types/testing-library__jest-dom": "5.14.9", diff --git a/yarn.lock b/yarn.lock index cc6fd1107..5bb5bf44d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4264,10 +4264,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f" integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q== -"@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.17.0": + version "18.17.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.0.tgz#35d44267a33dd46b49ee0f73d31b05fd7407e290" + integrity sha512-GXZxEtOxYGFchyUzxvKI14iff9KZ2DI+A6a37o6EQevtg6uO9t+aUZKcaC1Te5Ng1OnLM7K9NVVj+FbecD9cJg== "@types/node@^16.0.0": version "16.18.23"