Skip to content

Commit 40a4b28

Browse files
Update dependency Microsoft.NET.Test.Sdk to 17.14.0 (#1136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dba9cb9 commit 40a4b28

File tree

19 files changed

+909
-661
lines changed

19 files changed

+909
-661
lines changed

src/Cake.Issues.DocFx.Tests/packages.lock.json

Lines changed: 52 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
},
1717
"Microsoft.NET.Test.Sdk": {
1818
"type": "Direct",
19-
"requested": "[17.13.0, )",
20-
"resolved": "17.13.0",
21-
"contentHash": "W19wCPizaIC9Zh47w8wWI/yxuqR7/dtABwOrc8r2jX/8mUNxM2vw4fXDh+DJTeogxV+KzKwg5jNNGQVwf3LXyA==",
19+
"requested": "[17.14.0, )",
20+
"resolved": "17.14.0",
21+
"contentHash": "rTtdOm6C96q9QgP3mS8nUGPGPh5Xm2HnBYJggNmNrJ3LDmX9lJuUIgnJEfvX6wSQY4swUMiCcIXd3OkjhYCgtw==",
2222
"dependencies": {
23-
"Microsoft.CodeCoverage": "17.13.0",
24-
"Microsoft.TestPlatform.TestHost": "17.13.0"
23+
"Microsoft.CodeCoverage": "17.14.0",
24+
"Microsoft.TestPlatform.TestHost": "17.14.0"
2525
}
2626
},
2727
"Microsoft.SourceLink.GitHub": {
@@ -92,8 +92,8 @@
9292
},
9393
"Microsoft.CodeCoverage": {
9494
"type": "Transitive",
95-
"resolved": "17.13.0",
96-
"contentHash": "9LIUy0y+DvUmEPtbRDw6Bay3rzwqFV8P4efTrK4CZhQle3M/QwLPjISghfcolmEGAPWxuJi6m98ZEfk4VR4Lfg=="
95+
"resolved": "17.14.0",
96+
"contentHash": "z2GYXGG6LjGoumT59xSB2dMnqSwQBjkxdDJmSJHwy5nPtZ435GXa6wj5hz/lRrAZ7NyXXxZNXVsiHXzHRru5eA=="
9797
},
9898
"Microsoft.NETCore.Platforms": {
9999
"type": "Transitive",
@@ -107,19 +107,19 @@
107107
},
108108
"Microsoft.TestPlatform.ObjectModel": {
109109
"type": "Transitive",
110-
"resolved": "17.13.0",
111-
"contentHash": "bt0E0Dx+iqW97o4A59RCmUmz/5NarJ7LRL+jXbSHod72ibL5XdNm1Ke+UO5tFhBG4VwHLcSjqq9BUSblGNWamw==",
110+
"resolved": "17.14.0",
111+
"contentHash": "3h7y7f/HuY8jdZa163p/55VmGw/fYJwrI8FOtsp4aEQAJaPgBr5LBS25uOfBwRYI95QDiByfaqSPBcWEvuHEwA==",
112112
"dependencies": {
113-
"System.Reflection.Metadata": "1.6.0"
113+
"System.Reflection.Metadata": "8.0.0"
114114
}
115115
},
116116
"Microsoft.TestPlatform.TestHost": {
117117
"type": "Transitive",
118-
"resolved": "17.13.0",
119-
"contentHash": "9GGw08Dc3AXspjekdyTdZ/wYWFlxbgcF0s7BKxzVX+hzAwpifDOdxM+ceVaaJSQOwqt3jtuNlHn3XTpKUS9x9Q==",
118+
"resolved": "17.14.0",
119+
"contentHash": "8htQBKM92s/NXUI/U0/CKKLlvlDfWIo3/mbnY/GS/2XLkBGNIVQufmUpDIzznaZqUpdzspGSsJcLhVN8aRoMaA==",
120120
"dependencies": {
121-
"Microsoft.TestPlatform.ObjectModel": "17.13.0",
122-
"Newtonsoft.Json": "13.0.1"
121+
"Microsoft.TestPlatform.ObjectModel": "17.14.0",
122+
"Newtonsoft.Json": "13.0.3"
123123
}
124124
},
125125
"Microsoft.Win32.Registry": {
@@ -136,6 +136,11 @@
136136
"resolved": "6.0.0",
137137
"contentHash": "CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA=="
138138
},
139+
"System.Collections.Immutable": {
140+
"type": "Transitive",
141+
"resolved": "8.0.0",
142+
"contentHash": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg=="
143+
},
139144
"System.Management": {
140145
"type": "Transitive",
141146
"resolved": "6.0.1",
@@ -146,8 +151,11 @@
146151
},
147152
"System.Reflection.Metadata": {
148153
"type": "Transitive",
149-
"resolved": "1.6.0",
150-
"contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ=="
154+
"resolved": "8.0.0",
155+
"contentHash": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
156+
"dependencies": {
157+
"System.Collections.Immutable": "8.0.0"
158+
}
151159
},
152160
"System.Security.AccessControl": {
153161
"type": "Transitive",
@@ -259,8 +267,8 @@
259267
"Newtonsoft.Json": {
260268
"type": "CentralTransitive",
261269
"requested": "[13.0.1, )",
262-
"resolved": "13.0.1",
263-
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
270+
"resolved": "13.0.3",
271+
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
264272
}
265273
},
266274
"net9.0": {
@@ -278,12 +286,12 @@
278286
},
279287
"Microsoft.NET.Test.Sdk": {
280288
"type": "Direct",
281-
"requested": "[17.13.0, )",
282-
"resolved": "17.13.0",
283-
"contentHash": "W19wCPizaIC9Zh47w8wWI/yxuqR7/dtABwOrc8r2jX/8mUNxM2vw4fXDh+DJTeogxV+KzKwg5jNNGQVwf3LXyA==",
289+
"requested": "[17.14.0, )",
290+
"resolved": "17.14.0",
291+
"contentHash": "rTtdOm6C96q9QgP3mS8nUGPGPh5Xm2HnBYJggNmNrJ3LDmX9lJuUIgnJEfvX6wSQY4swUMiCcIXd3OkjhYCgtw==",
284292
"dependencies": {
285-
"Microsoft.CodeCoverage": "17.13.0",
286-
"Microsoft.TestPlatform.TestHost": "17.13.0"
293+
"Microsoft.CodeCoverage": "17.14.0",
294+
"Microsoft.TestPlatform.TestHost": "17.14.0"
287295
}
288296
},
289297
"Microsoft.SourceLink.GitHub": {
@@ -354,8 +362,8 @@
354362
},
355363
"Microsoft.CodeCoverage": {
356364
"type": "Transitive",
357-
"resolved": "17.13.0",
358-
"contentHash": "9LIUy0y+DvUmEPtbRDw6Bay3rzwqFV8P4efTrK4CZhQle3M/QwLPjISghfcolmEGAPWxuJi6m98ZEfk4VR4Lfg=="
365+
"resolved": "17.14.0",
366+
"contentHash": "z2GYXGG6LjGoumT59xSB2dMnqSwQBjkxdDJmSJHwy5nPtZ435GXa6wj5hz/lRrAZ7NyXXxZNXVsiHXzHRru5eA=="
359367
},
360368
"Microsoft.NETCore.Platforms": {
361369
"type": "Transitive",
@@ -369,19 +377,19 @@
369377
},
370378
"Microsoft.TestPlatform.ObjectModel": {
371379
"type": "Transitive",
372-
"resolved": "17.13.0",
373-
"contentHash": "bt0E0Dx+iqW97o4A59RCmUmz/5NarJ7LRL+jXbSHod72ibL5XdNm1Ke+UO5tFhBG4VwHLcSjqq9BUSblGNWamw==",
380+
"resolved": "17.14.0",
381+
"contentHash": "3h7y7f/HuY8jdZa163p/55VmGw/fYJwrI8FOtsp4aEQAJaPgBr5LBS25uOfBwRYI95QDiByfaqSPBcWEvuHEwA==",
374382
"dependencies": {
375-
"System.Reflection.Metadata": "1.6.0"
383+
"System.Reflection.Metadata": "8.0.0"
376384
}
377385
},
378386
"Microsoft.TestPlatform.TestHost": {
379387
"type": "Transitive",
380-
"resolved": "17.13.0",
381-
"contentHash": "9GGw08Dc3AXspjekdyTdZ/wYWFlxbgcF0s7BKxzVX+hzAwpifDOdxM+ceVaaJSQOwqt3jtuNlHn3XTpKUS9x9Q==",
388+
"resolved": "17.14.0",
389+
"contentHash": "8htQBKM92s/NXUI/U0/CKKLlvlDfWIo3/mbnY/GS/2XLkBGNIVQufmUpDIzznaZqUpdzspGSsJcLhVN8aRoMaA==",
382390
"dependencies": {
383-
"Microsoft.TestPlatform.ObjectModel": "17.13.0",
384-
"Newtonsoft.Json": "13.0.1"
391+
"Microsoft.TestPlatform.ObjectModel": "17.14.0",
392+
"Newtonsoft.Json": "13.0.3"
385393
}
386394
},
387395
"Microsoft.Win32.Registry": {
@@ -398,6 +406,11 @@
398406
"resolved": "6.0.0",
399407
"contentHash": "CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA=="
400408
},
409+
"System.Collections.Immutable": {
410+
"type": "Transitive",
411+
"resolved": "8.0.0",
412+
"contentHash": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg=="
413+
},
401414
"System.Management": {
402415
"type": "Transitive",
403416
"resolved": "6.0.1",
@@ -408,8 +421,11 @@
408421
},
409422
"System.Reflection.Metadata": {
410423
"type": "Transitive",
411-
"resolved": "1.6.0",
412-
"contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ=="
424+
"resolved": "8.0.0",
425+
"contentHash": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
426+
"dependencies": {
427+
"System.Collections.Immutable": "8.0.0"
428+
}
413429
},
414430
"System.Security.AccessControl": {
415431
"type": "Transitive",
@@ -521,8 +537,8 @@
521537
"Newtonsoft.Json": {
522538
"type": "CentralTransitive",
523539
"requested": "[13.0.1, )",
524-
"resolved": "13.0.1",
525-
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
540+
"resolved": "13.0.3",
541+
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
526542
}
527543
}
528544
}

src/Cake.Issues.EsLint.Tests/packages.lock.json

Lines changed: 52 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
},
1717
"Microsoft.NET.Test.Sdk": {
1818
"type": "Direct",
19-
"requested": "[17.13.0, )",
20-
"resolved": "17.13.0",
21-
"contentHash": "W19wCPizaIC9Zh47w8wWI/yxuqR7/dtABwOrc8r2jX/8mUNxM2vw4fXDh+DJTeogxV+KzKwg5jNNGQVwf3LXyA==",
19+
"requested": "[17.14.0, )",
20+
"resolved": "17.14.0",
21+
"contentHash": "rTtdOm6C96q9QgP3mS8nUGPGPh5Xm2HnBYJggNmNrJ3LDmX9lJuUIgnJEfvX6wSQY4swUMiCcIXd3OkjhYCgtw==",
2222
"dependencies": {
23-
"Microsoft.CodeCoverage": "17.13.0",
24-
"Microsoft.TestPlatform.TestHost": "17.13.0"
23+
"Microsoft.CodeCoverage": "17.14.0",
24+
"Microsoft.TestPlatform.TestHost": "17.14.0"
2525
}
2626
},
2727
"Microsoft.SourceLink.GitHub": {
@@ -92,8 +92,8 @@
9292
},
9393
"Microsoft.CodeCoverage": {
9494
"type": "Transitive",
95-
"resolved": "17.13.0",
96-
"contentHash": "9LIUy0y+DvUmEPtbRDw6Bay3rzwqFV8P4efTrK4CZhQle3M/QwLPjISghfcolmEGAPWxuJi6m98ZEfk4VR4Lfg=="
95+
"resolved": "17.14.0",
96+
"contentHash": "z2GYXGG6LjGoumT59xSB2dMnqSwQBjkxdDJmSJHwy5nPtZ435GXa6wj5hz/lRrAZ7NyXXxZNXVsiHXzHRru5eA=="
9797
},
9898
"Microsoft.NETCore.Platforms": {
9999
"type": "Transitive",
@@ -107,19 +107,19 @@
107107
},
108108
"Microsoft.TestPlatform.ObjectModel": {
109109
"type": "Transitive",
110-
"resolved": "17.13.0",
111-
"contentHash": "bt0E0Dx+iqW97o4A59RCmUmz/5NarJ7LRL+jXbSHod72ibL5XdNm1Ke+UO5tFhBG4VwHLcSjqq9BUSblGNWamw==",
110+
"resolved": "17.14.0",
111+
"contentHash": "3h7y7f/HuY8jdZa163p/55VmGw/fYJwrI8FOtsp4aEQAJaPgBr5LBS25uOfBwRYI95QDiByfaqSPBcWEvuHEwA==",
112112
"dependencies": {
113-
"System.Reflection.Metadata": "1.6.0"
113+
"System.Reflection.Metadata": "8.0.0"
114114
}
115115
},
116116
"Microsoft.TestPlatform.TestHost": {
117117
"type": "Transitive",
118-
"resolved": "17.13.0",
119-
"contentHash": "9GGw08Dc3AXspjekdyTdZ/wYWFlxbgcF0s7BKxzVX+hzAwpifDOdxM+ceVaaJSQOwqt3jtuNlHn3XTpKUS9x9Q==",
118+
"resolved": "17.14.0",
119+
"contentHash": "8htQBKM92s/NXUI/U0/CKKLlvlDfWIo3/mbnY/GS/2XLkBGNIVQufmUpDIzznaZqUpdzspGSsJcLhVN8aRoMaA==",
120120
"dependencies": {
121-
"Microsoft.TestPlatform.ObjectModel": "17.13.0",
122-
"Newtonsoft.Json": "13.0.1"
121+
"Microsoft.TestPlatform.ObjectModel": "17.14.0",
122+
"Newtonsoft.Json": "13.0.3"
123123
}
124124
},
125125
"Microsoft.Win32.Registry": {
@@ -136,6 +136,11 @@
136136
"resolved": "6.0.0",
137137
"contentHash": "CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA=="
138138
},
139+
"System.Collections.Immutable": {
140+
"type": "Transitive",
141+
"resolved": "8.0.0",
142+
"contentHash": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg=="
143+
},
139144
"System.Management": {
140145
"type": "Transitive",
141146
"resolved": "6.0.1",
@@ -146,8 +151,11 @@
146151
},
147152
"System.Reflection.Metadata": {
148153
"type": "Transitive",
149-
"resolved": "1.6.0",
150-
"contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ=="
154+
"resolved": "8.0.0",
155+
"contentHash": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
156+
"dependencies": {
157+
"System.Collections.Immutable": "8.0.0"
158+
}
151159
},
152160
"System.Security.AccessControl": {
153161
"type": "Transitive",
@@ -259,8 +267,8 @@
259267
"Newtonsoft.Json": {
260268
"type": "CentralTransitive",
261269
"requested": "[13.0.1, )",
262-
"resolved": "13.0.1",
263-
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
270+
"resolved": "13.0.3",
271+
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
264272
}
265273
},
266274
"net9.0": {
@@ -278,12 +286,12 @@
278286
},
279287
"Microsoft.NET.Test.Sdk": {
280288
"type": "Direct",
281-
"requested": "[17.13.0, )",
282-
"resolved": "17.13.0",
283-
"contentHash": "W19wCPizaIC9Zh47w8wWI/yxuqR7/dtABwOrc8r2jX/8mUNxM2vw4fXDh+DJTeogxV+KzKwg5jNNGQVwf3LXyA==",
289+
"requested": "[17.14.0, )",
290+
"resolved": "17.14.0",
291+
"contentHash": "rTtdOm6C96q9QgP3mS8nUGPGPh5Xm2HnBYJggNmNrJ3LDmX9lJuUIgnJEfvX6wSQY4swUMiCcIXd3OkjhYCgtw==",
284292
"dependencies": {
285-
"Microsoft.CodeCoverage": "17.13.0",
286-
"Microsoft.TestPlatform.TestHost": "17.13.0"
293+
"Microsoft.CodeCoverage": "17.14.0",
294+
"Microsoft.TestPlatform.TestHost": "17.14.0"
287295
}
288296
},
289297
"Microsoft.SourceLink.GitHub": {
@@ -354,8 +362,8 @@
354362
},
355363
"Microsoft.CodeCoverage": {
356364
"type": "Transitive",
357-
"resolved": "17.13.0",
358-
"contentHash": "9LIUy0y+DvUmEPtbRDw6Bay3rzwqFV8P4efTrK4CZhQle3M/QwLPjISghfcolmEGAPWxuJi6m98ZEfk4VR4Lfg=="
365+
"resolved": "17.14.0",
366+
"contentHash": "z2GYXGG6LjGoumT59xSB2dMnqSwQBjkxdDJmSJHwy5nPtZ435GXa6wj5hz/lRrAZ7NyXXxZNXVsiHXzHRru5eA=="
359367
},
360368
"Microsoft.NETCore.Platforms": {
361369
"type": "Transitive",
@@ -369,19 +377,19 @@
369377
},
370378
"Microsoft.TestPlatform.ObjectModel": {
371379
"type": "Transitive",
372-
"resolved": "17.13.0",
373-
"contentHash": "bt0E0Dx+iqW97o4A59RCmUmz/5NarJ7LRL+jXbSHod72ibL5XdNm1Ke+UO5tFhBG4VwHLcSjqq9BUSblGNWamw==",
380+
"resolved": "17.14.0",
381+
"contentHash": "3h7y7f/HuY8jdZa163p/55VmGw/fYJwrI8FOtsp4aEQAJaPgBr5LBS25uOfBwRYI95QDiByfaqSPBcWEvuHEwA==",
374382
"dependencies": {
375-
"System.Reflection.Metadata": "1.6.0"
383+
"System.Reflection.Metadata": "8.0.0"
376384
}
377385
},
378386
"Microsoft.TestPlatform.TestHost": {
379387
"type": "Transitive",
380-
"resolved": "17.13.0",
381-
"contentHash": "9GGw08Dc3AXspjekdyTdZ/wYWFlxbgcF0s7BKxzVX+hzAwpifDOdxM+ceVaaJSQOwqt3jtuNlHn3XTpKUS9x9Q==",
388+
"resolved": "17.14.0",
389+
"contentHash": "8htQBKM92s/NXUI/U0/CKKLlvlDfWIo3/mbnY/GS/2XLkBGNIVQufmUpDIzznaZqUpdzspGSsJcLhVN8aRoMaA==",
382390
"dependencies": {
383-
"Microsoft.TestPlatform.ObjectModel": "17.13.0",
384-
"Newtonsoft.Json": "13.0.1"
391+
"Microsoft.TestPlatform.ObjectModel": "17.14.0",
392+
"Newtonsoft.Json": "13.0.3"
385393
}
386394
},
387395
"Microsoft.Win32.Registry": {
@@ -398,6 +406,11 @@
398406
"resolved": "6.0.0",
399407
"contentHash": "CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA=="
400408
},
409+
"System.Collections.Immutable": {
410+
"type": "Transitive",
411+
"resolved": "8.0.0",
412+
"contentHash": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg=="
413+
},
401414
"System.Management": {
402415
"type": "Transitive",
403416
"resolved": "6.0.1",
@@ -408,8 +421,11 @@
408421
},
409422
"System.Reflection.Metadata": {
410423
"type": "Transitive",
411-
"resolved": "1.6.0",
412-
"contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ=="
424+
"resolved": "8.0.0",
425+
"contentHash": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
426+
"dependencies": {
427+
"System.Collections.Immutable": "8.0.0"
428+
}
413429
},
414430
"System.Security.AccessControl": {
415431
"type": "Transitive",
@@ -521,8 +537,8 @@
521537
"Newtonsoft.Json": {
522538
"type": "CentralTransitive",
523539
"requested": "[13.0.1, )",
524-
"resolved": "13.0.1",
525-
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
540+
"resolved": "13.0.3",
541+
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
526542
}
527543
}
528544
}

0 commit comments

Comments
 (0)