Skip to content

Commit 56b6ad3

Browse files
authored
Merge pull request #927 from Cratis/update-deps2
Update dependencies
2 parents 2737356 + aeaae2b commit 56b6ad3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Directory.Packages.NET8-9.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<PackageVersion Update="Microsoft.Extensions.DependencyModel" Version="9.0.11" />
5-
<PackageVersion Update="System.Text.Json" Version="9.0.11" Condition="'$(IsTestProject)' != 'true'" />
4+
<PackageVersion Update="Microsoft.Extensions.DependencyModel" Version="9.0.13" />
5+
<PackageVersion Update="System.Text.Json" Version="9.0.13" Condition="'$(IsTestProject)' != 'true'" />
66
</ItemGroup>
77
</Project>

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- Analysis -->
2020
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" NoWarn="NU5104" />
2121
<PackageVersion Include="Roslynator.Analyzers" Version="4.15.0" />
22-
<PackageVersion Include="Meziantou.Analyzer" Version="3.0.1" />
22+
<PackageVersion Include="Meziantou.Analyzer" Version="3.0.15" />
2323
<!-- Specifications -->
2424
<PackageVersion Include="Cratis.Specifications.XUnit" Version="3.0.4" />
2525
<PackageVersion Include="xunit" Version="2.9.3" />

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"up": "node ./run-task-on-workspaces.js up"
2525
},
2626
"devDependencies": {
27-
"@tony.ganchev/eslint-plugin-header": "^3.2.1",
2827
"@eslint/eslintrc": "^3.3.3",
2928
"@eslint/js": "^10.0.0",
29+
"@tony.ganchev/eslint-plugin-header": "^3.2.1",
3030
"@types/chai": "5.2.3",
3131
"@types/chai-as-promised": "8.0.2",
3232
"@types/mocha": "10.0.10",
33-
"@types/node": "25.2.3",
33+
"@types/node": "25.3.0",
3434
"@types/sinon": "21.0.0",
3535
"@types/sinon-chai": "4.0.0",
3636
"@typescript-eslint/eslint-plugin": "8.56.0",
@@ -44,13 +44,13 @@
4444
"eslint-plugin-no-null": "1.0.2",
4545
"eslint-plugin-prettier": "5.5.5",
4646
"eslint-plugin-react": "7.37.5",
47-
"glob": "13.0.3",
47+
"glob": "13.0.6",
4848
"globals": "17.3.0",
4949
"mocha": "11.7.5",
5050
"module-alias": "2.3.4",
51-
"npm-check-updates": "19.3.2",
51+
"npm-check-updates": "19.4.1",
5252
"prettier": "3.8.1",
53-
"rollup": "4.57.1",
53+
"rollup": "4.59.0",
5454
"rollup-plugin-commonjs": "10.1.0",
5555
"rollup-plugin-peer-deps-external": "2.2.4",
5656
"rollup-plugin-typescript2": "0.36.0",

0 commit comments

Comments
 (0)