Skip to content

Commit 82db8c8

Browse files
authored
Merge pull request github#2108 from asger-semmle/typescript-3.6.3
Approved by esben-semmle
2 parents ae0c4e4 + 3e83d84 commit 82db8c8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

javascript/extractor/lib/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript-parser-wrapper",
33
"private": true,
44
"dependencies": {
5-
"typescript": "3.5.1"
5+
"typescript": "3.6.3"
66
},
77
"scripts": {
88
"build": "tsc --project tsconfig.json",
@@ -11,7 +11,7 @@
1111
"lint-fix": "tslint --project . --fix"
1212
},
1313
"devDependencies": {
14-
"@types/node": "^9.3.0",
14+
"@types/node": "12.7.11",
1515
"tslint": "^5.9.1"
1616
}
1717
}

javascript/extractor/lib/typescript/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# yarn lockfile v1
33

44

5-
"@types/node@^9.3.0":
6-
version "9.3.0"
7-
resolved "@types-node-9.3.0.tgz#3a129cda7c4e5df2409702626892cb4b96546dd5"
5+
"@types/node@12.7.11":
6+
version "12.7.11"
7+
resolved "node-12.7.11.tgz#be879b52031cfb5d295b047f5462d8ef1a716446"
88

99
ansi-regex@^2.0.0:
1010
version "2.1.1"
@@ -225,9 +225,9 @@ tsutils@^2.12.1:
225225
dependencies:
226226
tslib "^1.8.1"
227227

228-
typescript@3.5.1:
229-
version "3.5.1"
230-
resolved "typescript-3.5.1.tgz#ba72a6a600b2158139c5dd8850f700e231464202"
228+
typescript@3.6.3:
229+
version "3.6.3"
230+
resolved "typescript-3.6.3.tgz#fea942fabb20f7e1ca7164ff626f1a9f3f70b4da"
231231

232232
wrappy@1:
233233
version "1.0.2"

0 commit comments

Comments
 (0)