Skip to content

build(deps): bump simple-git and renovate in /dependencies#49

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies/multi-f8ee94b447
Closed

build(deps): bump simple-git and renovate in /dependencies#49
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies/multi-f8ee94b447

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown

Bumps simple-git to 3.36.0 and updates ancestor dependency renovate. These dependencies need to be updated together.

Updates simple-git from 3.35.2 to 3.36.0

Release notes

Sourced from simple-git's releases.

simple-git@3.36.0

Minor Changes

  • 89a2294: Extend known exploitable configuration keys and per-task environment variables.

    Note - ParsedVulnerabilities from argv-parser is removed in favour of a readonly array of Vulnerability to match usage in simple-git, rolled into the new vulnerabilityCheck for simpler access to the identified issues.

    Thanks to @​zebbern for identifying the need to block core.fsmonitor. Thanks to @​kodareef5 for identifying the need to block GIT_CONFIG_COUNT environment variables and --template / merge related config.

Patch Changes

  • 1ad57e8: Remove conflicting node:buffer import
  • Updated dependencies [89a2294]
  • Updated dependencies [675570a]
    • @​simple-git/argv-parser@​1.1.0
    • @​simple-git/args-pathspec@​1.0.3
Changelog

Sourced from simple-git's changelog.

3.36.0

Minor Changes

  • 89a2294: Extend known exploitable configuration keys and per-task environment variables.

    Note - ParsedVulnerabilities from argv-parser is removed in favour of a readonly array of Vulnerability to match usage in simple-git, rolled into the new vulnerabilityCheck for simpler access to the identified issues.

    Thanks to @​zebbern for identifying the need to block core.fsmonitor. Thanks to @​kodareef5 for identifying the need to block GIT_CONFIG_COUNT environment variables and --template / merge related config.

Patch Changes

  • 1ad57e8: Remove conflicting node:buffer import
  • Updated dependencies [89a2294]
  • Updated dependencies [675570a]
    • @​simple-git/argv-parser@​1.1.0
    • @​simple-git/args-pathspec@​1.0.3
Commits

Updates renovate from 43.150.0 to 43.218.0

Release notes

Sourced from renovate's releases.

43.218.0

43.218.0 (2026-06-10)

Features

  • platform/gitea,forgejo: use login instead of username for user handles (#43904) (5a8b5bb)

43.217.1

43.217.1 (2026-06-10)

Bug Fixes

  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.57.1 (main) (#43903) (b103f93)

43.217.0

43.217.0 (2026-06-09)

Features

  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.57.0 (main) (#43893) (ae859fa)

Code Refactoring

  • gerrit: use schema validated getJson instead of getJsonUnchecked (#43777) (dfe806f)

43.216.4

43.216.4 (2026-06-09)

Bug Fixes

  • use lockedVersion for currentVersionTimestamp lookup (#42476) (5646cba)

43.216.3

43.216.3 (2026-06-09)

Bug Fixes

Miscellaneous Chores

  • deps: update dependency graphql to v16.14.1 (main) (#43887) (4790189)

Tests

43.216.2

43.216.2 (2026-06-08)

... (truncated)

Commits
  • 5a8b5bb feat(platform/gitea,forgejo): use login instead of username for user handles ...
  • b103f93 fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.57.1 (main...
  • dfe806f refactor(gerrit): use schema validated getJson instead of `getJsonUnchecked...
  • ae859fa feat(deps): update ghcr.io/renovatebot/base-image docker tag to v13.57.0 (mai...
  • 5646cba fix: use lockedVersion for currentVersionTimestamp lookup (#42476)
  • def09c2 fix(github): use base_tree in pushFiles to avoid org ruleset file-path restri...
  • 33ca9e6 test: fix test cases failing inside devcontainer (#43886)
  • 4790189 chore(deps): update dependency graphql to v16.14.1 (main) (#43887)
  • 5e4ef74 fix(manager/flux): pin tag-only OCIRepository digests to spec.ref.digest (#43...
  • 527c3df chore(deps): update linters to v1.68.0 (main) (#43883)
  • 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 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 [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) to 3.36.0 and updates ancestor dependency [renovate](https://github.com/renovatebot/renovate). These dependencies need to be updated together.


Updates `simple-git` from 3.35.2 to 3.36.0
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.36.0/simple-git)

Updates `renovate` from 43.150.0 to 43.218.0
- [Release notes](https://github.com/renovatebot/renovate/releases)
- [Commits](renovatebot/renovate@43.150.0...43.218.0)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-version: 3.36.0
  dependency-type: indirect
- dependency-name: renovate
  dependency-version: 43.218.0
  dependency-type: direct:production
...

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 Jun 10, 2026
@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
JSON Pass ✅
JSON_PRETTIER Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY
trivy filesystem --config /github/workspace/.github/linters/trivy.yaml /github/workspace

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │        6        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
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.70/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


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

┌─────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                            Title                             │
├─────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ hono    │ CVE-2026-47673 │ MEDIUM   │ fixed  │ 4.12.18           │ 4.12.21       │ Hono: JWT middleware accepts any Authorization scheme, not   │
│         │                │          │        │                   │               │ only Bearer                                                  │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47673                   │
│         ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-47674 │          │        │                   │               │ Hono: IP Restriction bypasses static deny rules for          │
│         │                │          │        │                   │               │ non-canonical IPv6                                           │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47674                   │
│         ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-47675 │          │        │                   │               │ Hono: Cookie helper does not sanitize sameSite and priority, │
│         │                │          │        │                   │               │ allowing Set-Cookie injection...                             │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47675                   │
│         ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-47676 │          │        │                   │               │ Hono: app.mount() strips mount prefix using undecoded path,  │
│         │                │          │        │                   │               │ causing incorrect routing for...                             │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47676                   │
├─────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ postcss │ CVE-2026-41305 │          │        │ 8.4.31            │ 8.5.10        │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper    │
│         │                │          │        │                   │               │ escaping of style closing tags...                            │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-41305                   │
├─────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ qs      │ CVE-2026-8723  │          │        │ 6.14.2            │ 6.15.2        │ ### Summary `qs.stringify` throws `TypeError` when called    │
│         │                │          │        │                   │               │ with `arr...                                                 │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-8723                    │
└─────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
JSON Pass ✅
JSON_PRETTIER Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌

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 │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │        6        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
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.70/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


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

┌─────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                            Title                             │
├─────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ hono    │ CVE-2026-47673 │ MEDIUM   │ fixed  │ 4.12.18           │ 4.12.21       │ Hono: JWT middleware accepts any Authorization scheme, not   │
│         │                │          │        │                   │               │ only Bearer                                                  │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47673                   │
│         ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-47674 │          │        │                   │               │ Hono: IP Restriction bypasses static deny rules for          │
│         │                │          │        │                   │               │ non-canonical IPv6                                           │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47674                   │
│         ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-47675 │          │        │                   │               │ Hono: Cookie helper does not sanitize sameSite and priority, │
│         │                │          │        │                   │               │ allowing Set-Cookie injection...                             │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47675                   │
│         ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-47676 │          │        │                   │               │ Hono: app.mount() strips mount prefix using undecoded path,  │
│         │                │          │        │                   │               │ causing incorrect routing for...                             │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47676                   │
├─────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ postcss │ CVE-2026-41305 │          │        │ 8.4.31            │ 8.5.10        │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper    │
│         │                │          │        │                   │               │ escaping of style closing tags...                            │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-41305                   │
├─────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ qs      │ CVE-2026-8723  │          │        │ 6.14.2            │ 6.15.2        │ ### Summary `qs.stringify` throws `TypeError` when called    │
│         │                │          │        │                   │               │ with `arr...                                                 │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-8723                    │
└─────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
JSON Pass ✅
JSON_PRETTIER Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY
trivy filesystem --config /github/workspace/.github/linters/trivy.yaml /github/workspace

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │        6        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
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.70/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


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

┌─────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                            Title                             │
├─────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ hono    │ CVE-2026-47673 │ MEDIUM   │ fixed  │ 4.12.18           │ 4.12.21       │ Hono: JWT middleware accepts any Authorization scheme, not   │
│         │                │          │        │                   │               │ only Bearer                                                  │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47673                   │
│         ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-47674 │          │        │                   │               │ Hono: IP Restriction bypasses static deny rules for          │
│         │                │          │        │                   │               │ non-canonical IPv6                                           │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47674                   │
│         ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-47675 │          │        │                   │               │ Hono: Cookie helper does not sanitize sameSite and priority, │
│         │                │          │        │                   │               │ allowing Set-Cookie injection...                             │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47675                   │
│         ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-47676 │          │        │                   │               │ Hono: app.mount() strips mount prefix using undecoded path,  │
│         │                │          │        │                   │               │ causing incorrect routing for...                             │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47676                   │
├─────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ postcss │ CVE-2026-41305 │          │        │ 8.4.31            │ 8.5.10        │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper    │
│         │                │          │        │                   │               │ escaping of style closing tags...                            │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-41305                   │
├─────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ qs      │ CVE-2026-8723  │          │        │ 6.14.2            │ 6.15.2        │ ### Summary `qs.stringify` throws `TypeError` when called    │
│         │                │          │        │                   │               │ with `arr...                                                 │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-8723                    │
└─────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
JSON Pass ✅
JSON_PRETTIER Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌

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 │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │        6        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
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.70/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


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

┌─────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                            Title                             │
├─────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ hono    │ CVE-2026-47673 │ MEDIUM   │ fixed  │ 4.12.18           │ 4.12.21       │ Hono: JWT middleware accepts any Authorization scheme, not   │
│         │                │          │        │                   │               │ only Bearer                                                  │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47673                   │
│         ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-47674 │          │        │                   │               │ Hono: IP Restriction bypasses static deny rules for          │
│         │                │          │        │                   │               │ non-canonical IPv6                                           │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47674                   │
│         ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-47675 │          │        │                   │               │ Hono: Cookie helper does not sanitize sameSite and priority, │
│         │                │          │        │                   │               │ allowing Set-Cookie injection...                             │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47675                   │
│         ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│         │ CVE-2026-47676 │          │        │                   │               │ Hono: app.mount() strips mount prefix using undecoded path,  │
│         │                │          │        │                   │               │ causing incorrect routing for...                             │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47676                   │
├─────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ postcss │ CVE-2026-41305 │          │        │ 8.4.31            │ 8.5.10        │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper    │
│         │                │          │        │                   │               │ escaping of style closing tags...                            │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-41305                   │
├─────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ qs      │ CVE-2026-8723  │          │        │ 6.14.2            │ 6.15.2        │ ### Summary `qs.stringify` throws `TypeError` when called    │
│         │                │          │        │                   │               │ with `arr...                                                 │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-8723                    │
└─────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

@dependabot @github

dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 11, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dependencies/multi-f8ee94b447 branch June 11, 2026 06:15
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