Skip to content

Commit 25cbe04

Browse files
Bump typescript from 4.0.2 to 4.0.3 in /backend
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.0.2...v4.0.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f3a0b74 commit 25cbe04

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@types/uuid": "^7.0.0",
1919
"ts-node-dev": "^1.0.0-pre.60",
2020
"ts-node": "^9.0.0",
21-
"typescript": "^4.0.2"
21+
"typescript": "^4.0.3"
2222
}
2323
}

backend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,10 +1020,10 @@ tsconfig@^7.0.0:
10201020
strip-bom "^3.0.0"
10211021
strip-json-comments "^2.0.0"
10221022

1023-
typescript@^4.0.2:
1024-
version "4.0.2"
1025-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
1026-
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
1023+
typescript@^4.0.3:
1024+
version "4.0.3"
1025+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
1026+
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
10271027

10281028
upper-case-first@^1.1.0:
10291029
version "1.1.2"

0 commit comments

Comments
 (0)