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

chore(deps): bump tough-cookie, @cypress/request and wait-on #3592

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2023

Bumps tough-cookie to 4.1.3 and updates ancestor dependencies tough-cookie, @cypress/request and wait-on. These dependencies need to be updated together.

Updates tough-cookie from 2.4.3 to 4.1.3

Release notes

Sourced from tough-cookie's releases.

4.1.3

Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the inspect utility is affected by this change, we felt this change was important enough to be pushed into the next patch.

4.1.2 -- Patch and Bugfix Release

What's Changed

Full Changelog: salesforce/tough-cookie@v4.1.1...v4.1.2

4.1.1

Patch Release

What's Changed

Full Changelog: salesforce/tough-cookie@v4.1.0...v4.1.1

4.1.0

v4.1.0

Minor release, focused mainly on resolving reported issues and some minor feature work.

What's Changed

... (truncated)

Commits
  • 4ff4d29 4.1.3 release preparation, update the package and lib/version to 4.1.3. (#284)
  • 12d4747 Prevent prototype pollution in cookie memstore (#283)
  • f06b72d Fix documentation for store.findCookies, missing allowSpecialUseDomain proper...
  • b1a8898 fix: allow set cookies with localhost (#253)
  • ec70796 4.1.1 Patch -- allow special use domains by default (#250)
  • d4ac580 fix: allow special use domains by default (#249)
  • 79c2f7d 4.1.0 release to NPM (#245)
  • 4fafc17 Prepare tough-cookie 4.1 for publishing (updated GitHub actions, move Dockerf...
  • aa4396d fix: distinguish between no samesite and samesite=none (#240)
  • b8d7511 Modernize README (#234)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by awaterma, a new releaser for tough-cookie since your current version.


Updates @cypress/request from 2.88.10 to 2.88.12

Release notes

Sourced from @​cypress/request's releases.

v2.88.12

2.88.12 (2023-08-01)

Bug Fixes

  • request: update tough-cookie dep (0664780)

v2.88.11

2.88.11 (2023-01-11)

Bug Fixes

  • Remove badges no longer used or relevant (#19) (24a977e)
Commits

Updates wait-on from 3.2.0 to 7.0.1

Release notes

Sourced from wait-on's releases.

v7.0.1

Removed unnecessary eslint-plugin-standard. It was no longer needed since already included in another package.

v7.0.0

Updated dependencies:

  • minimist
  • eslint
  • minimatch
  • axios
  • mocha
  • rxjs

The update to latest mocha removed support for Node.js below 12.

v6.0.1

Updated minor dependencies to fix vulnerabilities

v6.0.0

Other than dropping support for Node.js v8 there should be no other breaking changes.

Node.js v8 was no longer supported by the yargs parser. Node.js v8 users should use v5.3.0

v5.3.0

Allow resources to be passed in via config file. Thanks @​michaelmerrill for the PR.

Example config.js file with resources

module.exports = {
  resources: ['http://localhost:8123', 'http://localhost:8123/foo'],
};

v5.2.2

Updated lodash@4.17.21

Updated lodash dependency to close vulnerability

v5.2.1

Update dependencies

v5.2.0

  • expose the remaining resources in the timeout error message (thanks @​jmealo)
  • update from the deprecated @hapi/joi to joi (thanks @​AleF83)

v5.1.0

Add proxy option which can override the http(s) proxy which might be configured in environment variables.

</tr></table> 

... (truncated)

Commits
  • 32ca1db 7.0.1
  • b64c0a4 Merge pull request #131 from jeffbski/remove-eslint-plugin-standard
  • e3a4168 remove unnecessary eslint-plugin-standard
  • a23058c 7.0.0
  • 04a08c6 Merge pull request #130 from jeffbski/update-deps-2022-12-16
  • cda646f update node engines to 12+
  • c6d86cf remove node from travis config
  • 7b22de1 update readme regarding node.js versions
  • 7e7ff32 remove deprecated node versions 10-11
  • 7edbd94 update minimatch
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) to 4.1.3 and updates ancestor dependencies [tough-cookie](https://github.com/salesforce/tough-cookie), [@cypress/request](https://github.com/cypress-io/request) and [wait-on](https://github.com/jeffbski/wait-on). These dependencies need to be updated together.


Updates `tough-cookie` from 2.4.3 to 4.1.3
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v2.4.3...v4.1.3)

Updates `@cypress/request` from 2.88.10 to 2.88.12
- [Release notes](https://github.com/cypress-io/request/releases)
- [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md)
- [Commits](cypress-io/request@v2.88.10...v2.88.12)

Updates `wait-on` from 3.2.0 to 7.0.1
- [Release notes](https://github.com/jeffbski/wait-on/releases)
- [Commits](jeffbski/wait-on@v3.2.0...v7.0.1)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: "@cypress/request"
  dependency-type: indirect
- dependency-name: wait-on
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Aug 3, 2023

Codecov Report

Merging #3592 (f4431f6) into master (8900cbb) will not change coverage.
Report is 1 commits behind head on master.
The diff coverage is n/a.

❗ Current head f4431f6 differs from pull request most recent head 4b3671d. Consider uploading reports for the commit 4b3671d to get more accurate results

@@           Coverage Diff           @@
##           master    #3592   +/-   ##
=======================================
  Coverage   76.39%   76.39%           
=======================================
  Files         130      130           
  Lines        9746     9746           
=======================================
  Hits         7445     7445           
  Misses       1799     1799           
  Partials      502      502           

@aeneasr aeneasr merged commit 3c5c126 into master Aug 3, 2023
29 checks passed
@aeneasr aeneasr deleted the dependabot/npm_and_yarn/tough-cookie-and-cypress/request-and-wait-on-4.1.3 branch August 3, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant