Skip to content

Commit 8ebceaa

Browse files
Bump typescript from 4.8.4 to 4.9.3 (#767)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.8.4...v4.9.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f61753a commit 8ebceaa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@
574574
"ts-loader": "^9.4.1",
575575
"tslint": "^6.1.3",
576576
"tslint-loader": "^3.5.4",
577-
"typescript": "^4.8.4",
577+
"typescript": "^4.9.3",
578578
"webpack": "^5.75.0",
579579
"webpack-cli": "^4.10.0"
580580
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2435,10 +2435,10 @@ type-fest@^0.20.2:
24352435
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
24362436
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
24372437

2438-
typescript@^4.8.4:
2439-
version "4.8.4"
2440-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
2441-
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
2438+
typescript@^4.9.3:
2439+
version "4.9.3"
2440+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
2441+
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
24422442

24432443
unzipper@^0.10.11:
24442444
version "0.10.11"

0 commit comments

Comments
 (0)