From e01c4da5b19387dfa755666697baa0792cf0c80d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 21:39:41 +0000 Subject: [PATCH] Update dependency @types/json-templates to v3.0.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0fa00846..7d525388 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@prisma/client": "4.2.1", "@types/express": "4.17.13", "@types/graphql-upload": "15.0.2", - "@types/json-templates": "3.0.0", + "@types/json-templates": "3.0.1", "@types/lodash": "4.14.194", "@types/node": "16.18.32", "@types/node-fetch": "2.6.4", diff --git a/yarn.lock b/yarn.lock index cf9deecc..6291eb66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1353,10 +1353,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== -"@types/json-templates@3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/json-templates/-/json-templates-3.0.0.tgz#0b5b59e141a244ac9a9946bc7ff1ccf52715bec9" - integrity sha512-oaCQfpgz/tL6s20Qs/UW4l1kBg8z48GbmwE74K2y6JG0Uud5BN36Fxev3HOhuJcbH+TpbfaK3cZuhuZ9bxrqeA== +"@types/json-templates@3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@types/json-templates/-/json-templates-3.0.1.tgz#989da8f2f769f3a125df33786ead51e6091a6215" + integrity sha512-4JFzhHVz7viYPiyCBvE/Mz/FIuWL/e6vLtFW+4+CiW+T0xhv5nhOIonx3GHc/GPhaKS5REd7mTorglcg6R8p/g== "@types/json5@^0.0.29": version "0.0.29"