chore(deps): update dependency typescript to v3.9.5

This commit is contained in:
Renovate Bot 2020-06-04 18:55:33 +00:00
parent c15eb0a4c3
commit cfe6848186
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4361,9 +4361,9 @@
"dev": true
},
"typescript": {
"version": "3.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.3.tgz",
"integrity": "sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==",
"version": "3.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz",
"integrity": "sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==",
"dev": true
},
"uglify-js": {

View file

@ -52,6 +52,6 @@
"prettier": "2.0.5",
"standard-version": "7.1.0",
"ts-node": "8.10.2",
"typescript": "3.9.3"
"typescript": "3.9.5"
}
}