Skip to content

Commit 0982537

Browse files
renovate-botalan-agius4
authored andcommitted
build: update dependency typescript to v4.5.5
(cherry picked from commit 1fa5e1f)
1 parent 977e761 commit 0982537

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"tree-kill": "1.2.2",
216216
"ts-node": "^10.0.0",
217217
"tslib": "2.3.1",
218-
"typescript": "4.5.4",
218+
"typescript": "4.5.5",
219219
"verdaccio": "5.4.0",
220220
"verdaccio-auth-memory": "^10.0.0",
221221
"webpack": "5.66.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.4"
14+
"typescript": "4.5.5"
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-PLACEHOLDER",
3131
"@angular/compiler": "13.1.3",
3232
"@angular/compiler-cli": "13.1.3",
33-
"typescript": "4.5.4",
33+
"typescript": "4.5.5",
3434
"webpack": "5.66.0"
3535
}
3636
}

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11176,7 +11176,12 @@ typedarray@^0.0.6:
1117611176
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1117711177
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1117811178

11179-
[email protected], typescript@~4.5.0, typescript@~4.5.2:
11179+
11180+
version "4.5.5"
11181+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
11182+
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
11183+
11184+
typescript@~4.5.0, typescript@~4.5.2:
1118011185
version "4.5.4"
1118111186
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
1118211187
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==

0 commit comments

Comments
 (0)