Skip to content

Commit d9d7136

Browse files
renovate-botalan-agius4
authored andcommitted
build: update dependency typescript to v4.5.3
1 parent 31801c1 commit d9d7136

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"tree-kill": "1.2.2",
219219
"ts-node": "^10.0.0",
220220
"tslib": "2.3.1",
221-
"typescript": "4.5.2",
221+
"typescript": "4.5.3",
222222
"verdaccio": "5.3.0",
223223
"verdaccio-auth-memory": "^10.0.0",
224224
"webpack": "5.65.0",

packages/angular_devkit/build_optimizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"source-map": "0.7.3",
1313
"tslib": "2.3.1",
14-
"typescript": "4.5.2"
14+
"typescript": "4.5.3"
1515
},
1616
"peerDependencies": {
1717
"webpack": "^5.30.0"

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@angular-devkit/core": "0.0.0",
3131
"@angular/compiler": "13.1.0-next.3",
3232
"@angular/compiler-cli": "13.1.0-next.3",
33-
"typescript": "4.5.2",
33+
"typescript": "4.5.3",
3434
"webpack": "5.65.0"
3535
}
3636
}

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10793,16 +10793,21 @@ typedarray@^0.0.6:
1079310793
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1079410794
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1079510795

10796-
typescript@4.5.2, typescript@~4.5.0:
10797-
version "4.5.2"
10798-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998"
10799-
integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==
10796+
typescript@4.5.3:
10797+
version "4.5.3"
10798+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.3.tgz#afaa858e68c7103317d89eb90c5d8906268d353c"
10799+
integrity sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==
1080010800

1080110801
typescript@~4.4.2:
1080210802
version "4.4.4"
1080310803
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
1080410804
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
1080510805

10806+
typescript@~4.5.0:
10807+
version "4.5.2"
10808+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998"
10809+
integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==
10810+
1080610811
ua-parser-js@^0.7.30:
1080710812
version "0.7.31"
1080810813
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.31.tgz#649a656b191dffab4f21d5e053e27ca17cbff5c6"

0 commit comments

Comments
 (0)