From 110a7b8d23b5a6c9397447be14ab7e6b4f0b3cb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 04:37:29 +0000 Subject: [PATCH] build(deps): update js-waku requirement in /relay-reactjs-chat Updates the requirements on [js-waku](https://github.com/status-im/js-waku) to permit the latest version. - [Release notes](https://github.com/status-im/js-waku/releases) - [Changelog](https://github.com/status-im/js-waku/blob/master/CHANGELOG.md) - [Commits](https://github.com/status-im/js-waku/commits/v0.24.0) --- updated-dependencies: - dependency-name: js-waku dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- relay-reactjs-chat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay-reactjs-chat/package.json b/relay-reactjs-chat/package.json index 15c87cb..1794e89 100644 --- a/relay-reactjs-chat/package.json +++ b/relay-reactjs-chat/package.json @@ -7,7 +7,7 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", - "js-waku": "0.24.0-63bfb9b", + "js-waku": "0.24.0", "protobufjs": "^7.0.0", "react": "^18.2.0", "react-dom": "^18.2.0",