Bump typescript from 3.7.2 to 3.7.4

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-01 07:30:41 +00:00
parent af2a932bd5
commit 2c068b1dda
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4907,9 +4907,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "3.7.2", "version": "3.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.4.tgz",
"integrity": "sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==", "integrity": "sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==",
"dev": true "dev": true
}, },
"uglify-js": { "uglify-js": {

View file

@ -40,6 +40,6 @@
"jest": "^24.9.0", "jest": "^24.9.0",
"jest-circus": "^24.9.0", "jest-circus": "^24.9.0",
"ts-jest": "^24.2.0", "ts-jest": "^24.2.0",
"typescript": "^3.7.2" "typescript": "^3.7.4"
} }
} }