Bump typescript from 3.7.4 to 3.7.5 (#54)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.4 to 3.7.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.4...v3.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-17 10:27:40 +01:00 committed by CrazyMax
parent 7222ee1c76
commit 03f7d0a291
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -118,9 +118,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "3.7.4", "version": "3.7.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz",
"integrity": "sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==", "integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==",
"dev": true "dev": true
}, },
"typescript-formatter": { "typescript-formatter": {

View File

@ -33,7 +33,7 @@
"@types/fs-extra": "^8.0.1", "@types/fs-extra": "^8.0.1",
"@types/node": "^13.1.7", "@types/node": "^13.1.7",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"typescript": "^3.7.4", "typescript": "^3.7.5",
"typescript-formatter": "^7.2.2" "typescript-formatter": "^7.2.2"
} }
} }