Skip to content

Commit 6fe41f0

Browse files
Merge pull request #133 from LiamMorrow/renovate/all-minor-patch
Update all non-major dependencies
2 parents 118d2b4 + 9a77429 commit 6fe41f0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

example/tic-tac-toe/tictactoe-frontend/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,9 +2029,9 @@
20292029
undici-types "~6.19.8"
20302030

20312031
"@types/node@^22.0.0":
2032-
version "22.10.2"
2033-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.2.tgz#a485426e6d1fdafc7b0d4c7b24e2c78182ddabb9"
2034-
integrity sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==
2032+
version "22.10.5"
2033+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b"
2034+
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==
20352035
dependencies:
20362036
undici-types "~6.20.0"
20372037

@@ -8665,9 +8665,9 @@ utils-merge@1.0.1:
86658665
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
86668666

86678667
uuid@^11.0.0:
8668-
version "11.0.3"
8669-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.3.tgz#248451cac9d1a4a4128033e765d137e2b2c49a3d"
8670-
integrity sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==
8668+
version "11.0.4"
8669+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.4.tgz#37943977894ef806d2919a7ca3f89d6e23c60bac"
8670+
integrity sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==
86718671

86728672
uuid@^8.3.2:
86738673
version "8.3.2"

test/OrgnalR.Tests/OrgnalR.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<IsPackable>false</IsPackable>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
6+
<PackageReference Include="coverlet.msbuild" Version="6.0.3">
77
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
88
<PrivateAssets>all</PrivateAssets>
99
</PackageReference>
10-
<PackageReference Include="coverlet.collector" Version="6.0.2">
10+
<PackageReference Include="coverlet.collector" Version="6.0.3">
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
<PrivateAssets>all</PrivateAssets>
1313
</PackageReference>

0 commit comments

Comments
 (0)