Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<!-- Pin the transitive AngleSharp (pulled by bUnit) to the patched 1.5.2: bUnit 2.7.2 floors it at
1.4.0, which carries CVE-2026-54570 / GHSA-pgww-w46g-26qg (mXSS via MathML annotation-xml). CPM
does not pin transitives, so the two bUnit-referencing projects add a direct PackageReference. -->
<PackageVersion Include="AngleSharp" Version="1.5.2" />
<PackageVersion Include="AngleSharp" Version="1.6.0" />
<PackageVersion Include="Deque.AxeCore.Playwright" Version="4.12.0" />
<!-- Pin the transitive Commons explicitly to 4.12.0 (= Playwright 4.12.0's floor): CPM does not pin
transitives, so a stale-cache restore could otherwise drift it down to 4.7.2 and dirty the lock. -->
Expand Down
6 changes: 3 additions & 3 deletions Source/Hosting/MMCA.Common.Testing.UI/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net10.0": {
"AngleSharp": {
"type": "Direct",
"requested": "[1.5.2, )",
"resolved": "1.5.2",
"contentHash": "LVZ7rrr6GHbhERhTgVDarVygl1e6KwE96pronA90LBOMacDhxR4lB+xYLjn/vlnUu+xbOB2RM9fuCPEx5bdyWA=="
"requested": "[1.6.0, )",
"resolved": "1.6.0",
"contentHash": "kVnhnZlM4Yww2KWqW3uSL8isvhYsrTTBMSPAgoF8ZhMrLSoay6783AP6dQxAj1J9gvWKi3OIM4ZezdE2Y4ufCQ=="
},
"bunit": {
"type": "Direct",
Expand Down
8 changes: 4 additions & 4 deletions Tests/Presentation/MMCA.Common.UI.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net10.0": {
"AngleSharp": {
"type": "Direct",
"requested": "[1.5.2, )",
"resolved": "1.5.2",
"contentHash": "LVZ7rrr6GHbhERhTgVDarVygl1e6KwE96pronA90LBOMacDhxR4lB+xYLjn/vlnUu+xbOB2RM9fuCPEx5bdyWA=="
"requested": "[1.6.0, )",
"resolved": "1.6.0",
"contentHash": "kVnhnZlM4Yww2KWqW3uSL8isvhYsrTTBMSPAgoF8ZhMrLSoay6783AP6dQxAj1J9gvWKi3OIM4ZezdE2Y4ufCQ=="
},
"AwesomeAssertions": {
"type": "Direct",
Expand Down Expand Up @@ -738,7 +738,7 @@
"mmca.common.testing.ui": {
"type": "Project",
"dependencies": {
"AngleSharp": "[1.5.2, )",
"AngleSharp": "[1.6.0, )",
"MMCA.Common.UI": "[1.0.0, )",
"MudBlazor": "[9.7.0, )",
"bunit": "[2.7.2, )"
Expand Down
Loading