Skip to content

Commit a6199d3

Browse files
authored
fix(deps): update dependency typescript to ~4.6.0 (YousefED#469)
1 parent f42da01 commit a6199d3

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
@@ -50,7 +50,7 @@
5050
"glob": "^7.1.7",
5151
"safe-stable-stringify": "^2.2.0",
5252
"ts-node": "^10.2.1",
53-
"typescript": "~4.5.0",
53+
"typescript": "~4.6.0",
5454
"yargs": "^17.1.1",
5555
"path-equal": "1.1.2"
5656
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -888,10 +888,10 @@ type-detect@^4.0.0, type-detect@^4.0.5:
888888
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
889889
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
890890

891-
typescript@~4.5.0:
892-
version "4.5.4"
893-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
894-
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
891+
typescript@~4.6.0:
892+
version "4.6.2"
893+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
894+
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
895895

896896
uri-js@^4.2.2:
897897
version "4.4.1"

0 commit comments

Comments
 (0)