Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/javascript/mocha-10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Apr 11, 2024
2 parents 266464a + 19ca81e commit e00212b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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-eAASOe6mybj9qoJo9bwZ3zmiA/a+ksZrB6PZrB2+QlA=";
npmDepsHash = "sha256-WMHOM+23ZSGoxmRnTvzLWTt7nmSEH6AY+I2xofebYRk=";
####

# there is officia polkadot on nixpkgs, but it has no local rococo wasm to run
Expand Down
13 changes: 8 additions & 5 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/packages/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"peer-id": "^0.16.0",
"tmp-promise": "^3.0.3",
"typescript": "^5.3.3",
"yaml": "^2.3.4"
"yaml": "^2.4.1"
},
"devDependencies": {
"@types/chai": "^4.3.11",
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"chai": "^4.3.10",
"deep-equal-in-any-order": "^2.0.6",
"sinon": "^17.0.1",
"yaml": "^2.3.4"
"yaml": "^2.4.1"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit e00212b

Please sign in to comment.