Skip to content

build(deps): bump the npm_and_yarn group with 2 updates #406

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

Merged
merged 1 commit into from
Aug 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2024

Bumps the npm_and_yarn group with 2 updates: axios and node-base64-image.

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 node-base64-image from 2.0.6 to 2.0.7

Release notes

Sourced from node-base64-image's releases.

v2.0.7

What's Changed

New Contributors

Full Changelog: riyadhalnur/node-base64-image@v2.0.6...v2.0.7

Changelog

Sourced from node-base64-image's changelog.

v2.0.7

15 August 2024

Commits
  • 5e87fb5 Bump package and drop support for v16
  • 4e0435f Merge pull request #79 from FFahrenheit/vulnerabilities-fix
  • d6a368b fix: Updated dependencies to remove vulnerabilities #78
  • 9ee3f22 Merge pull request #77 from drewB/patch-1
  • c07106f Update README.md to include example for encoding from local file
  • 5dea6ee Update FUNDING.yml
  • f2f1331 Merge pull request #75 from riyadhalnur/dependabot/npm_and_yarn/follow-redire...
  • 264befb Bump follow-redirects from 1.15.4 to 1.15.6
  • 076e942 Merge pull request #74 from riyadhalnur/dependabot/npm_and_yarn/follow-redire...
  • 8af42c2 Bump follow-redirects from 1.15.2 to 1.15.4
  • 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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 18, 2024
Copy link

vercel bot commented Aug 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
github-readme-profile ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 18, 2024 5:26am

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-609f36c75b branch from 9109354 to 77581e3 Compare August 18, 2024 05:24
Bumps the npm_and_yarn group with 2 updates: [axios](https://github.com/axios/axios) and [node-base64-image](https://github.com/riyadhalnur/node-base64-image).


Updates `axios` from 1.7.2 to 1.7.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.2...v1.7.4)

Updates `node-base64-image` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/riyadhalnur/node-base64-image/releases)
- [Changelog](https://github.com/riyadhalnur/node-base64-image/blob/master/CHANGELOG.md)
- [Commits](riyadhalnur/node-base64-image@v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: node-base64-image
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-609f36c75b branch from 77581e3 to 25077a3 Compare August 18, 2024 05:24
@FajarKim FajarKim merged commit 959f8ea into master Aug 18, 2024
9 checks passed
@FajarKim FajarKim deleted the dependabot/npm_and_yarn/npm_and_yarn-609f36c75b branch August 18, 2024 05:27
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant