diff --git a/functions/package.json b/functions/package.json index bbcb34a..e5fb2be 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.4" }, "private": true } diff --git a/functions/yarn.lock b/functions/yarn.lock index d003c33..c1923aa 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.4: + version "4.5.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8" + integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg== unbox-primitive@^1.0.1: version "1.0.1"