Skip to content

Commit 1c634cd

Browse files
renovate-botdgp1130
authored andcommitted
build: update dependency typescript to v4.6.4
1 parent 0e6425f commit 1c634cd

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"tree-kill": "1.2.2",
210210
"ts-node": "^10.0.0",
211211
"tslib": "2.4.0",
212-
"typescript": "4.6.3",
212+
"typescript": "4.6.4",
213213
"verdaccio": "5.10.0",
214214
"verdaccio-auth-memory": "^10.0.0",
215215
"webpack": "5.72.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": "14.0.0-next.14",
3232
"@angular/compiler-cli": "14.0.0-next.14",
33-
"typescript": "4.6.3",
33+
"typescript": "4.6.4",
3434
"webpack": "5.72.0"
3535
}
3636
}

yarn.lock

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

10694-
typescript@4.6.3, typescript@~4.6.2, typescript@~4.6.3:
10694+
typescript@4.6.4:
10695+
version "4.6.4"
10696+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
10697+
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
10698+
10699+
typescript@~4.6.2, typescript@~4.6.3:
1069510700
version "4.6.3"
1069610701
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
1069710702
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==

0 commit comments

Comments
 (0)