Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit afc3bc8

Browse files
fix: pin nock and typescript dependencies to fix window.crypto.subtle.verify signature argument type (#2106)
1 parent 7ebb3c8 commit afc3bc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
"mocha": "^11.1.0",
5454
"mv": "^2.1.1",
5555
"ncp": "^2.0.0",
56-
"nock": "^14.0.1",
56+
"nock": "14.0.5",
5757
"null-loader": "^4.0.0",
5858
"puppeteer": "^24.0.0",
5959
"sinon": "^21.0.0",
6060
"ts-loader": "^8.0.0",
61-
"typescript": "^5.1.6",
61+
"typescript": "5.8.2",
6262
"webpack": "^5.21.2",
6363
"webpack-cli": "^4.0.0"
6464
},

0 commit comments

Comments
 (0)