Bump typescript from 4.1.5 to 4.2.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.2.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-03-05 13:32:28 +00:00
committed by GitHub
parent d7eb181d2f
commit ae688b209d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6195,9 +6195,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.1.5", "version": "4.2.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz",
"integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==" "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw=="
}, },
"union-value": { "union-value": {
"version": "1.0.1", "version": "1.0.1",

View File

@@ -33,7 +33,7 @@
"request": "^2.88.2", "request": "^2.88.2",
"requestretry": "^4.1.2", "requestretry": "^4.1.2",
"ts-jest": "^26.5.3", "ts-jest": "^26.5.3",
"typescript": "^4.1.5", "typescript": "^4.2.3",
"yarn": "^1.22.10" "yarn": "^1.22.10"
}, },
"devDependencies": { "devDependencies": {