We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f70d91 commit 11c07a3Copy full SHA for 11c07a3
javascript/extractor/lib/typescript/package.json
@@ -2,7 +2,7 @@
2
"name": "typescript-parser-wrapper",
3
"private": true,
4
"dependencies": {
5
- "typescript": "3.4"
+ "typescript": "3.4.5"
6
},
7
"scripts": {
8
"build": "tsc --project tsconfig.json && rollup -c",
javascript/extractor/lib/typescript/yarn.lock
@@ -509,9 +509,9 @@ tsutils@^2.12.1:
509
dependencies:
510
tslib "^1.8.1"
511
512
-typescript@3.4:
513
- version "3.4.3"
514
- resolved "typescript-3.4.3.tgz#0eb320e4ace9b10eadf5bc6103286b0f8b7c224f"
+typescript@3.4.5:
+ version "3.4.5"
+ resolved "typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99"
515
516
wrappy@1:
517
version "1.0.2"
0 commit comments