File tree Expand file tree Collapse file tree 19 files changed +56
-42
lines changed
Authentication.Msal/src/Interop
WebAssembly.Authentication/src/Interop
JSInterop/Microsoft.JSInterop.JS/src
IntegrationTesting.IIS/src
Microsoft.dotnet-openapi/src Expand file tree Collapse file tree 19 files changed +56
-42
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,12 @@ and are generated based on the last package release.
69
69
<LatestPackageReference Include =" System.Net.Http" />
70
70
<LatestPackageReference Include =" System.Net.Http.Json" />
71
71
<LatestPackageReference Include =" System.Net.Sockets" />
72
+ <LatestPackageReference Include =" System.Private.Uri" />
72
73
<LatestPackageReference Include =" System.Reflection.Metadata" />
73
74
<LatestPackageReference Include =" System.Runtime.CompilerServices.Unsafe" />
74
75
<LatestPackageReference Include =" System.Runtime.InteropServices.RuntimeInformation" />
75
76
<LatestPackageReference Include =" System.Security.Cryptography.Pkcs" />
77
+ <LatestPackageReference Include =" System.Security.Cryptography.X509Certificates" />
76
78
<LatestPackageReference Include =" System.Security.Cryptography.Xml" />
77
79
<LatestPackageReference Include =" System.Security.Principal.Windows" />
78
80
<LatestPackageReference Include =" System.Text.Encodings.Web" />
Original file line number Diff line number Diff line change 165
165
<SystemComponentModelVersion >4.3.0</SystemComponentModelVersion >
166
166
<SystemNetHttpVersion >4.3.4</SystemNetHttpVersion >
167
167
<SystemNetSocketsVersion >4.3.0</SystemNetSocketsVersion >
168
+ <SystemPrivateUriVersion >4.3.2</SystemPrivateUriVersion >
169
+ <SystemSecurityCryptographyX509CertificatesVersion >4.3.2</SystemSecurityCryptographyX509CertificatesVersion >
168
170
<SystemRuntimeInteropServicesRuntimeInformationVersion >4.3.0</SystemRuntimeInteropServicesRuntimeInformationVersion >
169
171
<SystemThreadingTasksExtensionsVersion >4.5.4</SystemThreadingTasksExtensionsVersion >
170
172
<SystemValueTupleVersion >4.5.0</SystemValueTupleVersion >
Original file line number Diff line number Diff line change @@ -3738,9 +3738,9 @@ minimatch@^3.0.4:
3738
3738
brace-expansion "^1.1.7"
3739
3739
3740
3740
minimist@^1.2.5 :
3741
- version "1.2.5 "
3742
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5 .tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602 "
3743
- integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw ==
3741
+ version "1.2.6 "
3742
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6 .tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44 "
3743
+ integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q ==
3744
3744
3745
3745
3746
3746
version "2.1.2"
Original file line number Diff line number Diff line change @@ -2169,9 +2169,9 @@ minimatch@^3.0.4:
2169
2169
brace-expansion "^1.1.7"
2170
2170
2171
2171
minimist@^1.2.5 :
2172
- version "1.2.5 "
2173
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5 .tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602 "
2174
- integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw ==
2172
+ version "1.2.6 "
2173
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6 .tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44 "
2174
+ integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q ==
2175
2175
2176
2176
2177
2177
version "2.1.2"
Original file line number Diff line number Diff line change @@ -2170,9 +2170,9 @@ minimatch@^3.0.4:
2170
2170
brace-expansion "^1.1.7"
2171
2171
2172
2172
minimist@^1.2.5 :
2173
- version "1.2.5 "
2174
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5 .tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602 "
2175
- integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw ==
2173
+ version "1.2.6 "
2174
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6 .tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44 "
2175
+ integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q ==
2176
2176
2177
2177
2178
2178
version "2.1.2"
Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ arg@^4.1.0:
71
71
integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
72
72
73
73
async@^2.1.2 :
74
- version "2.6.3 "
75
- resolved "https://registry.yarnpkg.com/async/-/async-2.6.3 .tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff "
76
- integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
74
+ version "2.6.4 "
75
+ resolved "https://registry.yarnpkg.com/async/-/async-2.6.4 .tgz#706b7ff6084664cd7eae713f6f965433b5504221 "
76
+ integrity "sha1-cGt/9ghGZM1+rnE/b5ZUM7VQQiE= sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA=="
77
77
dependencies :
78
78
lodash "^4.17.14"
79
79
@@ -363,9 +363,9 @@ minimatch@^3.0.4:
363
363
brace-expansion "^1.1.7"
364
364
365
365
minimist@^1.2.5 :
366
- version "1.2.5 "
367
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5 .tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602 "
368
- integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw ==
366
+ version "1.2.6 "
367
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6 .tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44 "
368
+ integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q ==
369
369
370
370
mkdirp@^1.0.4 :
371
371
version "1.0.4"
Original file line number Diff line number Diff line change 26
26
<Reference Include =" Microsoft.AspNetCore.SignalR.Client" />
27
27
<Reference Include =" Microsoft.Extensions.Logging.Configuration" />
28
28
<Reference Include =" Newtonsoft.Json" />
29
+ <Reference Include =" System.Private.Uri" />
29
30
</ItemGroup >
30
31
31
32
<ItemGroup >
Original file line number Diff line number Diff line change @@ -176,9 +176,9 @@ minimatch@^3.0.4:
176
176
brace-expansion "^1.1.7"
177
177
178
178
minimist@^1.2.5 :
179
- version "1.2.5 "
180
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5 .tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602 "
181
- integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw ==
179
+ version "1.2.6 "
180
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6 .tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44 "
181
+ integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q ==
182
182
183
183
mkdirp@^0.5.3 :
184
184
version "0.5.5"
@@ -200,9 +200,9 @@ path-is-absolute@^1.0.0:
200
200
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
201
201
202
202
path-parse@^1.0.6 :
203
- version "1.0.6 "
204
- resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6 .tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c "
205
- integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw ==
203
+ version "1.0.7 "
204
+ resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7 .tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735 "
205
+ integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw ==
206
206
207
207
resolve@^1.3.2 :
208
208
version "1.20.0"
Original file line number Diff line number Diff line change @@ -254,9 +254,9 @@ mimic-response@^3.1.0:
254
254
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
255
255
256
256
minimist@^1.2.5 :
257
- version "1.2.5 "
258
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5 .tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602 "
259
- integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw ==
257
+ version "1.2.6 "
258
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6 .tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44 "
259
+ integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q ==
260
260
261
261
mkdirp@^1.0.4 :
262
262
version "1.0.4"
Original file line number Diff line number Diff line change @@ -254,9 +254,9 @@ mimic-response@^3.1.0:
254
254
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
255
255
256
256
minimist@^1.2.5 :
257
- version "1.2.5 "
258
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5 .tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602 "
259
- integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw ==
257
+ version "1.2.6 "
258
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6 .tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44 "
259
+ integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q ==
260
260
261
261
mkdirp@^1.0.4 :
262
262
version "1.0.4"
You can’t perform that action at this time.
0 commit comments