Skip to content

Commit 99338c8

Browse files
dependabot[bot]Copilotwaldekmastykarz
authored
Bump Scriban from 7.2.1 to 7.2.3 (#1696)
* Bump Scriban from 7.2.1 to 7.2.3 --- updated-dependencies: - dependency-name: Scriban dependency-version: 7.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update dependent packages.lock.json files for Scriban 7.2.3 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Waldek Mastykarz <waldek@mastykarz.nl>
1 parent b6722e7 commit 99338c8

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

DevProxy.Abstractions/DevProxy.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<PackageReference Include="Microsoft.OpenApi" Version="3.6.0" />
4242
<PackageReference Include="Microsoft.OpenApi.YamlReader" Version="3.6.0" />
4343
<PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1" />
44-
<PackageReference Include="Scriban" Version="7.2.1" />
44+
<PackageReference Include="Scriban" Version="7.2.3" />
4545
<PackageReference Include="System.CommandLine" Version="2.0.8" />
4646
<PackageReference Include="Unobtanium.Web.Proxy" Version="0.1.5" />
4747
<PackageReference Include="YamlDotNet" Version="18.0.0" />

DevProxy.Abstractions/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@
9191
},
9292
"Scriban": {
9393
"type": "Direct",
94-
"requested": "[7.2.1, )",
95-
"resolved": "7.2.1",
96-
"contentHash": "5Jw6PyOiY6RBhC5XgtZbOO6ZbZOXlqUDS35IVhLdAPRZHclf3iW35Tdh4FCw1/gNCJ9ia1CGVQabypGPYVThbw=="
94+
"requested": "[7.2.3, )",
95+
"resolved": "7.2.3",
96+
"contentHash": "WXafb3eoQBoQHednoIxrzGRfwswyR8nb9VSErRO9ax5+xj5a3bKGrqKrp8gbfhndRJgTU/Cr5iOQxsyJ+VSSXQ=="
9797
},
9898
"System.CommandLine": {
9999
"type": "Direct",

DevProxy.Plugins/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,8 @@
464464
},
465465
"Scriban": {
466466
"type": "Transitive",
467-
"resolved": "7.2.1",
468-
"contentHash": "5Jw6PyOiY6RBhC5XgtZbOO6ZbZOXlqUDS35IVhLdAPRZHclf3iW35Tdh4FCw1/gNCJ9ia1CGVQabypGPYVThbw=="
467+
"resolved": "7.2.3",
468+
"contentHash": "WXafb3eoQBoQHednoIxrzGRfwswyR8nb9VSErRO9ax5+xj5a3bKGrqKrp8gbfhndRJgTU/Cr5iOQxsyJ+VSSXQ=="
469469
},
470470
"SharpYaml": {
471471
"type": "Transitive",
@@ -537,7 +537,7 @@
537537
"Microsoft.OpenApi": "[3.6.0, )",
538538
"Microsoft.OpenApi.YamlReader": "[3.6.0, )",
539539
"Newtonsoft.Json.Schema": "[4.0.1, )",
540-
"Scriban": "[7.2.1, )",
540+
"Scriban": "[7.2.3, )",
541541
"System.CommandLine": "[2.0.8, )",
542542
"Unobtanium.Web.Proxy": "[0.1.5, )",
543543
"YamlDotNet": "[18.0.0, )"

DevProxy/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@
286286
},
287287
"Scriban": {
288288
"type": "Transitive",
289-
"resolved": "7.2.1",
290-
"contentHash": "5Jw6PyOiY6RBhC5XgtZbOO6ZbZOXlqUDS35IVhLdAPRZHclf3iW35Tdh4FCw1/gNCJ9ia1CGVQabypGPYVThbw=="
289+
"resolved": "7.2.3",
290+
"contentHash": "WXafb3eoQBoQHednoIxrzGRfwswyR8nb9VSErRO9ax5+xj5a3bKGrqKrp8gbfhndRJgTU/Cr5iOQxsyJ+VSSXQ=="
291291
},
292292
"SharpYaml": {
293293
"type": "Transitive",
@@ -352,7 +352,7 @@
352352
"Microsoft.OpenApi": "[3.6.0, )",
353353
"Microsoft.OpenApi.YamlReader": "[3.6.0, )",
354354
"Newtonsoft.Json.Schema": "[4.0.1, )",
355-
"Scriban": "[7.2.1, )",
355+
"Scriban": "[7.2.3, )",
356356
"System.CommandLine": "[2.0.8, )",
357357
"Unobtanium.Web.Proxy": "[0.1.5, )",
358358
"YamlDotNet": "[18.0.0, )"

0 commit comments

Comments
 (0)