chore(deps-dev): bump typescript from 4.0.3 to 4.0.5 (#610)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-10-27 10:19:04 -04:00
committed by GitHub
parent 3b5b2b1182
commit 2213c9e140
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -12017,9 +12017,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.0.3", "version": "4.0.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz",
"integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==", "integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==",
"dev": true "dev": true
}, },
"unbzip2-stream": { "unbzip2-stream": {
+1 -1
View File
@@ -60,7 +60,7 @@
"nodemon": "^2.0.6", "nodemon": "^2.0.6",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^9.0.0", "ts-node": "^9.0.0",
"typescript": "^4.0.2", "typescript": "^4.0.5",
"webpack": "^5.2.0", "webpack": "^5.2.0",
"xo": "^0.33.1" "xo": "^0.33.1"
}, },