Skip to content

Commit 2cce425

Browse files
Update dependency typescript to v5
1 parent e0a9224 commit 2cce425

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"mocha": "10.2.0",
5757
"nock": "13",
5858
"nyc": "^15.1.0",
59-
"typescript": "^4.3.5"
59+
"typescript": "^5.1.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
@@ -5595,9 +5595,10 @@ typedarray-to-buffer@^3.1.5:
55955595
dependencies:
55965596
is-typedarray "^1.0.0"
55975597

5598-
typescript@^4.3.5:
5599-
version "4.3.5"
5600-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
5598+
typescript@^5.1.5:
5599+
version "5.1.6"
5600+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
5601+
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
56015602

56025603
unbox-primitive@^1.0.1:
56035604
version "1.0.1"

0 commit comments

Comments
 (0)