Skip to content

Commit 3f4ee6a

Browse files
Patch/0.3.8 (#327)
+semver: patch * Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#314) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/cache from 3.0.11 to 3.2.3 (#313) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.11...v3.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 (#309) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.4.1. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.0...v17.4.1) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Clears payload at startup (#326) * Fix Mongodb configuration where GUIDs are not deserialized correctly Remove pending payloads only when MachineName matches. * Update changelog Signed-off-by: Victor Chang <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Victor Chang <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd5e2a5 commit 3f4ee6a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/DicomWebClient/CLI/packages.lock.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,20 +1474,20 @@
14741474
"monai.deploy.informaticsgateway.client.common": {
14751475
"type": "Project",
14761476
"dependencies": {
1477-
"Ardalis.GuardClauses": "4.0.1",
1478-
"System.Text.Json": "6.0.7"
1477+
"Ardalis.GuardClauses": "[4.0.1, )",
1478+
"System.Text.Json": "[6.0.7, )"
14791479
}
14801480
},
14811481
"monai.deploy.informaticsgateway.dicomweb.client": {
14821482
"type": "Project",
14831483
"dependencies": {
1484-
"Ardalis.GuardClauses": "4.0.1",
1485-
"Microsoft.AspNet.WebApi.Client": "5.2.9",
1486-
"Microsoft.Extensions.Http": "6.0.0",
1487-
"Microsoft.Net.Http.Headers": "2.2.8",
1488-
"Monai.Deploy.InformaticsGateway.Client.Common": "1.0.0",
1489-
"System.Linq.Async": "6.0.1",
1490-
"fo-dicom": "5.0.3"
1484+
"Ardalis.GuardClauses": "[4.0.1, )",
1485+
"Microsoft.AspNet.WebApi.Client": "[5.2.9, )",
1486+
"Microsoft.Extensions.Http": "[6.0.0, )",
1487+
"Microsoft.Net.Http.Headers": "[2.2.8, )",
1488+
"Monai.Deploy.InformaticsGateway.Client.Common": "[1.0.0, )",
1489+
"System.Linq.Async": "[6.0.1, )",
1490+
"fo-dicom": "[5.0.3, )"
14911491
}
14921492
}
14931493
}

0 commit comments

Comments
 (0)