chore(deps): update dependency typescript to ^4.5.5 (#148)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-01-21 10:55:20 +01:00 committed by GitHub
parent a1dc10359d
commit e76166b68e
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.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
"integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==",
"version": "4.5.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
"integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==",
"dev": true
},
"universalify": {

View File

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