Bump typescript from 3.2.4 to 3.3.3333

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.2.4 to 3.3.3333.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.2.4...v3.3.3333)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-03-01 14:48:57 +00:00
parent 3b3551cb4c
commit 80dabf36b2
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -333,9 +333,9 @@
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
}, },
"typescript": { "typescript": {
"version": "3.2.4", "version": "3.3.3333",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.2.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.3.3333.tgz",
"integrity": "sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg==", "integrity": "sha512-JjSKsAfuHBE/fB2oZ8NxtRTk5iGcg6hkYXMnZ3Wc+b2RSqejEqTaem11mHASMnFilHrax3sLK0GDzcJrekZYLw==",
"dev": true "dev": true
}, },
"util-deprecate": { "util-deprecate": {

View File

@ -21,6 +21,6 @@
"devDependencies": { "devDependencies": {
"@types/marked": "^0.6.1", "@types/marked": "^0.6.1",
"@types/puppeteer-core": "^1.9.0", "@types/puppeteer-core": "^1.9.0",
"typescript": "^3.2.4" "typescript": "^3.3.3333"
} }
} }