diff --git a/WebApplication/package-lock.json b/WebApplication/package-lock.json index 2882fd88..f11323ce 100644 --- a/WebApplication/package-lock.json +++ b/WebApplication/package-lock.json @@ -12,7 +12,7 @@ "@popperjs/core": "^2.11.6", "@vuepic/vue-datepicker": "^4.2.0", "axios": "^0.24.0", - "bootstrap": "^5.2.3", + "bootstrap": "5.2.3", "bootstrap-icons": "^1.10.0", "bootstrap5-tags": "^1.5.22", "jquery": "^3.6.3", @@ -631,9 +631,9 @@ ] }, "node_modules/bootstrap": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.2.tgz", - "integrity": "sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.3.tgz", + "integrity": "sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==", "funding": [ { "type": "github", @@ -645,7 +645,7 @@ } ], "peerDependencies": { - "@popperjs/core": "^2.11.8" + "@popperjs/core": "^2.11.6" } }, "node_modules/bootstrap-icons": { diff --git a/WebApplication/package.json b/WebApplication/package.json index 319b8b64..2dcb1f11 100644 --- a/WebApplication/package.json +++ b/WebApplication/package.json @@ -11,7 +11,7 @@ "@popperjs/core": "^2.11.6", "@vuepic/vue-datepicker": "^4.2.0", "axios": "^0.24.0", - "bootstrap": "^5.2.3", + "bootstrap": "5.2.3", "bootstrap-icons": "^1.10.0", "bootstrap5-tags": "^1.5.22", "jquery": "^3.6.3", diff --git a/release-notes.md b/release-notes.md index ce026eac..28b794f1 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,10 @@ +1.1.3 (2023-10-04) +================== + +Fixes: +- fix target of 'open Orthanc Explorer 2' button in legacy OE +- repair tables background color (bug in 1.1.2) + 1.1.2 (2023-10-03) ==================