diff --git a/functions/package.json b/functions/package.json index bbcb34a..3b29163 100644 --- a/functions/package.json +++ b/functions/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "firebase-functions-test": "^0.2.0", - "typescript": "^3.8.0" + "typescript": "^4.5.3" }, "private": true } diff --git a/functions/yarn.lock b/functions/yarn.lock index d003c33..575ec36 100644 --- a/functions/yarn.lock +++ b/functions/yarn.lock @@ -2857,10 +2857,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^3.8.0: - version "3.9.10" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8" - integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q== +typescript@^4.5.3: + version "4.5.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.3.tgz#afaa858e68c7103317d89eb90c5d8906268d353c" + integrity sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ== unbox-primitive@^1.0.1: version "1.0.1"