Skip to content

Commit

Permalink
deps(dev): bump execa from 7.2.0 to 8.0.1 (#1984)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chad Nehemiah <[email protected]>
  • Loading branch information
dependabot[bot] and maschad committed Aug 21, 2023
1 parent f3fd7b6 commit b599905
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/auto-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"aegir": "^40.0.8",
"execa": "^7.1.1",
"execa": "^8.0.1",
"p-defer": "^4.0.0",
"uint8arrays": "^4.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"aegir": "^40.0.8",
"execa": "^7.1.1",
"execa": "^8.0.1",
"p-defer": "^4.0.0"
},
"private": true
Expand Down
2 changes: 1 addition & 1 deletion examples/discovery-mechanisms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"aegir": "^40.0.8",
"execa": "^7.1.1",
"execa": "^8.0.1",
"p-wait-for": "^5.0.2",
"uint8arrays": "^4.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"aegir": "^40.0.8",
"execa": "^7.1.1",
"execa": "^8.0.1",
"p-defer": "^4.0.0"
},
"private": true
Expand Down
2 changes: 1 addition & 1 deletion examples/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"aegir": "^40.0.8",
"execa": "^7.1.1",
"execa": "^8.0.1",
"p-defer": "^4.0.0"
},
"private": true
Expand Down
2 changes: 1 addition & 1 deletion packages/kad-dht/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"aegir": "^40.0.8",
"datastore-level": "^10.0.0",
"delay": "^6.0.0",
"execa": "^7.1.1",
"execa": "^8.0.1",
"it-filter": "^3.0.1",
"it-last": "^3.0.1",
"lodash.random": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"@libp2p/websockets": "^7.0.4",
"@types/xsalsa20": "^1.1.0",
"aegir": "^40.0.8",
"execa": "^7.1.1",
"execa": "^8.0.1",
"go-libp2p": "^1.1.1",
"it-pushable": "^3.2.0",
"it-to-buffer": "^4.0.1",
Expand Down

0 comments on commit b599905

Please sign in to comment.