Skip to content

Commit a56d8e2

Browse files
dependabot[bot]andyleejordan
authored andcommitted
Bump Serilog.Extensions.Logging and Microsoft.Extensions.Logging
Bumps [Serilog.Extensions.Logging](https://github.com/serilog/serilog-extensions-logging) and [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Serilog.Extensions.Logging` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/serilog/serilog-extensions-logging/releases) - [Commits](serilog/serilog-extensions-logging@v7.0.0...v8.0.0) Updates `Microsoft.Extensions.Logging` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: Serilog.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7192358 commit a56d8e2

File tree

8 files changed

+354
-344
lines changed

8 files changed

+354
-344
lines changed

src/PowerShellEditorServices.Hosting/packages.lock.json

+67-64
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
},
5656
"Microsoft.Bcl.AsyncInterfaces": {
5757
"type": "Transitive",
58-
"resolved": "7.0.0",
59-
"contentHash": "3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==",
58+
"resolved": "8.0.0",
59+
"contentHash": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
6060
"dependencies": {
6161
"System.Threading.Tasks.Extensions": "4.5.4"
6262
}
@@ -94,58 +94,59 @@
9494
},
9595
"Microsoft.Extensions.DependencyInjection": {
9696
"type": "Transitive",
97-
"resolved": "7.0.0",
98-
"contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==",
97+
"resolved": "8.0.0",
98+
"contentHash": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==",
9999
"dependencies": {
100-
"Microsoft.Bcl.AsyncInterfaces": "7.0.0",
101-
"Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
100+
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
101+
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
102102
"System.Threading.Tasks.Extensions": "4.5.4"
103103
}
104104
},
105105
"Microsoft.Extensions.DependencyInjection.Abstractions": {
106106
"type": "Transitive",
107-
"resolved": "7.0.0",
108-
"contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==",
107+
"resolved": "8.0.0",
108+
"contentHash": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==",
109109
"dependencies": {
110-
"Microsoft.Bcl.AsyncInterfaces": "7.0.0",
110+
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
111111
"System.Threading.Tasks.Extensions": "4.5.4"
112112
}
113113
},
114114
"Microsoft.Extensions.FileSystemGlobbing": {
115115
"type": "Transitive",
116-
"resolved": "7.0.0",
117-
"contentHash": "2jONjKHiF+E92ynz2ZFcr9OvxIw+rTGMPEH+UZGeHTEComVav93jQUWGkso8yWwVBcEJGcNcZAaqY01FFJcj7w=="
116+
"resolved": "8.0.0",
117+
"contentHash": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ=="
118118
},
119119
"Microsoft.Extensions.Logging": {
120120
"type": "Transitive",
121-
"resolved": "7.0.0",
122-
"contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==",
121+
"resolved": "8.0.0",
122+
"contentHash": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==",
123123
"dependencies": {
124-
"Microsoft.Bcl.AsyncInterfaces": "7.0.0",
125-
"Microsoft.Extensions.DependencyInjection": "7.0.0",
126-
"Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
127-
"Microsoft.Extensions.Logging.Abstractions": "7.0.0",
128-
"Microsoft.Extensions.Options": "7.0.0",
129-
"System.Diagnostics.DiagnosticSource": "7.0.0",
124+
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
125+
"Microsoft.Extensions.DependencyInjection": "8.0.0",
126+
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
127+
"Microsoft.Extensions.Options": "8.0.0",
128+
"System.Diagnostics.DiagnosticSource": "8.0.0",
130129
"System.ValueTuple": "4.5.0"
131130
}
132131
},
133132
"Microsoft.Extensions.Logging.Abstractions": {
134133
"type": "Transitive",
135-
"resolved": "7.0.0",
136-
"contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==",
134+
"resolved": "8.0.0",
135+
"contentHash": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==",
137136
"dependencies": {
137+
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
138138
"System.Buffers": "4.5.1",
139139
"System.Memory": "4.5.5"
140140
}
141141
},
142142
"Microsoft.Extensions.Options": {
143143
"type": "Transitive",
144-
"resolved": "7.0.0",
145-
"contentHash": "lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==",
144+
"resolved": "8.0.0",
145+
"contentHash": "JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==",
146146
"dependencies": {
147-
"Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
148-
"Microsoft.Extensions.Primitives": "7.0.0"
147+
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
148+
"Microsoft.Extensions.Primitives": "8.0.0",
149+
"System.ValueTuple": "4.5.0"
149150
}
150151
},
151152
"Microsoft.Extensions.Options.ConfigurationExtensions": {
@@ -162,8 +163,8 @@
162163
},
163164
"Microsoft.Extensions.Primitives": {
164165
"type": "Transitive",
165-
"resolved": "7.0.0",
166-
"contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==",
166+
"resolved": "8.0.0",
167+
"contentHash": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==",
167168
"dependencies": {
168169
"System.Memory": "4.5.5",
169170
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
@@ -317,11 +318,11 @@
317318
},
318319
"Serilog.Extensions.Logging": {
319320
"type": "Transitive",
320-
"resolved": "7.0.0",
321-
"contentHash": "9faU0zNQqU7I6soVhLUMYaGNpgWv6cKlKb2S5AnS8gXxzW/em5Ladm/6FMrWTnX41cdbdGPOWNAo6adi4WaJ6A==",
321+
"resolved": "8.0.0",
322+
"contentHash": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==",
322323
"dependencies": {
323-
"Microsoft.Extensions.Logging": "7.0.0",
324-
"Serilog": "2.12.0"
324+
"Microsoft.Extensions.Logging": "8.0.0",
325+
"Serilog": "3.1.1"
325326
}
326327
},
327328
"Serilog.Sinks.Async": {
@@ -355,8 +356,8 @@
355356
},
356357
"System.Diagnostics.DiagnosticSource": {
357358
"type": "Transitive",
358-
"resolved": "7.0.2",
359-
"contentHash": "hYr3I9N9811e0Bjf2WNwAGGyTuAFbbTgX1RPLt/3Wbm68x3IGcX5Cl75CMmgT6WlNwLQ2tCCWfqYPpypjaf2xA==",
359+
"resolved": "8.0.0",
360+
"contentHash": "c9xLpVz6PL9lp/djOWtk5KPDZq3cSYpmXoJQY524EOtuFl5z9ZtsotpsyrDW40U1DRnQSYvcPKEUV0X//u6gkQ==",
360361
"dependencies": {
361362
"System.Memory": "4.5.5",
362363
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
@@ -438,13 +439,13 @@
438439
"type": "Project",
439440
"dependencies": {
440441
"Microsoft.CSharp": "[4.7.0, )",
441-
"Microsoft.Extensions.FileSystemGlobbing": "[7.0.0, )",
442-
"Microsoft.Extensions.Logging": "[7.0.0, )",
442+
"Microsoft.Extensions.FileSystemGlobbing": "[8.0.0, )",
443+
"Microsoft.Extensions.Logging": "[8.0.0, )",
443444
"OmniSharp.Extensions.DebugAdapter.Server": "[0.19.9, )",
444445
"OmniSharp.Extensions.LanguageServer": "[0.19.9, )",
445446
"PowerShellStandard.Library": "[5.1.1, )",
446447
"Serilog": "[3.1.1, )",
447-
"Serilog.Extensions.Logging": "[7.0.0, )",
448+
"Serilog.Extensions.Logging": "[8.0.0, )",
448449
"Serilog.Sinks.Async": "[1.5.0, )",
449450
"Serilog.Sinks.File": "[5.0.0, )",
450451
"System.IO.Pipes.AccessControl": "[5.0.0, )",
@@ -536,45 +537,47 @@
536537
},
537538
"Microsoft.Extensions.DependencyInjection": {
538539
"type": "Transitive",
539-
"resolved": "7.0.0",
540-
"contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==",
540+
"resolved": "8.0.0",
541+
"contentHash": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==",
541542
"dependencies": {
542-
"Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
543+
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
543544
}
544545
},
545546
"Microsoft.Extensions.DependencyInjection.Abstractions": {
546547
"type": "Transitive",
547-
"resolved": "7.0.0",
548-
"contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw=="
548+
"resolved": "8.0.0",
549+
"contentHash": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg=="
549550
},
550551
"Microsoft.Extensions.FileSystemGlobbing": {
551552
"type": "Transitive",
552-
"resolved": "7.0.0",
553-
"contentHash": "2jONjKHiF+E92ynz2ZFcr9OvxIw+rTGMPEH+UZGeHTEComVav93jQUWGkso8yWwVBcEJGcNcZAaqY01FFJcj7w=="
553+
"resolved": "8.0.0",
554+
"contentHash": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ=="
554555
},
555556
"Microsoft.Extensions.Logging": {
556557
"type": "Transitive",
557-
"resolved": "7.0.0",
558-
"contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==",
558+
"resolved": "8.0.0",
559+
"contentHash": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==",
559560
"dependencies": {
560-
"Microsoft.Extensions.DependencyInjection": "7.0.0",
561-
"Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
562-
"Microsoft.Extensions.Logging.Abstractions": "7.0.0",
563-
"Microsoft.Extensions.Options": "7.0.0"
561+
"Microsoft.Extensions.DependencyInjection": "8.0.0",
562+
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
563+
"Microsoft.Extensions.Options": "8.0.0"
564564
}
565565
},
566566
"Microsoft.Extensions.Logging.Abstractions": {
567567
"type": "Transitive",
568-
"resolved": "7.0.0",
569-
"contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw=="
568+
"resolved": "8.0.0",
569+
"contentHash": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==",
570+
"dependencies": {
571+
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
572+
}
570573
},
571574
"Microsoft.Extensions.Options": {
572575
"type": "Transitive",
573-
"resolved": "7.0.0",
574-
"contentHash": "lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==",
576+
"resolved": "8.0.0",
577+
"contentHash": "JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==",
575578
"dependencies": {
576-
"Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
577-
"Microsoft.Extensions.Primitives": "7.0.0"
579+
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
580+
"Microsoft.Extensions.Primitives": "8.0.0"
578581
}
579582
},
580583
"Microsoft.Extensions.Options.ConfigurationExtensions": {
@@ -591,8 +594,8 @@
591594
},
592595
"Microsoft.Extensions.Primitives": {
593596
"type": "Transitive",
594-
"resolved": "7.0.0",
595-
"contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==",
597+
"resolved": "8.0.0",
598+
"contentHash": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==",
596599
"dependencies": {
597600
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
598601
}
@@ -750,11 +753,11 @@
750753
},
751754
"Serilog.Extensions.Logging": {
752755
"type": "Transitive",
753-
"resolved": "7.0.0",
754-
"contentHash": "9faU0zNQqU7I6soVhLUMYaGNpgWv6cKlKb2S5AnS8gXxzW/em5Ladm/6FMrWTnX41cdbdGPOWNAo6adi4WaJ6A==",
756+
"resolved": "8.0.0",
757+
"contentHash": "YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==",
755758
"dependencies": {
756-
"Microsoft.Extensions.Logging": "7.0.0",
757-
"Serilog": "2.12.0"
759+
"Microsoft.Extensions.Logging": "8.0.0",
760+
"Serilog": "3.1.1"
758761
}
759762
},
760763
"Serilog.Sinks.Async": {
@@ -957,13 +960,13 @@
957960
"type": "Project",
958961
"dependencies": {
959962
"Microsoft.CSharp": "[4.7.0, )",
960-
"Microsoft.Extensions.FileSystemGlobbing": "[7.0.0, )",
961-
"Microsoft.Extensions.Logging": "[7.0.0, )",
963+
"Microsoft.Extensions.FileSystemGlobbing": "[8.0.0, )",
964+
"Microsoft.Extensions.Logging": "[8.0.0, )",
962965
"OmniSharp.Extensions.DebugAdapter.Server": "[0.19.9, )",
963966
"OmniSharp.Extensions.LanguageServer": "[0.19.9, )",
964967
"PowerShellStandard.Library": "[5.1.1, )",
965968
"Serilog": "[3.1.1, )",
966-
"Serilog.Extensions.Logging": "[7.0.0, )",
969+
"Serilog.Extensions.Logging": "[8.0.0, )",
967970
"Serilog.Sinks.Async": "[1.5.0, )",
968971
"Serilog.Sinks.File": "[5.0.0, )",
969972
"System.IO.Pipes.AccessControl": "[5.0.0, )",

0 commit comments

Comments
 (0)