Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

Bumps form-data from 2.5.1 to 2.5.5.

Release notes

Sourced from form-data's releases.

v2.5.2

Fixes

  • Buffer.from and Buffer.alloc require node 4+
  • npmignore temporary build files (#532)
  • move util.isArray to Array.isArray (#564)

Tests

  • migrate from travis to GHA
Changelog

Sourced from form-data's changelog.

v2.5.5 - 2025-07-18

Commits

  • [meta] actually ensure the readme backup isn’t published 10626c0
  • [Fix] use proper dependency 026abe5

v2.5.4 - 2025-07-17

Fixed

Commits

  • [eslint] update linting config 8bf2492
  • [meta] add auto-changelog b5101ad
  • [Tests] handle predict-v8-randomness failures in node < 17 and node > 23 0e93122
  • [Fix] Switch to using crypto random for boundary values b88316c
  • [Fix] validate boundary type in setBoundary() method 131ae5e
  • [Tests] Switch to newer v8 prediction library; enable node 24 testing c97cfbe
  • [Refactor] use hasown 97ac9c2
  • [meta] remove local commit hooks be99d4e
  • [Dev Deps] remove unused deps ddbc89b
  • [meta] fix scripts to use prepublishOnly e351a97
  • [Dev Deps] remove unused script 8f23366
  • [Dev Deps] add missing peer dep 02ff026
  • [meta] fix readme capitalization 2fd5f61

v2.5.3 - 2025-02-14

Merged

Fixed

Commits

  • [Refactor] use Object.prototype.hasOwnProperty.call 6e682d4
  • [Dev Deps] update @types/node, browserify, coveralls, eslint, formidable, in-publish, phantomjs-prebuilt, pkgfiles, pre-commit, request, tape, typescript 819f6b7
  • Only apps should have lockfiles b170ee2
  • [Deps] update combined-stream, mime-types 6b1ca1d
  • Bumped version 2.5.3 9457283
  • [Dev Deps] pin request which via tough-cookie ^2.4 depends on psl 9dbe192

v2.5.2 - 2024-10-10

... (truncated)

Commits
  • 40de5a7 v2.5.5
  • 026abe5 [Fix] use proper dependency
  • 10626c0 [meta] actually ensure the readme backup isn’t published
  • efe6c26 v2.5.4
  • c97cfbe [Tests] Switch to newer v8 prediction library; enable node 24 testing
  • 0e93122 [Tests] handle predict-v8-randomness failures in node < 17 and node > 23
  • b88316c [Fix] Switch to using crypto random for boundary values
  • b70869d [Fix] append: avoid a crash on nullish values
  • 131ae5e [Fix] validate boundary type in setBoundary() method
  • 8bf2492 [eslint] update linting config
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for form-data since your current version.


Dependabot compatibility score

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 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 [form-data](https://github.com/form-data/form-data) from 2.5.1 to 2.5.5.
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/v2.5.5/CHANGELOG.md)
- [Commits](form-data/form-data@v2.5.1...v2.5.5)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 2.5.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@crazy-max crazy-max merged commit ae7d689 into master Aug 5, 2025
48 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/form-data-2.5.5 branch August 5, 2025 16:32
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Dec 21, 2025
…kip ci]

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.11.1 to 3.12.0.
Release notes

*Sourced from [docker/setup-buildx-action's releases](https://github.com/docker/setup-buildx-action/releases).*

> v3.12.0
> -------
>
> * Deprecate `install` input by [`@​crazy-max`](https://github.com/crazy-max) in [docker/setup-buildx-action#455](https://redirect.github.com/docker/setup-buildx-action/pull/455)
> * Bump `@​docker/actions-toolkit` from 0.62.1 to 0.63.0 in [docker/setup-buildx-action#434](https://redirect.github.com/docker/setup-buildx-action/pull/434)
> * Bump brace-expansion from 1.1.11 to 1.1.12 in [docker/setup-buildx-action#436](https://redirect.github.com/docker/setup-buildx-action/pull/436)
> * Bump form-data from 2.5.1 to 2.5.5 in [docker/setup-buildx-action#432](https://redirect.github.com/docker/setup-buildx-action/pull/432)
> * Bump undici from 5.28.4 to 5.29.0 in [docker/setup-buildx-action#435](https://redirect.github.com/docker/setup-buildx-action/pull/435)
>
> **Full Changelog**: <docker/setup-buildx-action@v3.11.1...v3.12.0>


Commits

* [`8d2750c`](docker/setup-buildx-action@8d2750c) Merge pull request [#455](https://redirect.github.com/docker/setup-buildx-action/issues/455) from crazy-max/install-deprecated
* [`e81846b`](docker/setup-buildx-action@e81846b) deprecate install input
* [`65d18f8`](docker/setup-buildx-action@65d18f8) Merge pull request [#454](https://redirect.github.com/docker/setup-buildx-action/issues/454) from docker/dependabot/github\_actions/actions/checkout-6
* [`000d75d`](docker/setup-buildx-action@000d75d) build(deps): bump actions/checkout from 5 to 6
* [`1583c0f`](docker/setup-buildx-action@1583c0f) Merge pull request [#443](https://redirect.github.com/docker/setup-buildx-action/issues/443) from nicolasleger/patch-1
* [`ed158e7`](docker/setup-buildx-action@ed158e7) doc: bump actions/checkout from 4 to 5
* [`4cc794f`](docker/setup-buildx-action@4cc794f) Merge pull request [#441](https://redirect.github.com/docker/setup-buildx-action/issues/441) from docker/dependabot/github\_actions/actions/checkout-5
* [`4dfc3d6`](docker/setup-buildx-action@4dfc3d6) build(deps): bump actions/checkout from 4 to 5
* [`af1b253`](docker/setup-buildx-action@af1b253) Merge pull request [#440](https://redirect.github.com/docker/setup-buildx-action/issues/440) from crazy-max/k3s-build
* [`3c6ab92`](docker/setup-buildx-action@3c6ab92) ci: k3s test with latest buildx
* Additional commits viewable in [compare view](docker/setup-buildx-action@e468171...8d2750c)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=docker/setup-buildx-action&package-manager=github\_actions&previous-version=3.11.1&new-version=3.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 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)
mergify bot added a commit to robfrank/linklift that referenced this pull request Dec 22, 2025
[//]: # (dependabot-start)
⚠️ \*\*Dependabot is rebasing this PR\*\* ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps the github-actions group with 3 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [github/codeql-action](https://github.com/github/codeql-action) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby).
Updates `docker/setup-buildx-action` from 3.11.1 to 3.12.0
Release notes

*Sourced from [docker/setup-buildx-action's releases](https://github.com/docker/setup-buildx-action/releases).*

> v3.12.0
> -------
>
> * Deprecate `install` input by [`@​crazy-max`](https://github.com/crazy-max) in [docker/setup-buildx-action#455](https://redirect.github.com/docker/setup-buildx-action/pull/455)
> * Bump `@​docker/actions-toolkit` from 0.62.1 to 0.63.0 in [docker/setup-buildx-action#434](https://redirect.github.com/docker/setup-buildx-action/pull/434)
> * Bump brace-expansion from 1.1.11 to 1.1.12 in [docker/setup-buildx-action#436](https://redirect.github.com/docker/setup-buildx-action/pull/436)
> * Bump form-data from 2.5.1 to 2.5.5 in [docker/setup-buildx-action#432](https://redirect.github.com/docker/setup-buildx-action/pull/432)
> * Bump undici from 5.28.4 to 5.29.0 in [docker/setup-buildx-action#435](https://redirect.github.com/docker/setup-buildx-action/pull/435)
>
> **Full Changelog**: <docker/setup-buildx-action@v3.11.1...v3.12.0>


Commits

* [`8d2750c`](docker/setup-buildx-action@8d2750c) Merge pull request [#455](https://redirect.github.com/docker/setup-buildx-action/issues/455) from crazy-max/install-deprecated
* [`e81846b`](docker/setup-buildx-action@e81846b) deprecate install input
* [`65d18f8`](docker/setup-buildx-action@65d18f8) Merge pull request [#454](https://redirect.github.com/docker/setup-buildx-action/issues/454) from docker/dependabot/github\_actions/actions/checkout-6
* [`000d75d`](docker/setup-buildx-action@000d75d) build(deps): bump actions/checkout from 5 to 6
* [`1583c0f`](docker/setup-buildx-action@1583c0f) Merge pull request [#443](https://redirect.github.com/docker/setup-buildx-action/issues/443) from nicolasleger/patch-1
* [`ed158e7`](docker/setup-buildx-action@ed158e7) doc: bump actions/checkout from 4 to 5
* [`4cc794f`](docker/setup-buildx-action@4cc794f) Merge pull request [#441](https://redirect.github.com/docker/setup-buildx-action/issues/441) from docker/dependabot/github\_actions/actions/checkout-5
* [`4dfc3d6`](docker/setup-buildx-action@4dfc3d6) build(deps): bump actions/checkout from 4 to 5
* [`af1b253`](docker/setup-buildx-action@af1b253) Merge pull request [#440](https://redirect.github.com/docker/setup-buildx-action/issues/440) from crazy-max/k3s-build
* [`3c6ab92`](docker/setup-buildx-action@3c6ab92) ci: k3s test with latest buildx
* Additional commits viewable in [compare view](docker/setup-buildx-action@e468171...8d2750c)
  
Updates `github/codeql-action` from 4.31.8 to 4.31.9
Release notes

*Sourced from [github/codeql-action's releases](https://github.com/github/codeql-action/releases).*

> v4.31.9
> -------
>
> CodeQL Action Changelog
> =======================
>
> See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
>
> 4.31.9 - 16 Dec 2025
> --------------------
>
> No user facing changes.
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v4.31.9/CHANGELOG.md) for more information.


Changelog

*Sourced from [github/codeql-action's changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md).*

> CodeQL Action Changelog
> =======================
>
> See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
>
> [UNRELEASED]
> ------------
>
> No user facing changes.
>
> 4.31.9 - 16 Dec 2025
> --------------------
>
> No user facing changes.
>
> 4.31.8 - 11 Dec 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.8. [#3354](https://redirect.github.com/github/codeql-action/pull/3354)
>
> 4.31.7 - 05 Dec 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.7. [#3343](https://redirect.github.com/github/codeql-action/pull/3343)
>
> 4.31.6 - 01 Dec 2025
> --------------------
>
> No user facing changes.
>
> 4.31.5 - 24 Nov 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.6. [#3321](https://redirect.github.com/github/codeql-action/pull/3321)
>
> 4.31.4 - 18 Nov 2025
> --------------------
>
> No user facing changes.
>
> 4.31.3 - 13 Nov 2025
> --------------------
>
> * CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see [Upcoming deprecation of CodeQL Action v3](https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/).
> * Update default CodeQL bundle version to 2.23.5. [#3288](https://redirect.github.com/github/codeql-action/pull/3288)
>
> 4.31.2 - 30 Oct 2025
> --------------------
>
> No user facing changes.
>
> 4.31.1 - 30 Oct 2025
> --------------------
>
> * The `add-snippets` input has been removed from the `analyze` action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.
>
> 4.31.0 - 24 Oct 2025
> --------------------
>
> * Bump minimum CodeQL bundle version to 2.17.6. [#3223](https://redirect.github.com/github/codeql-action/pull/3223)
> * When SARIF files are uploaded by the `analyze` or `upload-sarif` actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the `upload-sarif` action. For `analyze`, this may affect Advanced Setup for CodeQL users who specify a value other than `always` for the `upload` input. [#3222](https://redirect.github.com/github/codeql-action/pull/3222)

... (truncated)


Commits

* [`5d4e8d1`](github/codeql-action@5d4e8d1) Merge pull request [#3371](https://redirect.github.com/github/codeql-action/issues/3371) from github/update-v4.31.9-998798e34
* [`1dc115f`](github/codeql-action@1dc115f) Update changelog for v4.31.9
* [`998798e`](github/codeql-action@998798e) Merge pull request [#3352](https://redirect.github.com/github/codeql-action/issues/3352) from github/nickrolfe/jar-min-ff-cleanup
* [`5eb7519`](github/codeql-action@5eb7519) Merge pull request [#3358](https://redirect.github.com/github/codeql-action/issues/3358) from github/henrymercer/database-upload-telemetry
* [`d29eddb`](github/codeql-action@d29eddb) Extract version number to constant
* [`e962687`](github/codeql-action@e962687) Merge branch 'main' into henrymercer/database-upload-telemetry
* [`19c7f96`](github/codeql-action@19c7f96) Rename `isOverlayBase`
* [`ae5de9a`](github/codeql-action@ae5de9a) Use `getErrorMessage` in log too
* [`0cb8633`](github/codeql-action@0cb8633) Prefer `performance.now()`
* [`c07cc0d`](github/codeql-action@c07cc0d) Merge pull request [#3351](https://redirect.github.com/github/codeql-action/issues/3351) from github/henrymercer/ghec-dr-determine-tools-vers...
* Additional commits viewable in [compare view](github/codeql-action@1b168cd...5d4e8d1)
  
Updates `ruby/setup-ruby` from 1.270.0 to 1.275.0
Release notes

*Sourced from [ruby/setup-ruby's releases](https://github.com/ruby/setup-ruby/releases).*

> v1.275.0
> --------
>
> What's Changed
> --------------
>
> * Skip saving cache for merge\_group event by [`@​ntkme`](https://github.com/ntkme) in [ruby/setup-ruby#812](https://redirect.github.com/ruby/setup-ruby/pull/812)
>
> **Full Changelog**: <ruby/setup-ruby@v1.274.0...v1.275.0>
>
> v1.274.0
> --------
>
> What's Changed
> --------------
>
> * Fix rubyinstaller2 urls for latest release by [`@​zenspider`](https://github.com/zenspider) in [ruby/setup-ruby#842](https://redirect.github.com/ruby/setup-ruby/pull/842)
>
> New Contributors
> ----------------
>
> * [`@​zenspider`](https://github.com/zenspider) made their first contribution in [ruby/setup-ruby#842](https://redirect.github.com/ruby/setup-ruby/pull/842)
>
> **Full Changelog**: <ruby/setup-ruby@v1.273.0...v1.274.0>
>
> v1.273.0
> --------
>
> What's Changed
> --------------
>
> * Update CRuby releases on Windows by [`@​ruby-builder-bot`](https://github.com/ruby-builder-bot) in [ruby/setup-ruby#840](https://redirect.github.com/ruby/setup-ruby/pull/840)
>
> **Full Changelog**: <ruby/setup-ruby@v1.272.0...v1.273.0>
>
> v1.272.0
> --------
>
> What's Changed
> --------------
>
> * Add ruby-4.0.0-preview3 by [`@​ruby-builder-bot`](https://github.com/ruby-builder-bot) in [ruby/setup-ruby#839](https://redirect.github.com/ruby/setup-ruby/pull/839)
>
> **Full Changelog**: <ruby/setup-ruby@v1.271.0...v1.272.0>
>
> v1.271.0
> --------
>
> What's Changed
> --------------
>
> * Add ruby-3.4.8 by [`@​ruby-builder-bot`](https://github.com/ruby-builder-bot) in [ruby/setup-ruby#838](https://redirect.github.com/ruby/setup-ruby/pull/838)
>
> **Full Changelog**: <ruby/setup-ruby@v1.270.0...v1.271.0>


Commits

* [`d354de1`](ruby/setup-ruby@d354de1) Skip saving cache for merge\_group event
* [`ed55d55`](ruby/setup-ruby@ed55d55) Fix rubyinstaller2 urls for latest release
* [`a25f1e4`](ruby/setup-ruby@a25f1e4) Update CRuby releases on Windows
* [`211ffaa`](ruby/setup-ruby@211ffaa) Add ruby-4.0.0-preview3
* [`f8d7259`](ruby/setup-ruby@f8d7259) Add ruby-3.4.8
* See full diff in [compare view](ruby/setup-ruby@ac793fd...d354de1)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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
oran-osc-github pushed a commit to o-ran-sc/it-dep that referenced this pull request Jan 6, 2026
Bumps docker/setup-buildx-action from 3.11.1 to 3.12.0.
## Release notes

Sourced from docker/setup-buildx-action's releases.

v3.12.0

Deprecate install input by @​crazy-max in docker/setup-buildx-action#455
Bump @​docker/actions-toolkit from 0.62.1 to 0.63.0 in docker/setup-buildx-action#434
Bump brace-expansion from 1.1.11 to 1.1.12 in docker/setup-buildx-action#436
Bump form-data from 2.5.1 to 2.5.5 in docker/setup-buildx-action#432
Bump undici from 5.28.4 to 5.29.0 in docker/setup-buildx-action#435

Full Changelog: docker/setup-buildx-action@v3.11.1...v3.12.0

## Commits

8d2750c Merge pull request #455 from crazy-max/install-deprecated
e81846b deprecate install input
65d18f8 Merge pull request #454 from docker/dependabot/github_actions/actions/checkout-6
000d75d build(deps): bump actions/checkout from 5 to 6
1583c0f Merge pull request #443 from nicolasleger/patch-1
ed158e7 doc: bump actions/checkout from 4 to 5
4cc794f Merge pull request #441 from docker/dependabot/github_actions/actions/checkout-5
4dfc3d6 build(deps): bump actions/checkout from 4 to 5
af1b253 Merge pull request #440 from crazy-max/k3s-build
3c6ab92 ci: k3s test with latest buildx
Additional commits viewable in compare view

![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Issue-ID: CIMAN-33
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: oran.gh2gerrit <[email protected]>
Change-Id: I9f779ffb3e28caa707475984b6b0d98f8c3f9343
GitHub-PR: #28
GitHub-Hash: 856e8b8d6999c089
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants