Skip to content

Commit 171fe0d

Browse files
chore(deps): bump race-cancellation from 0.4.1 to 0.5.0
--- updated-dependencies: - dependency-name: race-cancellation dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36cbe71 commit 171fe0d

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

@tracerbench/protocol-connection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@tracerbench/message-transport": "^2.0.0",
2828
"@tracerbench/protocol-transport": "^2.0.0",
29-
"race-cancellation": "^0.4.1"
29+
"race-cancellation": "^0.5.0"
3030
},
3131
"devDependencies": {
3232
"@typescript-eslint/eslint-plugin": "^5.59.1",

@tracerbench/protocol-transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@tracerbench/message-transport": "^2.0.0",
28-
"race-cancellation": "^0.4.1"
28+
"race-cancellation": "^0.5.0"
2929
},
3030
"devDependencies": {
3131
"@typescript-eslint/eslint-plugin": "^5.59.1",

@tracerbench/spawn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@tracerbench/message-transport": "^2.0.0",
2828
"debug": "^4.1.1",
2929
"execa": "^5.1.1",
30-
"race-cancellation": "^0.4.1"
30+
"race-cancellation": "^0.5.0"
3131
},
3232
"devDependencies": {
3333
"@typescript-eslint/eslint-plugin": "^5.59.1",

@tracerbench/websocket-message-transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@tracerbench/message-transport": "^2.0.0",
26-
"race-cancellation": "^0.4.1",
26+
"race-cancellation": "^0.5.0",
2727
"ws": "^8.13.0"
2828
},
2929
"devDependencies": {

chrome-debugging-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@tracerbench/spawn-chrome": "^2.0.0",
3131
"@tracerbench/websocket-message-transport": "^2.0.0",
3232
"debug": "^4.1.1",
33-
"race-cancellation": "^0.4.1"
33+
"race-cancellation": "^0.5.0"
3434
},
3535
"devDependencies": {
3636
"@types/debug": "^4.1.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6115,10 +6115,10 @@ qunit@^2.9.1:
61156115
node-watch "0.7.3"
61166116
tiny-glob "0.2.9"
61176117

6118-
race-cancellation@^0.4.1:
6119-
version "0.4.1"
6120-
resolved "https://registry.yarnpkg.com/race-cancellation/-/race-cancellation-0.4.1.tgz#bd1c69bf5b836b56645a4b5b78fb9b973c46eb45"
6121-
integrity sha512-TF1vf4q/a5mwER9DoIuniE/qNIRM3Begyoe+21VUKgsyQAT4iIfSqlK7aG4Of1J1wzeATqVwbDP0dwX9GhaGcw==
6118+
race-cancellation@^0.5.0:
6119+
version "0.5.0"
6120+
resolved "https://registry.yarnpkg.com/race-cancellation/-/race-cancellation-0.5.0.tgz#e1add8463bd6bad7c8fc8e5b2cb9441fc24c6c9b"
6121+
integrity sha512-6cIisN4SC3CQMSxtCqP1HKfCwmwNmaYQspsiSNJx9/6hGZ2IdpxOj8nkO3fixW5tNLPbyJVyTnj+ApgwkKjBUQ==
61226122

61236123
randombytes@^2.1.0:
61246124
version "2.1.0"

0 commit comments

Comments
 (0)