Skip to content

Commit ef7cdf7

Browse files
chore(deps): update dependency nunit to v4 (#663)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26b0b2b commit ef7cdf7

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

Snittlistan.Test/Snittlistan.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<Version>5.4.0</Version>
166166
</PackageReference>
167167
<PackageReference Include="NUnit">
168-
<Version>3.14.0</Version>
168+
<Version>4.3.2</Version>
169169
</PackageReference>
170170
<PackageReference Include="NUnit.ConsoleRunner">
171171
<Version>3.20.0</Version>

Snittlistan.Test/packages.lock.json

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,14 @@
9898
},
9999
"NUnit": {
100100
"type": "Direct",
101-
"requested": "[3.14.0, )",
102-
"resolved": "3.14.0",
103-
"contentHash": "R7iPwD7kbOaP3o2zldWJbWeMQAvDKD0uld27QvA3PAALl1unl7x0v2J7eGiJOYjimV/BuGT4VJmr45RjS7z4LA=="
101+
"requested": "[4.3.2, )",
102+
"resolved": "4.3.2",
103+
"contentHash": "puVXayXNmEu7MFQSUswGmUjOy3M3baprMbkLl5PAutpeDoGTr+jPv33qAYsqxywi2wJCq8l/O3EhHoLulPE1iQ==",
104+
"dependencies": {
105+
"System.Memory": "4.6.0",
106+
"System.Threading.Tasks.Extensions": "4.5.4",
107+
"System.ValueTuple": "4.5.0"
108+
}
104109
},
105110
"NUnit.ConsoleRunner": {
106111
"type": "Direct",
@@ -341,8 +346,8 @@
341346
},
342347
"System.Buffers": {
343348
"type": "Transitive",
344-
"resolved": "4.5.1",
345-
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
349+
"resolved": "4.6.0",
350+
"contentHash": "lN6tZi7Q46zFzAbRYXTIvfXcyvQQgxnY7Xm6C6xQ9784dEL1amjM6S6Iw4ZpsvesAKnRVsM4scrDQaDqSClkjA=="
346351
},
347352
"System.Collections.Immutable": {
348353
"type": "Transitive",
@@ -354,18 +359,18 @@
354359
},
355360
"System.Memory": {
356361
"type": "Transitive",
357-
"resolved": "4.5.5",
358-
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
362+
"resolved": "4.6.0",
363+
"contentHash": "OEkbBQoklHngJ8UD8ez2AERSk2g+/qpAaSWWCBFbpH727HxDq5ydVkuncBaKcKfwRqXGWx64dS6G1SUScMsitg==",
359364
"dependencies": {
360-
"System.Buffers": "4.5.1",
361-
"System.Numerics.Vectors": "4.5.0",
362-
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
365+
"System.Buffers": "4.6.0",
366+
"System.Numerics.Vectors": "4.6.0",
367+
"System.Runtime.CompilerServices.Unsafe": "6.1.0"
363368
}
364369
},
365370
"System.Numerics.Vectors": {
366371
"type": "Transitive",
367-
"resolved": "4.5.0",
368-
"contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ=="
372+
"resolved": "4.6.0",
373+
"contentHash": "t+SoieZsRuEyiw/J+qXUbolyO219tKQQI0+2/YI+Qv7YdGValA6WiuokrNKqjrTNsy5ABWU11bdKOzUdheteXg=="
369374
},
370375
"System.Reflection.Metadata": {
371376
"type": "Transitive",
@@ -377,8 +382,8 @@
377382
},
378383
"System.Runtime.CompilerServices.Unsafe": {
379384
"type": "Transitive",
380-
"resolved": "4.6.0",
381-
"contentHash": "HxozeSlipUK7dAroTYwIcGwKDeOVpQnJlpVaOkBz7CM4TsE5b/tKlQBZecTjh6FzcSbxndYaxxpsBMz+wMJeyw=="
385+
"resolved": "6.1.0",
386+
"contentHash": "5o/HZxx6RVqYlhKSq8/zronDkALJZUT2Vz0hx43f0gwe8mwlM0y2nYlqdBwLMzr262Bwvpikeb/yEwkAa5PADg=="
382387
},
383388
"System.Text.Encodings.Web": {
384389
"type": "Transitive",

0 commit comments

Comments
 (0)