diff --git a/functions/package.json b/functions/package.json index bbcb34a..17bbb66 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.8.2" }, "private": true } diff --git a/functions/yarn.lock b/functions/yarn.lock index d003c33..a98ebeb 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.8.2: + version "4.8.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790" + integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw== unbox-primitive@^1.0.1: version "1.0.1"