From 51bb2c6c47cad0c9a349c14ff5a8119bcaa07a93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 05:09:14 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump husky from 8.0.3 to 9.0.11 in /javascript Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.11. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.11) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- javascript/package-lock.json | 12 ++++++------ javascript/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 381bb5698..3ac1bd974 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -34,7 +34,7 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.3", - "husky": "^8.0.3", + "husky": "^9.0.11", "prettier": "^3.2.5", "prettier-plugin-organize-imports": "^3.2.4" }, @@ -3632,15 +3632,15 @@ } }, "node_modules/husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.0.11", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", + "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.mjs" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/javascript/package.json b/javascript/package.json index 1e4a354bd..bbedef765 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -48,7 +48,7 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.3", - "husky": "^8.0.3", + "husky": "^9.0.11", "prettier": "^3.2.5", "prettier-plugin-organize-imports": "^3.2.4" }, From 21d6fd79670d86c09f37c091e3d8cc1782d43db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 14 Feb 2024 05:10:06 +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 219ba806c..1f92b72ff 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-UeRtZYvhoIz/v4+oN0MBVs8bW8QrbH211dJ25mfclyo="; + npmDepsHash = "sha256-8ApkEgYhGpF39UhcfmxBpMpsqvGKjwM/WZkteIUZGPE="; #### # there is officia polkadot on nixpkgs, but it has no local rococo wasm to run