chore(deps): update dependency typescript to ^4.5.4 (#133)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-01-17 09:10:04 +01:00 committed by GitHub
parent 2db7b046e4
commit 58a755fb92
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

@ -5263,9 +5263,9 @@
}
},
"typescript": {
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz",
"integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==",
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
"integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==",
"dev": true
},
"universalify": {

View File

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