Skip to content

Commit 4e8140f

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency typescript to v4.5.5
1 parent 57d9c2a commit 4e8140f

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"lint-staged": "11.2.6",
7575
"pinst": "2.1.6",
7676
"prettier": "2.5.1",
77-
"typescript": "4.5.4"
77+
"typescript": "4.5.5"
7878
},
7979
"resolutions": {
8080
"**/xml-crypto": "2.1.3",

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@
123123
"ts-loader": "9.2.6",
124124
"ts-node": "10.4.0",
125125
"tsconfig-paths": "3.12.0",
126-
"typescript": "4.5.4"
126+
"typescript": "4.5.5"
127127
}
128128
}

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"recharts": "2.1.8",
3939
"styled-components": "5.3.3",
4040
"subscriptions-transport-ws": "0.11.0",
41-
"typescript": "4.5.4",
41+
"typescript": "4.5.5",
4242
"validator": "13.7.0",
4343
"vest": "3.2.8",
4444
"web-vitals": "2.1.3"

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22778,6 +22778,11 @@ [email protected]:
2277822778
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
2277922779
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
2278022780

22781+
22782+
version "4.5.5"
22783+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
22784+
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
22785+
2278122786
ua-parser-js@^0.7.18:
2278222787
version "0.7.28"
2278322788
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.28.tgz#8ba04e653f35ce210239c64661685bf9121dec31"

0 commit comments

Comments
 (0)