Skip to content

chore(deps): update dependency dompurify to v3.4.15 - #6732

Merged
thomhurst merged 1 commit into
mainfrom
renovate/dompurify-3.x
Sep 6, 2026
Merged

chore(deps): update dependency dompurify to v3.4.15#6732
thomhurst merged 1 commit into
mainfrom
renovate/dompurify-3.x

Conversation

@thomhurst

@thomhurst thomhurst commented Sep 6, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
dompurify resolutions patch 3.4.143.4.15

Release Notes

cure53/DOMPurify (dompurify)

v3.4.15: DOMPurify 3.4.15

Compare Source

  • Added better clobbering hardening when XML content is involved, thanks @​gnyselcuk
  • Added several smaller hardening and edge-case improvements, thanks @​leechristensen
  • Bumped several dependencies where possible

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@coderabbitai

coderabbitai Bot commented Sep 6, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: a9783e69-3ba5-4496-8f12-49e8be1b195d

📥 Commits

Reviewing files that changed from the base of the PR and between e5af44a and fada23f.

⛔ Files ignored due to path filters (1)
  • docs/yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (1)
  • docs/package.json

Included review availability: Your plan provides up to 8 included reviews per hour; 5 remain after this review.


📝 Walkthrough

Walkthrough

The documentation package updates its dompurify resolution from 3.4.14 to 3.4.15.

Changes

Documentation dependency update

Layer / File(s) Summary
Update dompurify resolution
docs/package.json
The dompurify resolution changes from 3.4.14 to 3.4.15.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to fada2

Documentation builds will use dompurify 3.4.15, with the lockfile aligned to the declared resolution. No current merge-blocking risk is identified.

Poem

A rabbit checks the package tree
A safer version hops in free
The old pin rests, the new one gleams
The docs now follow fresher dreams
One small change completes the scene

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the dependency update from dompurify 3.4.14 to 3.4.15.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/dompurify-3.x

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Sep 6, 2026

Copy link
Copy Markdown

Greptile Summary

This PR updates the documentation site’s DOMPurify resolution from 3.4.14 to 3.4.15.

  • Updates the direct resolution in docs/package.json.
  • Refreshes the corresponding Yarn lockfile version, tarball URL, and integrity hash.
  • Preserves the compatible Mermaid dependency selector and DOMPurify optional dependency.

Confidence Score: 5/5

The PR appears safe to merge because the patch dependency update is internally consistent across the manifest and lockfile.

No actionable failures were identified; the resolved version satisfies the existing transitive semver constraint and the lockfile retains the dependency metadata.

Important Files Changed

Filename Overview
docs/package.json Updates the DOMPurify resolution from 3.4.14 to 3.4.15.
docs/yarn.lock Consistently refreshes the coalesced DOMPurify lock entry for version 3.4.15.

Reviews (1): Last reviewed commit: "chore(deps): update dependency dompurify..." | Re-trigger Greptile

github-actions Bot pushed a commit to BenjaminMichaelis/TrxLib that referenced this pull request Sep 7, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.65.68 to
1.66.16.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.66.16

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.16 -->

## What's Changed
### Other Changes
* fix: isolated name is lowercase (#​6727) by @​koryphaee in
thomhurst/TUnit#6728
* fix: preserve concurrent Assert.Multiple failures by @​thomhurst in
thomhurst/TUnit#6730
* fix: preserve original HTTP mock request content by @​thomhurst in
thomhurst/TUnit#6731
### Dependencies
* chore(deps): update tunit to 1.66.10 by @​thomhurst in
thomhurst/TUnit#6726
* chore(deps): update dependency dompurify to v3.4.15 by @​thomhurst in
thomhurst/TUnit#6732


**Full Changelog**:
thomhurst/TUnit@v1.66.10...v1.66.16

## 1.66.10

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.10 -->

## What's Changed
### Other Changes
* fix: restore null suppression for built-in assertion methods by
@​thomhurst in thomhurst/TUnit#6725
### Dependencies
* chore(deps): update tunit to 1.66.8 by @​thomhurst in
thomhurst/TUnit#6724


**Full Changelog**:
thomhurst/TUnit@v1.66.8...v1.66.10

## 1.66.8

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.8 -->

## What's Changed
### Other Changes
* fix(ci): make issue triage work for external reporters by @​thomhurst
in thomhurst/TUnit#6720
* fix(ci): run code review on pull requests from forks by @​thomhurst in
thomhurst/TUnit#6722
* fix: suppress nullability warnings after Should NotBeNull assertions
by @​mvanhorn in thomhurst/TUnit#6700
* fix: Avoid HTML report CLI option clashes by @​mvanhorn in
thomhurst/TUnit#6677
### Dependencies
* chore(deps): update tunit to 1.66.0 by @​thomhurst in
thomhurst/TUnit#6719
* chore(deps): update dependency microsoft.kiota.abstractions to 2.1.1
by @​thomhurst in thomhurst/TUnit#6721
* chore(deps): update dependency awssdk.sqs to 4.0.100.12 by @​thomhurst
in thomhurst/TUnit#6723


**Full Changelog**:
thomhurst/TUnit@v1.66.0...v1.66.8

## 1.66.0

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.0 -->

## What's Changed
### Other Changes
* Compile all C# documentation snippets by @​thomhurst in
thomhurst/TUnit#6695
* Fix `Type` assignability assertions to evaluate represented type (not
`RuntimeType`) by @​thomhurst with @​Copilot in
thomhurst/TUnit#6711
* Clarify ClassDataSource constructor requirements by @​thomhurst in
thomhurst/TUnit#6716
* Add programmatic HTML reporting settings by @​thomhurst in
thomhurst/TUnit#6699
* Fix timeout cancellation diagnostics by @​thomhurst in
thomhurst/TUnit#6715
### Dependencies
* chore(deps): update tunit to 1.65.68 by @​thomhurst in
thomhurst/TUnit#6682
* chore(deps): update dependency verify.tool to v0.9.1 by @​thomhurst in
thomhurst/TUnit#6683
* chore(deps): update dependency mockolate to 3.4.1 by @​thomhurst in
thomhurst/TUnit#6685
* chore(deps): update dependency serialize-javascript to v7.1.1 by
@​thomhurst in thomhurst/TUnit#6687
* chore(deps): update dependency qs to v6.16.0 by @​thomhurst in
thomhurst/TUnit#6691
* chore(deps): update dependency system.reactive to v7 by @​thomhurst in
thomhurst/TUnit#6696
* chore(deps): update dependency imposter to 0.1.10 by @​thomhurst in
thomhurst/TUnit#6701
* chore(deps): update dependency microsoft.kiota.abstractions to 2.1.0
by @​thomhurst in thomhurst/TUnit#6704
* chore(deps): update mstest to 4.4.0 by @​thomhurst in
thomhurst/TUnit#6705
* chore(deps): update dependency dotnet-trace to v10 by @​thomhurst in
thomhurst/TUnit#6706
* chore(deps): update microsoft.testing by @​thomhurst in
thomhurst/TUnit#6703
* chore(deps): update microsoft.testing by @​thomhurst in
thomhurst/TUnit#6713
* chore(deps): bump fast-uri from 3.1.5 to 3.1.7 in /docs by
@​dependabot[bot] in thomhurst/TUnit#6707


**Full Changelog**:
thomhurst/TUnit@v1.65.68...v1.66.0

Commits viewable in [compare
view](thomhurst/TUnit@v1.65.68...v1.66.16).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit&package-manager=nuget&previous-version=1.65.68&new-version=1.66.16)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
intellitect-bot pushed a commit to IntelliTect/EssentialCSharp.Web that referenced this pull request Sep 7, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.66.0 to
1.66.16.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.66.16

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.16 -->

## What's Changed
### Other Changes
* fix: isolated name is lowercase (#​6727) by @​koryphaee in
thomhurst/TUnit#6728
* fix: preserve concurrent Assert.Multiple failures by @​thomhurst in
thomhurst/TUnit#6730
* fix: preserve original HTTP mock request content by @​thomhurst in
thomhurst/TUnit#6731
### Dependencies
* chore(deps): update tunit to 1.66.10 by @​thomhurst in
thomhurst/TUnit#6726
* chore(deps): update dependency dompurify to v3.4.15 by @​thomhurst in
thomhurst/TUnit#6732


**Full Changelog**:
thomhurst/TUnit@v1.66.10...v1.66.16

## 1.66.10

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.10 -->

## What's Changed
### Other Changes
* fix: restore null suppression for built-in assertion methods by
@​thomhurst in thomhurst/TUnit#6725
### Dependencies
* chore(deps): update tunit to 1.66.8 by @​thomhurst in
thomhurst/TUnit#6724


**Full Changelog**:
thomhurst/TUnit@v1.66.8...v1.66.10

## 1.66.8

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.8 -->

## What's Changed
### Other Changes
* fix(ci): make issue triage work for external reporters by @​thomhurst
in thomhurst/TUnit#6720
* fix(ci): run code review on pull requests from forks by @​thomhurst in
thomhurst/TUnit#6722
* fix: suppress nullability warnings after Should NotBeNull assertions
by @​mvanhorn in thomhurst/TUnit#6700
* fix: Avoid HTML report CLI option clashes by @​mvanhorn in
thomhurst/TUnit#6677
### Dependencies
* chore(deps): update tunit to 1.66.0 by @​thomhurst in
thomhurst/TUnit#6719
* chore(deps): update dependency microsoft.kiota.abstractions to 2.1.1
by @​thomhurst in thomhurst/TUnit#6721
* chore(deps): update dependency awssdk.sqs to 4.0.100.12 by @​thomhurst
in thomhurst/TUnit#6723


**Full Changelog**:
thomhurst/TUnit@v1.66.0...v1.66.8

Commits viewable in [compare
view](thomhurst/TUnit@v1.66.0...v1.66.16).
</details>

Updated [TUnit.AspNetCore](https://github.com/thomhurst/TUnit) from
1.66.0 to 1.66.16.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit.AspNetCore's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.66.16

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.16 -->

## What's Changed
### Other Changes
* fix: isolated name is lowercase (#​6727) by @​koryphaee in
thomhurst/TUnit#6728
* fix: preserve concurrent Assert.Multiple failures by @​thomhurst in
thomhurst/TUnit#6730
* fix: preserve original HTTP mock request content by @​thomhurst in
thomhurst/TUnit#6731
### Dependencies
* chore(deps): update tunit to 1.66.10 by @​thomhurst in
thomhurst/TUnit#6726
* chore(deps): update dependency dompurify to v3.4.15 by @​thomhurst in
thomhurst/TUnit#6732


**Full Changelog**:
thomhurst/TUnit@v1.66.10...v1.66.16

## 1.66.10

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.10 -->

## What's Changed
### Other Changes
* fix: restore null suppression for built-in assertion methods by
@​thomhurst in thomhurst/TUnit#6725
### Dependencies
* chore(deps): update tunit to 1.66.8 by @​thomhurst in
thomhurst/TUnit#6724


**Full Changelog**:
thomhurst/TUnit@v1.66.8...v1.66.10

## 1.66.8

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.8 -->

## What's Changed
### Other Changes
* fix(ci): make issue triage work for external reporters by @​thomhurst
in thomhurst/TUnit#6720
* fix(ci): run code review on pull requests from forks by @​thomhurst in
thomhurst/TUnit#6722
* fix: suppress nullability warnings after Should NotBeNull assertions
by @​mvanhorn in thomhurst/TUnit#6700
* fix: Avoid HTML report CLI option clashes by @​mvanhorn in
thomhurst/TUnit#6677
### Dependencies
* chore(deps): update tunit to 1.66.0 by @​thomhurst in
thomhurst/TUnit#6719
* chore(deps): update dependency microsoft.kiota.abstractions to 2.1.1
by @​thomhurst in thomhurst/TUnit#6721
* chore(deps): update dependency awssdk.sqs to 4.0.100.12 by @​thomhurst
in thomhurst/TUnit#6723


**Full Changelog**:
thomhurst/TUnit@v1.66.0...v1.66.8

Commits viewable in [compare
view](thomhurst/TUnit@v1.66.0...v1.66.16).
</details>

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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions Bot pushed a commit to IntelliTect/CodingGuidelines that referenced this pull request Sep 7, 2026
Updated [TUnit.Core](https://github.com/thomhurst/TUnit) from 1.65.68 to
1.66.27.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit.Core's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.66.27

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.27 -->

## What's Changed
### Other Changes
* fix(mocks): initialize mock state before base constructor callbacks by
@​thomhurst in thomhurst/TUnit#6741
### Dependencies
* chore(deps): update tunit to 1.66.16 by @​thomhurst in
thomhurst/TUnit#6733
* chore(deps): update dependency testcontainers.postgresql to 4.15.0 by
@​thomhurst in thomhurst/TUnit#6736
* chore(deps): update dependency testcontainers.redis to 4.15.0 by
@​thomhurst in thomhurst/TUnit#6737
* chore(deps): update dependency testcontainers.kafka to 4.15.0 by
@​thomhurst in thomhurst/TUnit#6735
* chore(deps): update dependency mockolate to 3.5.0 by @​thomhurst in
thomhurst/TUnit#6739


**Full Changelog**:
thomhurst/TUnit@v1.66.16...v1.66.27

## 1.66.16

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.16 -->

## What's Changed
### Other Changes
* fix: isolated name is lowercase (#​6727) by @​koryphaee in
thomhurst/TUnit#6728
* fix: preserve concurrent Assert.Multiple failures by @​thomhurst in
thomhurst/TUnit#6730
* fix: preserve original HTTP mock request content by @​thomhurst in
thomhurst/TUnit#6731
### Dependencies
* chore(deps): update tunit to 1.66.10 by @​thomhurst in
thomhurst/TUnit#6726
* chore(deps): update dependency dompurify to v3.4.15 by @​thomhurst in
thomhurst/TUnit#6732


**Full Changelog**:
thomhurst/TUnit@v1.66.10...v1.66.16

## 1.66.10

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.10 -->

## What's Changed
### Other Changes
* fix: restore null suppression for built-in assertion methods by
@​thomhurst in thomhurst/TUnit#6725
### Dependencies
* chore(deps): update tunit to 1.66.8 by @​thomhurst in
thomhurst/TUnit#6724


**Full Changelog**:
thomhurst/TUnit@v1.66.8...v1.66.10

## 1.66.8

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.8 -->

## What's Changed
### Other Changes
* fix(ci): make issue triage work for external reporters by @​thomhurst
in thomhurst/TUnit#6720
* fix(ci): run code review on pull requests from forks by @​thomhurst in
thomhurst/TUnit#6722
* fix: suppress nullability warnings after Should NotBeNull assertions
by @​mvanhorn in thomhurst/TUnit#6700
* fix: Avoid HTML report CLI option clashes by @​mvanhorn in
thomhurst/TUnit#6677
### Dependencies
* chore(deps): update tunit to 1.66.0 by @​thomhurst in
thomhurst/TUnit#6719
* chore(deps): update dependency microsoft.kiota.abstractions to 2.1.1
by @​thomhurst in thomhurst/TUnit#6721
* chore(deps): update dependency awssdk.sqs to 4.0.100.12 by @​thomhurst
in thomhurst/TUnit#6723


**Full Changelog**:
thomhurst/TUnit@v1.66.0...v1.66.8

## 1.66.0

<!-- Release notes generated using configuration in .github/release.yml
at v1.66.0 -->

## What's Changed
### Other Changes
* Compile all C# documentation snippets by @​thomhurst in
thomhurst/TUnit#6695
* Fix `Type` assignability assertions to evaluate represented type (not
`RuntimeType`) by @​thomhurst with @​Copilot in
thomhurst/TUnit#6711
* Clarify ClassDataSource constructor requirements by @​thomhurst in
thomhurst/TUnit#6716
* Add programmatic HTML reporting settings by @​thomhurst in
thomhurst/TUnit#6699
* Fix timeout cancellation diagnostics by @​thomhurst in
thomhurst/TUnit#6715
### Dependencies
* chore(deps): update tunit to 1.65.68 by @​thomhurst in
thomhurst/TUnit#6682
* chore(deps): update dependency verify.tool to v0.9.1 by @​thomhurst in
thomhurst/TUnit#6683
* chore(deps): update dependency mockolate to 3.4.1 by @​thomhurst in
thomhurst/TUnit#6685
* chore(deps): update dependency serialize-javascript to v7.1.1 by
@​thomhurst in thomhurst/TUnit#6687
* chore(deps): update dependency qs to v6.16.0 by @​thomhurst in
thomhurst/TUnit#6691
* chore(deps): update dependency system.reactive to v7 by @​thomhurst in
thomhurst/TUnit#6696
* chore(deps): update dependency imposter to 0.1.10 by @​thomhurst in
thomhurst/TUnit#6701
* chore(deps): update dependency microsoft.kiota.abstractions to 2.1.0
by @​thomhurst in thomhurst/TUnit#6704
* chore(deps): update mstest to 4.4.0 by @​thomhurst in
thomhurst/TUnit#6705
* chore(deps): update dependency dotnet-trace to v10 by @​thomhurst in
thomhurst/TUnit#6706
* chore(deps): update microsoft.testing by @​thomhurst in
thomhurst/TUnit#6703
* chore(deps): update microsoft.testing by @​thomhurst in
thomhurst/TUnit#6713
* chore(deps): bump fast-uri from 3.1.5 to 3.1.7 in /docs by
@​dependabot[bot] in thomhurst/TUnit#6707


**Full Changelog**:
thomhurst/TUnit@v1.65.68...v1.66.0

Commits viewable in [compare
view](thomhurst/TUnit@v1.65.68...v1.66.27).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit.Core&package-manager=nuget&previous-version=1.65.68&new-version=1.66.27)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants