chore(deps): update dependency typescript to ^4.5.3 (#132)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-12-10 14:04:00 +01:00 committed by GitHub
parent f7db4b2e0d
commit d855a59125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5265,9 +5265,9 @@
}
},
"typescript": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz",
"integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==",
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz",
"integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==",
"dev": true
},
"universalify": {

View File

@ -49,7 +49,7 @@
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"typeorm": "^0.2.41",
"typescript": "^4.5.2"
"typescript": "^4.5.3"
},
"dependencies": {
"lodash": "^4.17.21"