Skip to content

Commit

Permalink
Merge pull request #1767 from paritytech/dependabot/npm_and_yarn/java…
Browse files Browse the repository at this point in the history
…script/yaml-2.4.1

chore(deps): bump yaml from 2.3.4 to 2.4.1 in /javascript
  • Loading branch information
mergify[bot] authored Apr 11, 2024
2 parents 335c53d + be7cd68 commit 19ca81e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 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
25 changes: 14 additions & 11 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 19ca81e

Please sign in to comment.