diff --git a/cli/package.json b/cli/package.json index 7c79610e4..1aa04cc3f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -95,7 +95,7 @@ "@types/eslint": "8.4.10", "@types/fs-extra": "9.0.13", "@types/jest": "27.5.2", - "@types/node": "18.11.17", + "@types/node": "18.16.16", "@types/ramda": "0.29.0", "@types/react": "18.2.6", "@types/sade": "1.7.4", diff --git a/example-app/package.json b/example-app/package.json index 31afcc1c5..2acfb634e 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.11.17", + "@types/node": "18.16.16", "@types/react": "18.2.6", "@types/react-dom": "18.2.4", "@types/react-router-dom": "5.3.3", diff --git a/example-app/yarn.lock b/example-app/yarn.lock index 3b9d2d5ae..18f623d3c 100644 --- a/example-app/yarn.lock +++ b/example-app/yarn.lock @@ -2446,10 +2446,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.5.tgz#6a31f820c1077c3f8ce44f9e203e68a176e8f59e" integrity sha512-Bq7G3AErwe5A/Zki5fdD3O6+0zDChhg671NfPjtIcbtzDNZTv4NPKMRFr7gtYPG7y+B8uTiNK4Ngd9T0FTar6Q== -"@types/node@18.11.17": - version "18.11.17" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.17.tgz#5c009e1d9c38f4a2a9d45c0b0c493fe6cdb4bcb5" - integrity sha512-HJSUJmni4BeDHhfzn6nF0sVmd1SMezP7/4F0Lq+aXzmp2xm9O7WXrUtHW/CHlYVtZUbByEvWidHqRtcJXGF2Ng== +"@types/node@18.16.16": + version "18.16.16" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.16.tgz#3b64862856c7874ccf7439e6bab872d245c86d8e" + integrity sha512-NpaM49IGQQAUlBhHMF82QH80J08os4ZmyF9MkpCzWAGuOHqE4gTEbhzd7L3l5LmWuZ6E0OiC1FweQ4tsiW35+g== "@types/normalize-package-data@^2.4.0": version "2.4.1"