From 983f5b5cac419df1ba384b7dadf8c981787e3634 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 01:53:18 +0000 Subject: [PATCH] Update dependency @types/node to v14.18.54 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3509998..c06dcba 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/aws-lambda": "8.10.64", "@types/faker": "4.1.12", "@types/graphql": "14.5.0", - "@types/node": "14.0.27", + "@types/node": "14.18.54", "@types/uuid": "^8.3.0", "graphql-schema-typescript": "1.3.2", "jest": "26.0.1", diff --git a/yarn.lock b/yarn.lock index 8dc3ca8..6a2af7d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2047,10 +2047,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.6.tgz#146d3da57b3c636cc0d1769396ce1cfa8991147f" integrity sha512-6QlRuqsQ/Ox/aJEQWBEJG7A9+u7oSYl3mem/K8IzxXG/kAGbV1YPD9Bg9Zw3vyxC/YP+zONKwy8hGkSt1jxFMw== -"@types/node@14.0.27": - version "14.0.27" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1" - integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g== +"@types/node@14.18.54": + version "14.18.54" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.54.tgz#fc304bd66419030141fa997dc5a9e0e374029ae8" + integrity sha512-uq7O52wvo2Lggsx1x21tKZgqkJpvwCseBBPtX/nKQfpVlEsLOb11zZ1CRsWUKvJF0+lzuA9jwvA7Pr2Wt7i3xw== "@types/node@^10.1.0": version "10.17.44"