Skip to content

Commit d43fd3d

Browse files
Bump typescript from 4.5.3 to 4.8.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.3 to 4.8.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.5.3...v4.8.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8603d51 commit d43fd3d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"shx": "^0.3.3",
4141
"ts-node": "^10.2.1",
4242
"tslib": "^2.3.1",
43-
"typescript": "^4.4.3"
43+
"typescript": "^4.8.3"
4444
},
4545
"oclif": {
4646
"bin": "firestore-utils",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5920,10 +5920,10 @@ typedarray-to-buffer@^3.1.5:
59205920
dependencies:
59215921
is-typedarray "^1.0.0"
59225922

5923-
typescript@^4.4.3:
5924-
version "4.5.3"
5925-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz"
5926-
integrity sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==
5923+
typescript@^4.8.3:
5924+
version "4.8.3"
5925+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88"
5926+
integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==
59275927

59285928
unbox-primitive@^1.0.2:
59295929
version "1.0.2"

0 commit comments

Comments
 (0)