From 4cddd28d4b8f3c05636331fdba69336f95c127a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 19:23:02 -0600 Subject: [PATCH] chore(deps): update dependency @types/node to v20.3.2 (#1315) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d4358ca0..9377adb7 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/jest": "29.5.2", "@types/lodash": "^4.14.195", "@types/micromatch": "^4.0.2", - "@types/node": "20.3.1", + "@types/node": "20.3.2", "@types/uuid": "9.0.2", "@typescript-eslint/eslint-plugin": "5.60.1", "@typescript-eslint/parser": "5.60.1", diff --git a/yarn.lock b/yarn.lock index 99bb9586..0b96e903 100644 --- a/yarn.lock +++ b/yarn.lock @@ -975,11 +975,16 @@ dependencies: "@types/braces" "*" -"@types/node@*", "@types/node@20.3.1": +"@types/node@*": version "20.3.1" resolved "https://registry.yarnpkg.com/@types/node/-/node-20.3.1.tgz#e8a83f1aa8b649377bb1fb5d7bac5cb90e784dfe" integrity sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg== +"@types/node@20.3.2": + version "20.3.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.3.2.tgz#fa6a90f2600e052a03c18b8cb3fd83dd4e599898" + integrity sha512-vOBLVQeCQfIcF/2Y7eKFTqrMnizK5lRNQ7ykML/5RuwVXVWxYkgwS7xbt4B6fKCUPgbSL5FSsjHQpaGQP/dQmw== + "@types/prettier@^2.1.5": version "2.7.3" resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.3.tgz#3e51a17e291d01d17d3fc61422015a933af7a08f"