build(deps-dev): bump typescript from 4.5.2 to 4.5.3

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

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-10 19:04:02 +00:00 committed by GitHub
parent bce97a5795
commit c76864dc9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -25,7 +25,7 @@
"jest": "^27.4.4", "jest": "^27.4.4",
"jest-junit": "^13.0.0", "jest-junit": "^13.0.0",
"ts-jest": "^27.1.1", "ts-jest": "^27.1.1",
"typescript": "^4.5.2" "typescript": "^4.5.3"
} }
}, },
"node_modules/@actions/core": { "node_modules/@actions/core": {
@ -5361,9 +5361,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.5.2", "version": "4.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz",
"integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==", "integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -9674,9 +9674,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.5.2", "version": "4.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz",
"integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==", "integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==",
"dev": true "dev": true
}, },
"universal-user-agent": { "universal-user-agent": {

View file

@ -40,6 +40,6 @@
"jest": "^27.4.4", "jest": "^27.4.4",
"jest-junit": "^13.0.0", "jest-junit": "^13.0.0",
"ts-jest": "^27.1.1", "ts-jest": "^27.1.1",
"typescript": "^4.5.2" "typescript": "^4.5.3"
} }
} }