From 43ed403b84825adb330fd76c80a2e37fa290d20c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 15:38:51 +0300 Subject: [PATCH] chore(deps): update dependency @types/node to v18.16.4 (#1331) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- website/package.json | 2 +- website/yarn.lock | 8 ++++---- yarn.lock | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 3d071b5b..96892b5a 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@babel/preset-typescript": "7.21.5", "@types/express": "4.17.17", "@types/jest": "29.5.1", - "@types/node": "18.16.3", + "@types/node": "18.16.4", "@types/swagger-ui-dist": "3.30.1", "@types/yamljs": "0.2.31", "babel-jest": "29.5.0", diff --git a/website/package.json b/website/package.json index fdb7413f..1b068618 100644 --- a/website/package.json +++ b/website/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@theguild/algolia": "1.1.6", "@theguild/tailwind-config": "0.2.1", - "@types/node": "18.16.3", + "@types/node": "18.16.4", "@types/react": "18.2.5", "postcss-import": "15.1.0", "tailwindcss": "3.3.2", diff --git a/website/yarn.lock b/website/yarn.lock index b551187d..bb9b3715 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -720,10 +720,10 @@ resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197" integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== -"@types/node@18.16.3": - version "18.16.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.3.tgz#6bda7819aae6ea0b386ebc5b24bdf602f1b42b01" - integrity sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q== +"@types/node@18.16.4": + version "18.16.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.4.tgz#dfb38f0f3fb045fca84ffa7783233c63009d8a92" + integrity sha512-LUhvPmAKAbgm+p/K11IWszLZVoZDlMF4NRmqbhEzDz/CnCuehPkZXwZbBCKGJsgjnuVejotBwM7B3Scrq4EqDw== "@types/prop-types@*": version "15.7.5" diff --git a/yarn.lock b/yarn.lock index 82c4df04..895d2201 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1832,10 +1832,10 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== -"@types/node@*", "@types/node@18.16.3": - version "18.16.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.3.tgz#6bda7819aae6ea0b386ebc5b24bdf602f1b42b01" - integrity sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q== +"@types/node@*", "@types/node@18.16.4": + version "18.16.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.4.tgz#dfb38f0f3fb045fca84ffa7783233c63009d8a92" + integrity sha512-LUhvPmAKAbgm+p/K11IWszLZVoZDlMF4NRmqbhEzDz/CnCuehPkZXwZbBCKGJsgjnuVejotBwM7B3Scrq4EqDw== "@types/node@^12.7.1": version "12.20.55"