chore(deps-dev): bump typescript from 4.0.5 to 4.1.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-11-19 22:12:58 -08:00
committed by probot-auto-merge[bot]
parent 4a4438f7d2
commit 7bf41f1348
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9149,9 +9149,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.0.5", "version": "4.1.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz",
"integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==", "integrity": "sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==",
"dev": true "dev": true
}, },
"union-value": { "union-value": {

View File

@@ -42,6 +42,6 @@
"js-yaml": "^3.14.0", "js-yaml": "^3.14.0",
"prettier": "2.1.2", "prettier": "2.1.2",
"ts-jest": "^24.3.0", "ts-jest": "^24.3.0",
"typescript": "^4.0.5" "typescript": "^4.1.2"
} }
} }