Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump qs, body-parser, express and embark #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 7, 2022

Bumps qs to 6.5.3 and updates ancestor dependencies qs, body-parser, express and embark. These dependencies need to be updated together.

Updates qs from 6.5.2 to 6.5.3

Changelog

Sourced from qs's changelog.

6.5.3

  • [Fix] parse: ignore __proto__ keys (#428)
  • [Fix] utils.merge`: avoid a crash with a null target and a truthy non-array source
  • [Fix] correctly parse nested arrays
  • [Fix] stringify: fix a crash with strictNullHandling and a custom filter/serializeDate (#279)
  • [Fix] utils: merge: fix crash when source is a truthy primitive & no options are provided
  • [Fix] when parseArrays is false, properly handle keys ending in []
  • [Fix] fix for an impossible situation: when the formatter is called with a non-string value
  • [Fix] utils.merge: avoid a crash with a null target and an array source
  • [Refactor] utils: reduce observable [[Get]]s
  • [Refactor] use cached Array.isArray
  • [Refactor] stringify: Avoid arr = arr.concat(...), push to the existing instance (#269)
  • [Refactor] parse: only need to reassign the var once
  • [Robustness] stringify: avoid relying on a global undefined (#427)
  • [readme] remove travis badge; add github actions/codecov badges; update URLs
  • [Docs] Clean up license text so it’s properly detected as BSD-3-Clause
  • [Docs] Clarify the need for "arrayLimit" option
  • [meta] fix README.md (#399)
  • [meta] add FUNDING.yml
  • [actions] backport actions from main
  • [Tests] always use String(x) over x.toString()
  • [Tests] remove nonexistent tape option
  • [Dev Deps] backport from main
Commits
  • 298bfa5 v6.5.3
  • ed0f5dc [Fix] parse: ignore __proto__ keys (#428)
  • 691e739 [Robustness] stringify: avoid relying on a global undefined (#427)
  • 1072d57 [readme] remove travis badge; add github actions/codecov badges; update URLs
  • 12ac1c4 [meta] fix README.md (#399)
  • 0338716 [actions] backport actions from main
  • 5639c20 Clean up license text so it’s properly detected as BSD-3-Clause
  • 51b8a0b add FUNDING.yml
  • 45f6759 [Fix] fix for an impossible situation: when the formatter is called with a no...
  • f814a7f [Dev Deps] backport from main
  • Additional commits viewable in compare view

Updates body-parser from 1.18.3 to 1.19.0

Release notes

Sourced from body-parser's releases.

1.19.0

Changelog

Sourced from body-parser's changelog.

1.19.0 / 2019-04-25

Commits

Updates express from 4.16.3 to 4.17.1

Release notes

Sourced from express's releases.

4.17.1

  • Revert "Improve error message for null/undefined to res.status"

4.17.0

... (truncated)

Changelog

Sourced from express's changelog.

4.17.1 / 2019-05-25

  • Revert "Improve error message for null/undefined to res.status"

4.17.0 / 2019-05-16

... (truncated)

Commits

Updates embark from 4.2.0 to 6.0.0

Release notes

Sourced from embark's releases.

v6.0.0

6.0.0 (2020-04-27)

Bug Fixes

  • don't open external links to another tab by default (b8c0908)
  • @​cockpit/utilities: signaturePending prop should be type bool in component SignAndVerify (ac7bdb1)
  • @​embark/blockchain: fix blockchain plugins' use of async whilst (fde1eeb)
  • @​embark/cmd-controller: add back embark-ganache registrations (6fb2da3)
  • @​embark/cmd_controller: don't try to load pipeline module group in build cmd (0c9b917)
  • @​embark-ganache: fix ganache having different node accounts (897aa3f)
  • @​embark/ganache: make embark blockchain exit when using Ganache (53dc751)
  • @​embark/mocha: reset contracts before each test file (deb682c)
  • @​embark/mocha-tests: change self to this in mocha-tests (c07ac55)
  • @​embark/profiler: Fix profile output and update messaging (74e2935)
  • @​embark/reporter: show stack trace in the reporter on errors (e389ccc)
  • @​embark/rpc-manager: fix eth_signTypedData method + tests (b29998e)
  • @​embark/storage: Allow upload when storage is disabled (ec99cf6)
  • @​embark/storage: Fix hang when changing environments (edf4347)
  • cockpit/console: ensure console for processes is rendered (3ce666b)
  • core/utils: shortcut embarkConfig.plugins in case it doesn't exist (d83ad01)
  • plugins/basic-pipeline: ensure correct webpack config is loaded (031ebe8)
  • plugins/solc: don't read pluginConfig from plugin.config (de8f217), closes embarklabs/embark#2330
  • stack/proxy: ensure wsProxy and httpProxy have correct type (d9c8109)
  • stack/proxy: have proxy.stop() receive callback (ec134b9)
  • utils/testing: add missing trace() API logger in testbed (0ba8d86)
  • utils/testing: ensure API mock works with req.params and method chaining (1a56d5f)
  • utils/testing: ensure runActionsForEvent() works without params object (62a2291)

Features

  • add support for embark.config.js (e0f7913)
  • remove optional plugins from coming as default (db10064)
  • support selecting what library to generate artifacts (ee1eb4e), closes #2285
  • @​cmd: add very basic embark init to add an embark.json file (738ff8e)
  • @​embark/accounts-manager: Get alternative coinbase address (72e609a)
  • @​embark/cmd: enable using engine with no embark.json (382a0b5)
  • @​embark/core: Support minimum truffle projects (a454ae8)
  • @​embark/dapps: Add blockchain config to simple template (5fe318b)
  • @​embark/quorum: Add support for Quorum blockchains (095bd0b)
  • @​embark/snarks: Allow embark-snark to be used in the dapp (c1129dc)
  • @​embark/test-app: add Teller contracts and test as a new test dapp (e65c4d2)
  • @​embark/test-runner: make evmMethod globally available + docs (67581ce)
  • plugins/specialconfigs: adds support for Smart Contract args as functions (a4a0e9d), closes #2270
  • stack/blockchain: expose networkId in generated artifact (c624582), closes #2220
  • utils/testing: introduce async/await for actions in tests (0e32cc0)
  • utils/testing: make mock apiCall() async (4106a49)

... (truncated)

Changelog

Sourced from embark's changelog.

6.0.0 (2020-04-27)

Note: Version bump only for package embark

5.3.0 (2020-04-24)

Note: Version bump only for package embark

5.3.0-nightly.18 (2020-04-14)

Note: Version bump only for package embark

5.3.0-nightly.17 (2020-04-11)

Bug Fixes

  • @​embark/storage: Allow upload when storage is disabled (ec99cf6)

5.3.0-nightly.16 (2020-04-03)

Note: Version bump only for package embark

5.3.0-nightly.15 (2020-03-26)

Note: Version bump only for package embark

... (truncated)

Commits
  • 6dbdf63 chore(release): 6.0.0
  • 5fc3154 chore(release): 5.3.0
  • 0935b4e chore(prerelease): 5.3.0-nightly.18
  • 0450e82 chore(prerelease): 5.3.0-nightly.17
  • ec99cf6 fix(@​embark/storage): Allow upload when storage is disabled
  • 1278365 chore(prerelease): 5.3.0-nightly.16
  • 1a61bc6 chore(prerelease): 5.3.0-nightly.15
  • 533a2e3 test(plugins/solc): add tests for plugins/solc
  • d578e54 chore(prerelease): 5.3.0-nightly.14
  • 7ae1761 chore(prerelease): 5.3.0-nightly.13
  • Additional commits viewable in compare view

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [qs](https://github.com/ljharb/qs) to 6.5.3 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser), [express](https://github.com/expressjs/express) and [embark](https://github.com/embarklabs/embark/tree/HEAD/packages/embark). These dependencies need to be updated together.


Updates `qs` from 6.5.2 to 6.5.3
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

Updates `body-parser` from 1.18.3 to 1.19.0
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.18.3...1.19.0)

Updates `express` from 4.16.3 to 4.17.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.16.3...4.17.1)

Updates `embark` from 4.2.0 to 6.0.0
- [Release notes](https://github.com/embarklabs/embark/releases)
- [Changelog](https://github.com/embarklabs/embark/blob/master/packages/embark/CHANGELOG.md)
- [Commits](https://github.com/embarklabs/embark/commits/v6.0.0/packages/embark)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
- dependency-name: body-parser
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
- dependency-name: embark
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants