From 355263e1f86a87b295c0d57ec8e209156eb3c7a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 21:49:18 +0000 Subject: [PATCH 1/2] chore(deps): bump ws from 8.16.0 to 8.17.1 in /javascript Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] --- javascript/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/javascript/package-lock.json b/javascript/package-lock.json index f149a00b5..ed622184f 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -6881,9 +6881,9 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "node_modules/ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "engines": { "node": ">=10.0.0" }, From 0db0a10d75ab2d30e8ca8c7d474f213364b9b5fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 18 Jun 2024 21:50:20 +0000 Subject: [PATCH 2/2] Fix nix hash --- flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake-module.nix b/flake-module.nix index 67c13508d..dca971f47 100644 --- a/flake-module.nix +++ b/flake-module.nix @@ -8,7 +8,7 @@ ... }: let # this change on each change of dependencies, unfortunately this hash not yet automatically updated from SRI of package.lock - npmDepsHash = "sha256-72TMVgBYHAhA6h8laqAu6DxH0I8ZgJANQaHTnWJFX1U="; + npmDepsHash = "sha256-YrUeSTDHoC0ID1zFAoSkFbw3M/MOlApYfFmUduYn6Ic="; #### # there is officia polkadot on nixpkgs, but it has no local rococo wasm to run