hyperledger-cacti / cacti

Hyperledger Cacti is a new approach to the blockchain interoperability problem
https://wiki.hyperledger.org/display/cactus
Apache License 2.0
344 stars 286 forks source link

build(deps): bump the npm_and_yarn group across 7 directories with 7 updates #3502

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the npm_and_yarn group with 7 updates in the / directory:

Package From To
webpack 5.88.2 5.94.0
axios 1.7.2 1.7.4
bl 6.0.0 6.0.1
elliptic 6.5.4 6.5.7
undici 6.19.2 6.19.3
qs 6.8.3 6.9.7
requirejs 2.3.6 2.3.7

Bumps the npm_and_yarn group with 1 update in the /examples/cactus-example-discounted-asset-trade directory: elliptic. Bumps the npm_and_yarn group with 2 updates in the /packages/cactus-plugin-ledger-connector-fabric directory: bl and elliptic. Bumps the npm_and_yarn group with 1 update in the /packages/cactus-plugin-ledger-connector-iroha2 directory: undici. Bumps the npm_and_yarn group with 1 update in the /packages/cactus-plugin-ledger-connector-polkadot directory: bl. Bumps the npm_and_yarn group with 1 update in the /packages/cactus-test-tooling directory: elliptic. Bumps the npm_and_yarn group with 1 update in the /weaver/sdks/fabric/interoperation-node-sdk directory: elliptic.

Updates webpack from 5.88.2 to 5.94.0

Release notes

Sourced from webpack's releases.

v5.94.0

Bug Fixes

  • Added runtime condition for harmony reexport checked
  • Handle properly data/http/https protocols in source maps
  • Make bigint optimistic when browserslist not found
  • Move @​types/eslint-scope to dev deps
  • Related in asset stats is now always an array when no related found
  • Handle ASI for export declarations
  • Mangle destruction incorrect with export named default properly
  • Fixed unexpected asi generation with sequence expression
  • Fixed a lot of types

New Features

  • Added new external type "module-import"
  • Support webpackIgnore for new URL() construction
  • [CSS] @import pathinfo support

Security

  • Fixed DOM clobbering in auto public path

v5.93.0

Bug Fixes

  • Generate correct relative path to runtime chunks
  • Makes DefinePlugin quieter under default log level
  • Fixed mangle destructuring default in namespace import
  • Fixed consumption of eager shared modules for module federation
  • Strip slash for pretty regexp
  • Calculate correct contenthash for CSS generator options

New Features

  • Added the binary generator option for asset modules to explicitly keep source maps produced by loaders
  • Added the modern-module library value for tree shakable output
  • Added the overrideStrict option to override strict or non-strict mode for javascript modules

v5.92.1

Bug Fixes

  • Doesn't crash with an error when the css experiment is enabled and contenthash is used

v5.92.0

Bug Fixes

  • Correct tidle range's comutation for module federation
  • Consider runtime for pure expression dependency update hash
  • Return value in the subtractRuntime function for runtime logic

... (truncated)

Commits
  • eabf85d chore(release): 5.94.0
  • 955e057 security: fix DOM clobbering in auto public path
  • 9822387 test: fix
  • cbb86ed test: fix
  • 5ac3d7f fix: unexpected asi generation with sequence expression
  • 2411661 security: fix DOM clobbering in auto public path
  • b8c03d4 fix: unexpected asi generation with sequence expression
  • f46a03c revert: do not use heuristic fallback for "module-import"
  • 60f1898 fix: do not use heuristic fallback for "module-import"
  • 66306aa Revert "fix: module-import get fallback from externalsPresets"
  • Additional commits viewable in compare view


Updates axios from 1.7.2 to 1.7.4

Release notes

Sourced from axios's releases.

Release v1.7.4

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.3

Release notes:

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.4 (2024-08-13)

Bug Fixes

Contributors to this release

1.7.3 (2024-08-01)

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Commits


Updates bl from 6.0.0 to 6.0.1

Release notes

Sourced from bl's releases.

v6.0.1

6.0.1 (2023-03-17)

Bug Fixes

  • release with Node.js 18 (6965a1d)

Trivial Changes

  • deps-dev: bump typescript from 4.9.5 to 5.0.2 (0885658)
  • no-release: bump actions/setup-node from 3.5.1 to 3.6.0 (#120) (60bee1b)
  • no-release: bump typescript from 4.8.4 to 4.9.3 (#118) (8be6dd6)
Changelog

Sourced from bl's changelog.

6.0.14 (2024-07-10)

Trivial Changes

  • deps: bump actions/setup-node from 4.0.2 to 4.0.3 (09aa80d)

6.0.13 (2024-06-21)

Trivial Changes

  • deps-dev: bump typescript from 5.4.5 to 5.5.2 (41eff82)

6.0.12 (2024-03-07)

Trivial Changes

  • deps-dev: bump typescript from 5.3.3 to 5.4.2 (18e99a2)

6.0.11 (2024-02-08)

Trivial Changes

  • deps: bump actions/setup-node from 4.0.1 to 4.0.2 (d8ac460)
  • update Node.js versions in CI (863a5e0)

6.0.10 (2024-01-01)

Trivial Changes

  • deps: bump actions/setup-node from 4.0.0 to 4.0.1 (a018907)

6.0.9 (2023-11-27)

Trivial Changes

  • deps-dev: bump typescript from 5.2.2 to 5.3.2 (bb294bd)

6.0.8 (2023-10-25)

Trivial Changes

  • deps: bump actions/checkout from 3 to 4 (a9ad973)
  • deps: bump actions/setup-node from 3.8.1 to 4.0.0 (5921489)

6.0.7 (2023-08-25)

... (truncated)

Commits
  • bea5abf chore(release): 6.0.1 [skip ci]
  • 6965a1d fix: release with Node.js 18
  • 0885658 chore(deps-dev): bump typescript from 4.9.5 to 5.0.2
  • 60bee1b chore(no-release): bump actions/setup-node from 3.5.1 to 3.6.0 (#120)
  • 7d7e731 doc: fix BigInt method names
  • 8be6dd6 chore(no-release): bump typescript from 4.8.4 to 4.9.3 (#118)
  • See full diff in compare view


Updates elliptic from 6.5.4 to 6.5.7

Commits


Updates undici from 6.19.2 to 6.19.3

Release notes

Sourced from undici's releases.

v6.19.3

Full Changelog: https://github.com/nodejs/undici/compare/v6.19.2...v6.19.3

Commits


Updates qs from 6.8.3 to 6.9.7

Changelog

Sourced from qs's changelog.

6.9.7

  • [Fix] parse: ignore __proto__ keys (#428)
  • [Fix] stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424)
  • [Robustness] stringify: avoid relying on a global undefined (#427)
  • [readme] remove travis badge; add github actions/codecov badges; update URLs
  • [Docs] add note and links for coercing primitive values (#408)
  • [Tests] clean up stringify tests slightly
  • [meta] fix README.md (#399)
  • Revert "[meta] ignore eclint transitive audit warning"
  • [actions] backport actions from main
  • [Dev Deps] backport updates from main

6.9.6

  • [Fix] restore dist dir; mistakenly removed in d4f6c32

6.9.5

  • [Fix] stringify: do not encode parens for RFC1738
  • [Fix] stringify: fix arrayFormat comma with empty array/objects (#350)
  • [Refactor] format: remove util.assign call
  • [meta] add "Allow Edits" workflow; update rebase workflow
  • [actions] switch Automatic Rebase workflow to pull_request_target event
  • [Tests] stringify: add tests for #378
  • [Tests] migrate tests to Github Actions
  • [Tests] run nyc on all tests; use tape runner
  • [Dev Deps] update eslint, @ljharb/eslint-config, browserify, mkdirp, object-inspect, tape; add aud

6.9.4

  • [Fix] stringify: when arrayFormat is comma, respect serializeDate (#364)
  • [Refactor] stringify: reduce branching (part of #350)
  • [Refactor] move maybeMap to utils
  • [Dev Deps] update browserify, tape

6.9.3

  • [Fix] proper comma parsing of URL-encoded commas (#361)
  • [Fix] parses comma delimited array while having percent-encoded comma treated as normal text (#336)

6.9.2

  • [Fix] parse: Fix parsing array from object with comma true (#359)
  • [Fix] parse: throw a TypeError instead of an Error for bad charset (#349)
  • [meta] ignore eclint transitive audit warning
  • [meta] fix indentation in package.json
  • [meta] add tidelift marketing copy
  • [Dev Deps] update eslint, @ljharb/eslint-config, object-inspect, has-symbols, tape, mkdirp, iconv-lite
  • [actions] add automatic rebasing / merge commit blocking

6.9.1

  • [Fix] parse: with comma true, handle field that holds an array of arrays (#335)
  • [Fix] parse: with comma true, do not split non-string values (#334)
  • [meta] add funding field
  • [Dev Deps] update eslint, @ljharb/eslint-config

... (truncated)

Commits
  • 4cd0032 v6.9.7
  • e799ba5 [Fix] parse: ignore __proto__ keys (#428)
  • 02ca358 [Robustness] stringify: avoid relying on a global undefined (#427)
  • 4a17709 [Fix] stringify: avoid encoding arrayformat comma when `encodeValuesOnly = ...
  • c0e13e9 [readme] remove travis badge; add github actions/codecov badges; update URLs
  • 4113a5f [Tests] clean up stringify tests slightly
  • 749a584 [Docs] add note and links for coercing primitive values (#408)
  • cce2082 [meta] fix README.md (#399)
  • c44f0c5 Revert "[meta] ignore eclint transitive audit warning"
  • e6cfd8b [actions] backport actions from main
  • Additional commits viewable in compare view


Updates requirejs from 2.3.6 to 2.3.7

Commits


Updates elliptic from 6.5.4 to 6.5.7

Commits


Updates bl from 6.0.12 to 6.0.14

Release notes

Sourced from bl's releases.

v6.0.1

6.0.1 (2023-03-17)

Bug Fixes

  • release with Node.js 18 (6965a1d)

Trivial Changes

  • deps-dev: bump typescript from 4.9.5 to 5.0.2 (0885658)
  • no-release: bump actions/setup-node from 3.5.1 to 3.6.0 (#120) (60bee1b)
  • no-release: bump typescript from 4.8.4 to 4.9.3 (#118) (8be6dd6)
Changelog

Sourced from bl's changelog.

6.0.14 (2024-07-10)

Trivial Changes

  • deps: bump actions/setup-node from 4.0.2 to 4.0.3 (09aa80d)

6.0.13 (2024-06-21)

Trivial Changes

  • deps-dev: bump typescript from 5.4.5 to 5.5.2 (41eff82)

6.0.12 (2024-03-07)

Trivial Changes

  • deps-dev: bump typescript from 5.3.3 to 5.4.2 (18e99a2)

6.0.11 (2024-02-08)

Trivial Changes

  • deps: bump actions/setup-node from 4.0.1 to 4.0.2 (d8ac460)
  • update Node.js versions in CI (863a5e0)

6.0.10 (2024-01-01)

Trivial Changes

  • deps: bump actions/setup-node from 4.0.0 to 4.0.1 (a018907)

6.0.9 (2023-11-27)

Trivial Changes

  • deps-dev: bump typescript from 5.2.2 to 5.3.2 (bb294bd)

6.0.8 (2023-10-25)

Trivial Changes

  • deps: bump actions/checkout from 3 to 4 (a9ad973)
  • deps: bump actions/setup-node from 3.8.1 to 4.0.0 (5921489)

6.0.7 (2023-08-25)

... (truncated)

Commits
  • bea5abf chore(release): 6.0.1 [skip ci]
  • 6965a1d fix: release with Node.js 18
  • 0885658 chore(deps-dev): bump typescript from 4.9.5 to 5.0.2
  • 60bee1b chore(no-release): bump actions/setup-node from 3.5.1 to 3.6.0 (#120)
  • 7d7e731 doc: fix BigInt method names
  • 8be6dd6 chore(no-release): bump typescript from 4.8.4 to 4.9.3 (#118)
  • See full diff in compare view


Updates elliptic from 6.5.4 to 6.5.7

Commits


Updates undici from 6.19.2 to 6.19.8

Release notes

Sourced from undici's releases.

v6.19.3

Full Changelog: https://github.com/nodejs/undici/compare/v6.19.2...v6.19.3

Commits


Updates bl from 6.0.0 to 6.0.14

Release notes

Sourced from bl's releases.

v6.0.1

6.0.1 (2023-03-17)

Bug Fixes

  • release with Node.js 18 (6965a1d)

Trivial Changes

  • deps-dev: bump typescript from 4.9.5 to 5.0.2 (0885658)
  • no-release: bump actions/setup-node from 3.5.1 to 3.6.0 (#120) (60bee1b)
  • no-release: bump typescript from 4.8.4 to 4.9.3 (#118) (8be6dd6)
Changelog

Sourced from bl's changelog.

6.0.14 (2024-07-10)

Trivial Changes

  • deps: bump actions/setup-node from 4.0.2 to 4.0.3 (09aa80d)

6.0.13 (2024-06-21)

Trivial Changes

  • deps-dev: bump typescript from 5.4.5 to 5.5.2 (41eff82)

6.0.12 (2024-03-07)

Trivial Changes

  • deps-dev: bump typescript from 5.3.3 to 5.4.2 (18e99a2)

6.0.11 (2024-02-08)

Trivial Changes

  • deps: bump actions/setup-node from 4.0.1 to 4.0.2 (d8ac460)
  • update Node.js versions in CI (863a5e0)

6.0.10 (2024-01-01)

Trivial Changes

  • deps: bump actions/setup-node from 4.0.0 to 4.0.1 (a018907)

6.0.9 (2023-11-27)

Trivial Changes

  • deps-dev: bump typescript from 5.2.2 to 5.3.2 (bb294bd)

6.0.8 (2023-10-25)

Trivial Changes

  • deps: bump actions/checkout from 3 to 4 (a9ad973)
  • deps: bump actions/setup-node from 3.8.1 to 4.0.0 (5921489)

6.0.7 (2023-08-25)

... (truncated)

Commits
  • bea5abf chore(release): 6.0.1 [skip ci]
  • 6965a1d fix: release with Node.js 18
  • 0885658 chore(deps-dev): bump typescript from 4.9.5 to 5.0.2
  • 60bee1b chore(no-release): bump actions/setup-node from 3.5.1 to 3.6.0 (#120)
  • 7d7e731 doc: fix BigInt method names
  • 8be6dd6 chore(no-release): bump typescript from 4.8.4 to 4.9.3 (#118)
  • See full diff in compare view


Updates elliptic from 6.5.4 to 6.5.7

Commits


Updates elliptic from 6.5.4 to 6.5.7

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/hyperledger/cacti/network/alerts).
petermetz commented 2 months ago

I'll try to instruct it to recreate it because it's been downgrading some dependencies again (axios in this case)

@dependabot recreate

petermetz commented 2 months ago

@hyperledger/cacti-maintainers It is still downgrading axios so I'll just close this.

petermetz commented 2 months ago

@dependabot close

dependabot[bot] commented 2 months ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml