Skip to content

Bump @rollup/rollup-linux-x64-gnu from 4.59.0 to 4.60.0#23

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/rollup/rollup-linux-x64-gnu-4.60.0
Open

Bump @rollup/rollup-linux-x64-gnu from 4.59.0 to 4.60.0#23
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/rollup/rollup-linux-x64-gnu-4.60.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 28, 2026

Bumps @rollup/rollup-linux-x64-gnu from 4.59.0 to 4.60.0.

Release notes

Sourced from @​rollup/rollup-linux-x64-gnu's releases.

v4.60.0

4.60.0

2026-03-22

Features

  • Support source phase imports as long as they are external (#6279)

Pull Requests

v4.59.1

4.59.1

2026-03-21

Bug Fixes

  • Fix a crash when using lazy dynamic imports with moduleSideEffects:false (#6306)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-x64-gnu's changelog.

4.60.0

2026-03-22

Features

  • Support source phase imports as long as they are external (#6279)

Pull Requests

4.59.1

2026-03-21

Bug Fixes

  • Fix a crash when using lazy dynamic imports with moduleSideEffects:false (#6306)

Pull Requests

Commits

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 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)

Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.59.0 to 4.60.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.59.0...v4.60.0)

---
updated-dependencies:
- dependency-name: "@rollup/rollup-linux-x64-gnu"
  dependency-version: 4.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 28, 2026
@dependabot dependabot Bot requested a review from hisapy as a code owner March 28, 2026 02:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 28, 2026
@github-actions
Copy link
Copy Markdown

Super-linter summary

Language Validation result
BASH Pass ✅
BASH_EXEC Pass ✅
CHECKOV Pass ✅
ENV Pass ✅
GITHUB_ACTIONS Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JAVASCRIPT_PRETTIER Pass ✅
JSON_PRETTIER Pass ✅
MARKDOWN Pass ✅
MARKDOWN_PRETTIER Pass ✅
NATURAL_LANGUAGE Pass ✅
PRE_COMMIT Pass ✅
SHELL_SHFMT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌
TYPESCRIPT_PRETTIER Pass ✅
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY

Report Summary

┌───────────────────┬──────┬─────────────────┬───────────────────┬─────────┐
│      Target       │ Type │ Vulnerabilities │ Misconfigurations │ Secrets │
├───────────────────┼──────┼─────────────────┼───────────────────┼─────────┤
│ package-lock.json │ npm  │        6        │         -         │    -    │
└───────────────────┴──────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.69/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


package-lock.json (npm)
=======================
Total: 6 (UNKNOWN: 0, LOW: 0, MEDIUM: 2, HIGH: 4, CRITICAL: 0)

┌─────────────────┬────────────────┬──────────┬────────┬───────────────────┬────────────────┬──────────────────────────────────────────────────────────────┐
│     Library     │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version  │                            Title                             │
├─────────────────┼────────────────┼──────────┼────────┼───────────────────┼────────────────┼──────────────────────────────────────────────────────────────┤
│ fast-xml-parser │ CVE-2026-33036 │ HIGH     │ fixed  │ 5.3.8             │ 5.5.6          │ fast-xml-parser affected by numeric entity expansion         │
│                 │                │          │        │                   │                │ bypassing all entity expansion limits (incomplete...         │
│                 │                │          │        │                   │                │ https://avd.aquasec.com/nvd/cve-2026-33036                   │
├─────────────────┼────────────────┤          │        ├───────────────────┼────────────────┼──────────────────────────────────────────────────────────────┤
│ undici          │ CVE-2026-1526  │          │        │ 6.23.0            │ 6.24.0, 7.24.0 │ undici: undici: Denial of Service via unbounded memory       │
│                 │                │          │        │                   │                │ consumption during WebSocket permessage-deflate...           │
│                 │                │          │        │                   │                │ https://avd.aquasec.com/nvd/cve-2026-1526                    │
│                 ├────────────────┤          │        │                   │                ├──────────────────────────────────────────────────────────────┤
│                 │ CVE-2026-1528  │          │        │                   │                │ undici: undici: Denial of Service via crafted WebSocket      │
│                 │                │          │        │                   │                │ frame with large length...                                   │
│                 │                │          │        │                   │                │ https://avd.aquasec.com/nvd/cve-2026-1528                    │
│                 ├────────────────┤          │        │                   │                ├──────────────────────────────────────────────────────────────┤
│                 │ CVE-2026-2229  │          │        │                   │                │ undici: Undici: Denial of Service via invalid WebSocket      │
│                 │                │          │        │                   │                │ permessage-deflate extension parameter                       │
│                 │                │          │        │                   │                │ https://avd.aquasec.com/nvd/cve-2026-2229                    │
│                 ├────────────────┼──────────┤        │                   │                ├──────────────────────────────────────────────────────────────┤
│                 │ CVE-2026-1525  │ MEDIUM   │        │                   │                │ undici: Undici: HTTP Request Smuggling and Denial of Service │
│                 │                │          │        │                   │                │ due to duplicate...                                          │
│                 │                │          │        │                   │                │ https://avd.aquasec.com/nvd/cve-2026-1525                    │
│                 ├────────────────┤          │        │                   │                ├──────────────────────────────────────────────────────────────┤
│                 │ CVE-2026-1527  │          │        │                   │                │ undici: Undici: HTTP header injection and request smuggling  │
│                 │                │          │        │                   │                │ vulnerability                                                │
│                 │                │          │        │                   │                │ https://avd.aquasec.com/nvd/cve-2026-1527                    │
└─────────────────┴────────────────┴──────────┴────────┴───────────────────┴────────────────┴──────────────────────────────────────────────────────────────┘

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