diff --git a/cli/package.json b/cli/package.json index bd84a889a..ffc93fe7b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -95,7 +95,7 @@ "@types/eslint": "8.44.4", "@types/fs-extra": "9.0.13", "@types/jest": "27.5.2", - "@types/node": "18.16.19", + "@types/node": "18.18.4", "@types/ramda": "0.29.0", "@types/react": "18.2.28", "@types/sade": "1.7.5", diff --git a/example-app/package.json b/example-app/package.json index 437ec53fb..3e3c868aa 100644 --- a/example-app/package.json +++ b/example-app/package.json @@ -40,7 +40,7 @@ "@testing-library/react": "9.5.0", "@testing-library/user-event": "7.2.1", "@types/classnames": "2.3.0", - "@types/node": "18.16.19", + "@types/node": "18.18.4", "@types/react": "18.2.28", "@types/react-dom": "18.2.13", "@types/react-router-dom": "5.3.3", diff --git a/example-app/yarn.lock b/example-app/yarn.lock index 5b1796d07..eb5d5a65a 100644 --- a/example-app/yarn.lock +++ b/example-app/yarn.lock @@ -2605,10 +2605,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.5.tgz#6a31f820c1077c3f8ce44f9e203e68a176e8f59e" integrity sha512-Bq7G3AErwe5A/Zki5fdD3O6+0zDChhg671NfPjtIcbtzDNZTv4NPKMRFr7gtYPG7y+B8uTiNK4Ngd9T0FTar6Q== -"@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/normalize-package-data@^2.4.0": version "2.4.1"