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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the npm_and_yarn group in /selenium/webdriverio/mocha with 2 updates #54

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2024

Bumps the npm_and_yarn group in /selenium/webdriverio/mocha with 2 updates: axios and selenium-standalone.

Updates axios from 0.27.2 to 1.6.5

Release notes

Sourced from axios's releases.

Release v1.6.5

Release notes:

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

Release v1.6.4

Release notes:

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

Release v1.6.3

Release notes:

Bug Fixes

  • Regular Expression Denial of Service (ReDoS) (#6132) (5e7ad38)

Contributors to this release

Release v1.6.2

Release notes:

Features

  • withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#6046) (cff9967)

PRs

  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )

馃摙 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.
</tr></table> 

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.5 (2024-01-05)

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

1.6.4 (2024-01-03)

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

1.6.3 (2023-12-26)

Bug Fixes

  • Regular Expression Denial of Service (ReDoS) (#6132) (5e7ad38)

Contributors to this release

1.6.2 (2023-11-14)

Features

  • withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#6046) (cff9967)

PRs

  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )
</tr></table> 

... (truncated)

Commits

Updates selenium-standalone from 9.3.1 to 9.4.0

Release notes

Sourced from selenium-standalone's releases.

Release 9.4.0

  • Update README.md (786e2bc)
  • Merge pull request #894 from seanpoulter/executables (599263c)
  • fix: Use cross-env to support Windows (6d0db11)
  • chore: Configure Git (ddd3c81)
  • ci: Run on MacOS and Windows (ca22fd0)
  • fix: Prevent overwriting executable when extracting .zip (5988360)
  • Merge pull request #891 from seanpoulter/false-positive (8b3ab5c)
  • fix: Downgrade chai from 5.1.0 to 4.4.1 (478e82c)
  • fix: Fail tests should fail CI pipeline (96ca805)
  • Merge pull request #890 from seanpoulter/mversion (80ff8de)
  • chore: Remove unused dependency (83b8750)
  • Bump axios from 1.6.2 to 1.6.8 (#889) (1e1093f)
  • Bump tar-stream from 3.1.6 to 3.1.7 (#868) (abe7e02)
  • Bump yauzl from 2.10.0 to 3.1.2 (#884) (f535468)
  • Bump release-it from 17.0.1 to 17.1.1 (#876) (a448397)
  • Bump mocha from 10.2.0 to 10.3.0 (#874) (272c59b)
  • Bump chai from 4.3.10 to 5.1.0 (#877) (8773895)
  • Merge pull request #888 from seanpoulter/maintenance (052ee21)
  • Comment out build (35c2420)
  • Prefer "!cancelled()" to show build fails (f7560bd)
  • style: Resolve problems reported by TypeScript (2047828)
  • chore: Check types with TypeScript (4fdc272)
  • chore: Report test coverage (66777b0)
  • ci: Only run workflow on push to main or a PR (#887) (57e1eb1)
  • Merge pull request #886 from seanpoulter/fix-update-workflow (4d27c69)
  • ci: Update lewagon/wait-on-check-action to fix update workflow (006c830)
  • refactor: Remove deprecated ::set-output command (#882) (14035ab)
  • ci: Add Expense Contribution workflow (#881) (ea90928)
  • Bump eslint from 8.55.0 to 8.57.0 (#880) (5fbde7a)

Release 9.3.3

  • fix: Update chromedriver download base url (#875) (5bfebb6)

Release 9.3.2

  • Merge pull request #864 from harsha509/main (328bcca)
  • update deps fix #859 (b55e398)
Commits
  • a706b43 Release 9.4.0
  • 786e2bc Update README.md
  • 599263c Merge pull request #894 from seanpoulter/executables
  • 6d0db11 fix: Use cross-env to support Windows
  • ddd3c81 chore: Configure Git
  • ca22fd0 ci: Run on MacOS and Windows
  • 5988360 fix: Prevent overwriting executable when extracting .zip
  • 8b3ab5c Merge pull request #891 from seanpoulter/false-positive
  • 478e82c fix: Downgrade chai from 5.1.0 to 4.4.1
  • 96ca805 fix: Fail tests should fail CI pipeline
  • Additional commits viewable in compare view

Updates selenium-standalone from 9.3.1 to 9.4.0

Release notes

Sourced from selenium-standalone's releases.

Release 9.4.0

  • Update README.md (786e2bc)
  • Merge pull request #894 from seanpoulter/executables (599263c)
  • fix: Use cross-env to support Windows (6d0db11)
  • chore: Configure Git (ddd3c81)
  • ci: Run on MacOS and Windows (ca22fd0)
  • fix: Prevent overwriting executable when extracting .zip (5988360)
  • Merge pull request #891 from seanpoulter/false-positive (8b3ab5c)
  • fix: Downgrade chai from 5.1.0 to 4.4.1 (478e82c)
  • fix: Fail tests should fail CI pipeline (96ca805)
  • Merge pull request #890 from seanpoulter/mversion (80ff8de)
  • chore: Remove unused dependency (83b8750)
  • Bump axios from 1.6.2 to 1.6.8 (#889) (1e1093f)
  • Bump tar-stream from 3.1.6 to 3.1.7 (#868) (abe7e02)
  • Bump yauzl from 2.10.0 to 3.1.2 (#884) (f535468)
  • Bump release-it from 17.0.1 to 17.1.1 (#876) (a448397)
  • Bump mocha from 10.2.0 to 10.3.0 (#874) (272c59b)
  • Bump chai from 4.3.10 to 5.1.0 (#877) (8773895)
  • Merge pull request #888 from seanpoulter/maintenance (052ee21)
  • Comment out build (35c2420)
  • Prefer "!cancelled()" to show build fails (f7560bd)
  • style: Resolve problems reported by TypeScript (2047828)
  • chore: Check types with TypeScript (4fdc272)
  • chore: Report test coverage (66777b0)
  • ci: Only run workflow on push to main or a PR (#887) (57e1eb1)
  • Merge pull request #886 from seanpoulter/fix-update-workflow (4d27c69)
  • ci: Update lewagon/wait-on-check-action to fix update workflow (006c830)
  • refactor: Remove deprecated ::set-output command (#882) (14035ab)
  • ci: Add Expense Contribution workflow (#881) (ea90928)
  • Bump eslint from 8.55.0 to 8.57.0 (#880) (5fbde7a)

Release 9.3.3

  • fix: Update chromedriver download base url (#875) (5bfebb6)

Release 9.3.2

  • Merge pull request #864 from harsha509/main (328bcca)
  • update deps fix #859 (b55e398)
Commits
  • a706b43 Release 9.4.0
  • 786e2bc Update README.md
  • 599263c Merge pull request #894 from seanpoulter/executables
  • 6d0db11 fix: Use cross-env to support Windows
  • ddd3c81 chore: Configure Git
  • ca22fd0 ci: Run on MacOS and Windows
  • 5988360 fix: Prevent overwriting executable when extracting .zip
  • 8b3ab5c Merge pull request #891 from seanpoulter/false-positive
  • 478e82c fix: Downgrade chai from 5.1.0 to 4.4.1
  • 96ca805 fix: Fail tests should fail CI pipeline
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 28, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/selenium/webdriverio/mocha/npm_and_yarn-security-group-0e3e4343a6 branch from 81e61b5 to 0468851 Compare March 28, 2024 19:36
Bumps the npm_and_yarn group in /selenium/webdriverio/mocha with 2 updates: [axios](https://github.com/axios/axios) and [selenium-standalone](https://github.com/webdriverio/selenium-standalone).


Updates `axios` from 0.27.2 to 1.6.5
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.27.2...v1.6.5)

Updates `selenium-standalone` from 9.3.1 to 9.4.0
- [Release notes](https://github.com/webdriverio/selenium-standalone/releases)
- [Changelog](https://github.com/webdriverio/selenium-standalone/blob/main/HISTORY.md)
- [Commits](webdriverio/selenium-standalone@v9.3.1...v9.4.0)

Updates `selenium-standalone` from 9.3.1 to 9.4.0
- [Release notes](https://github.com/webdriverio/selenium-standalone/releases)
- [Changelog](https://github.com/webdriverio/selenium-standalone/blob/main/HISTORY.md)
- [Commits](webdriverio/selenium-standalone@v9.3.1...v9.4.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: selenium-standalone
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: selenium-standalone
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/selenium/webdriverio/mocha/npm_and_yarn-security-group-0e3e4343a6 branch from 0468851 to d3e2c13 Compare March 28, 2024 19:37
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.

None yet

0 participants