Skip to content

Commit a3b267a

Browse files
committed
Update dependency typescript to ^4.5.5
1 parent bfc6761 commit a3b267a

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"mocha": "6.2.3",
5757
"nock": "13",
5858
"nyc": "^15.1.0",
59-
"typescript": "^4.3.5"
59+
"typescript": "^4.5.5"
6060
},
6161
"scripts": {
6262
"build": "yarn run build:clean && yarn run build:transpile && yarn run build:types",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5973,9 +5973,10 @@ typedarray-to-buffer@^3.1.5:
59735973
dependencies:
59745974
is-typedarray "^1.0.0"
59755975

5976-
typescript@^4.3.5:
5977-
version "4.3.5"
5978-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
5976+
typescript@^4.5.5:
5977+
version "4.5.5"
5978+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
5979+
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
59795980

59805981
unbox-primitive@^1.0.1:
59815982
version "1.0.1"

0 commit comments

Comments
 (0)