Skip to content

Commit a557c60

Browse files
dependabot[bot]Gergely Békésislapec93
authored
chore(deps): bump ws from 8.20.1 to 8.21.0 (#1199)
* chore(deps): bump ws from 8.20.1 to 8.21.0 Bumps [ws](https://github.com/websockets/ws) from 8.20.1 to 8.21.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.20.1...8.21.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * fix: flaky test * fix: flaky test attempt #2 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gergely Békési <gergely.bekesi@ethswarm.org> Co-authored-by: Gergely Békési <slapec93@users.noreply.github.com>
1 parent 145b3b1 commit a557c60

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"debug": "^4.4.1",
6969
"isomorphic-ws": "^4.0.1",
7070
"semver": "^7.3.5",
71-
"ws": "^8.20.1",
71+
"ws": "^8.21.0",
7272
"zod": "^4.4.3"
7373
},
7474
"devDependencies": {

test/integration/pin.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ test('CRUD pins', async () => {
1010
const pin = await bee.getPin(response.reference)
1111
expect(pin.reference.toHex()).toBe(response.reference.toHex())
1212

13+
await bee.reuploadPinnedData(batch(), response.reference) // push to network
1314
expect(await bee.isReferenceRetrievable(response.reference)).toBe(true)
14-
await bee.reuploadPinnedData(batch(), response.reference) // does not throw
1515

1616
await bee.unpin(response.reference)
1717
const pinsAfterUnpin = await bee.getAllPins()

0 commit comments

Comments
 (0)