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 datatables.net-buttons-bs from 2.3.6 to 3.2.0 in /components #11240

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2024

Bumps datatables.net-buttons-bs from 2.3.6 to 3.2.0.

Release notes

Sourced from datatables.net-buttons-bs's releases.

3.2.0

Buttons Bootstrap 3.2.0

3.1.2

Buttons Bootstrap 3.1.2

3.1.1

Buttons Bootstrap 3.1.1

3.1.0

Buttons Bootstrap 3.1.0

3.0.2

Buttons Bootstrap 3.0.2

3.0.1

Buttons Bootstrap 3.0.1

3.0.0

Buttons Bootstrap 3.0.0

2.4.2

Buttons Bootstrap 2.4.2

2.4.1

Buttons Bootstrap 2.4.1

2.4.0

Buttons Bootstrap 2.4.0

Commits
  • 1eeb8f2 91ec1694df383e3520038c0ecab83ee04b93b829 New: When closing a popover, trigger...
  • 6e1a20c 3cab48583da254adb44e6c00b7bcd13023563712 New: Add escapeExcelFormula to `-a...
  • e5fcd21 fe105bc93f50921112e4f66a698b3312395c9a6a Fix: If a popover is fixed positio...
  • 8c69db6 8ab9e3841286f90654d29150a6f28c7b286f5eb1 Docs: Popover description was missin...
  • 7e3a4bc b10b3c5ba5e670f0283779d74ec532561eab1c6f Dev: Finish removing styling example...
  • 27d3709 002b66e9e24af5c176af543ac8757d2f957ba7f0 New: `-init buttons.buttons.dropIcon...
  • 077588f 7099db386b1f372bd2fc6db24739dcf34ec9f802 WIP: Improvements to dropdown icon t...
  • adcc751 927745f3bd0ed891a69e8c006d0de368bf115a85 New: Buttons with a split can now be...
  • f2f0f7f 822bb21ef766a967c1d99819d00aa273d2001b30 Dev: Tweak previous fix - it was cau...
  • daa121d 3583195f85049bbf3dde8d15b3768617bc8183af Fix: An error would occur if an expo...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [datatables.net-buttons-bs](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap) from 2.3.6 to 3.2.0.
- [Release notes](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap/releases)
- [Commits](DataTables/Dist-DataTables-Buttons-Bootstrap@2.3.6...3.2.0)

---
updated-dependencies:
- dependency-name: datatables.net-buttons-bs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 12, 2024
Copy link

DryRun Security Summary

The provided code changes involve updating the dependencies in the defectdojo application's package.json and yarn.lock files, primarily upgrading the datatables.net-bs, datatables.net-buttons-bs, and datatables.net-buttons dependencies to their latest major versions, which is a common and recommended practice to ensure the application benefits from the latest bug fixes, security patches, and feature improvements.

Expand for full summary

Summary:

The provided code changes involve updates to the dependencies in the defectdojo application's package.json and yarn.lock files. The key updates include upgrading the datatables.net-bs, datatables.net-buttons-bs, and datatables.net-buttons dependencies to their latest major versions.

From an application security perspective, these changes are generally not concerning, as updating dependencies to their latest versions is a common and recommended practice to ensure that the application benefits from the latest bug fixes, security patches, and feature improvements. However, the application security engineer should review the release notes and changelogs for these updated dependencies to understand the potential impact of any breaking changes or new security-related features.

Additionally, the application security engineer should ensure that the updated dependencies are from trusted sources, have a good security track record, and that the application's functionality and security posture are thoroughly tested after the dependency updates to identify any regressions or new vulnerabilities introduced.

Files Changed:

  1. components/package.json:

    • The datatables.net-buttons-bs dependency has been updated from version ^2.3.6 to ^3.2.0.
  2. components/yarn.lock:

    • The datatables.net-bs dependency has been updated from version 1.13.4 to 2.1.8.
    • The datatables.net-buttons-bs dependency has been updated from version 2.3.6 to 3.2.0.
    • The datatables.net-buttons dependency has been updated from version 2.3.6 to 3.2.0.
    • A new datatables.net dependency with version 2.1.8 has been added.

Code Analysis

We ran 9 analyzers against 2 files and 1 analyzer had findings. 8 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 1 finding

Riskiness

🟢 Risk threshold not exceeded.

View PR in the DryRun Dashboard.

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.

0 participants