Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/pangea-node-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/promise-retry": "1.1.6",
"@types/proper-url-join": "2.1.5",
"cross-env": "10.1.0",
"msw": "2.11.6",
"msw": "2.12.1",
"publint": "0.3.12",
"start-server-and-test": "2.1.2",
"tsdown": "0.16.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/pangea-node-sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3686,9 +3686,9 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:2.11.6":
version: 2.11.6
resolution: "msw@npm:2.11.6"
"msw@npm:2.12.1":
version: 2.12.1
resolution: "msw@npm:2.12.1"
dependencies:
"@inquirer/confirm": "npm:^5.0.0"
"@mswjs/interceptors": "npm:^0.40.0"
Expand All @@ -3715,7 +3715,7 @@ __metadata:
optional: true
bin:
msw: cli/index.js
checksum: 10c0/a19e9af0ca880bddbdfa7a852c40d7b8db8e04cd1d745575346cef5ee313acd65cadd0a1c48c6945b020235048168dce8e0ad856c3e14a0c1bb4b26618c5fb3c
checksum: 10c0/822f4fc0cb2bdade39a67045d56b32fc7b15f30814a64c637a3c55d99358a4c1d61ed00d21fafafbbee320ad600e5a048d938b195e0cef5c59e016a040595176
languageName: node
linkType: hard

Expand Down Expand Up @@ -3947,7 +3947,7 @@ __metadata:
formdata-node: "npm:^6.0.3"
json-canon: "npm:^1.0.1"
merkle-tools: "npm:^1.4.1"
msw: "npm:2.11.6"
msw: "npm:2.12.1"
proper-url-join: "npm:^2.1.2"
publint: "npm:0.3.12"
start-server-and-test: "npm:2.1.2"
Expand Down
Loading