Skip to content

Commit f7761ff

Browse files
committed
fix(deps): update dependency typescript to v4.4.4
1 parent aaa0169 commit f7761ff

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
@@ -189,7 +189,7 @@
189189
},
190190
"dependencies": {
191191
"@angular/language-service": "13.0.0",
192-
"typescript": "4.4.3",
192+
"typescript": "4.4.4",
193193
"vscode-jsonrpc": "6.0.0",
194194
"vscode-languageclient": "7.0.0",
195195
"vscode-languageserver": "7.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2832,10 +2832,10 @@ typed-rest-client@^1.8.4:
28322832
tunnel "0.0.6"
28332833
underscore "^1.12.1"
28342834

2835-
2836-
version "4.4.3"
2837-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
2838-
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==
2835+
2836+
version "4.4.4"
2837+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
2838+
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
28392839

28402840
typescript@~4.3.4, typescript@~4.3.5:
28412841
version "4.3.5"

0 commit comments

Comments
 (0)