Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7fb67d2
fix(security): Use a resolution for axios to address CVE-2026-25639. …
jbocce Feb 9, 2026
99736b6
chore(deps): bump lodash and lodash-es from 4.17.21 to 4.17.23 to add…
jbocce Feb 10, 2026
49ea3ac
chore(deps): bump diff to 5.2.2 to path CVE-2026-24001 (#5812)
jbocce Feb 11, 2026
0d882a4
fix: Better handle octet stream case (#5789) (#5804)
jbocce Feb 13, 2026
213a097
chore(deps): bump webpack from 5.95.0 to 5.105.0 to address CVE-2025-…
jbocce Feb 18, 2026
c5c18f9
fix(security): Bump tar to 7.5.9 and lerna to 9.0.4 to fix CVE-2026-2…
jbocce Feb 18, 2026
51d267e
fix(security): CVE-2026-27212 and CVE-2026-26996 addressed for relea…
jbocce Feb 23, 2026
555c87f
chore(security): Updates for running bun audit during CI and dependab…
jbocce Feb 23, 2026
1d0a874
fix(security): Address various security vulnerabilities in the releas…
jbocce Mar 4, 2026
6772deb
fix(security): Bump svgo and tar to fix vulnerabilities in release 3.…
jbocce Mar 6, 2026
9754fc1
fix(security): Bump tar version to address CVE-2026-31802 in release/…
jbocce Mar 13, 2026
171ea85
fix(security): Bump flattened version to address CVE-2026-32141 for r…
jbocce Mar 13, 2026
a5be4c3
fix(security): update dependencies to fix security vulnerabilities (#…
jbocce Apr 2, 2026
946735b
fix(security):Update yarn.lock that was missed in PR #5937. (#5939)
jbocce Apr 3, 2026
bab2014
fix(security): Update axios and protobufjs to fix security vulnerabil…
jbocce Apr 23, 2026
838f519
fix(configuration): Harden dynamic datasource URL trust boundaries an…
jbocce Apr 29, 2026
a264413
fix(security): Patch axios security vulnerabilities. (#5997)
jbocce May 6, 2026
146897f
chore: release 3.12.1 (#6003)
jbocce May 7, 2026
539ff44
chore(version): version.json [skip ci]
ohif-bot May 7, 2026
3fc8706
chore(version): Update package versions [skip ci]
sedghi May 8, 2026
647fd02
fix(release): make publish-version.mjs idempotent for re-runs
sedghi May 8, 2026
104de8d
chore(version): version.json [skip ci]
ohif-bot May 8, 2026
75a24a3
fix(security): Update various dependencies to fix security vulnerabil…
jbocce May 18, 2026
0fcf3a9
chore(version): version.json [skip ci]
ohif-bot May 18, 2026
db16341
chore(version): Update package versions [skip ci]
ohif-bot May 18, 2026
162e79c
Merge tag 'v3.12.2' of github.com:OHIF/Viewers into chore/update-to-3…
igoroctaviano May 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/.dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: 'bun'
# Disable all pull requests for bun version updates.
open-pull-requests-limit: 0
directory: '/'
schedule:
interval: 'daily'
Expand All @@ -10,6 +12,8 @@ updates:
prefix: 'chore'
include: 'scope'
- package-ecosystem: 'npm'
# Disable all pull requests for npm version updates.
open-pull-requests-limit: 0
directory: '/'
schedule:
interval: 'daily'
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.2](https://github.com/OHIF/Viewers/compare/v3.12.1...v3.12.2) (2026-05-18)


### Bug Fixes

* **release:** make publish-version.mjs idempotent for re-runs ([647fd02](https://github.com/OHIF/Viewers/commit/647fd025cf7212acc03b66807974f5d0f8ba0708))
* **security:** Update various dependencies to fix security vulnerabilities. Release 3.12.2 ([#6024](https://github.com/OHIF/Viewers/issues/6024)) ([75a24a3](https://github.com/OHIF/Viewers/commit/75a24a33935bda8779da30ef9b725b387d80723d))





# [3.12.0](https://github.com/OHIF/Viewers/compare/v3.12.0-beta.135...v3.12.0) (2026-02-06)

**Note:** Version bump only for package ohif-monorepo-root
Expand Down
8 changes: 8 additions & 0 deletions addOns/externals/devDependencies/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.2](https://github.com/OHIF/Viewers/compare/v3.12.1...v3.12.2) (2026-05-18)

**Note:** Version bump only for package @externals/devDependencies





# [3.12.0](https://github.com/OHIF/Viewers/compare/v3.12.0-beta.135...v3.12.0) (2026-02-06)

**Note:** Version bump only for package @externals/devDependencies
Expand Down
24 changes: 10 additions & 14 deletions addOns/externals/devDependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@externals/devDependencies",
"description": "External dev dependencies - put dev build dependencies here",
"version": "3.12.0",
"version": "3.12.2",
"license": "MIT",
"private": true,
"engines": {
Expand All @@ -20,38 +20,34 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@babel/eslint-parser": "7.28.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.17",
"@rsbuild/core": "1.5.1",
"@rsbuild/plugin-node-polyfill": "1.4.2",
"@rsbuild/plugin-react": "1.4.0",
"@svgr/webpack": "8.1.0",
"@swc/helpers": "0.5.17",
"@types/jest": "27.5.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "8.56.0",
"@typescript-eslint/parser": "8.56.0",
"autoprefixer": "10.4.21",
"babel-loader": "8.4.1",
"babel-plugin-module-resolver": "5.0.2",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "9.1.0",
"cross-env": "7.0.3",
"css-loader": "6.11.0",
"dotenv": "8.6.0",
"eslint": "8.57.1",
"eslint": "9.39.3",
"eslint-config-prettier": "7.2.0",
"eslint-config-react-app": "6.0.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-flowtype": "7.0.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.5.1",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-tsdoc": "0.2.17",
"eslint-webpack-plugin": "2.7.0",
"execa": "8.0.1",
"extract-css-chunks-webpack-plugin": "4.10.0",
"html-webpack-plugin": "5.6.3",
Expand All @@ -60,7 +56,7 @@
"jest-canvas-mock": "2.5.2",
"jest-environment-jsdom": "29.7.0",
"jest-junit": "6.4.0",
"lerna": "7.4.2",
"lerna": "9.0.4",
"lint-staged": "9.5.0",
"mini-css-extract-plugin": "2.9.2",
"optimize-css-assets-webpack-plugin": "6.0.1",
Expand All @@ -72,15 +68,15 @@
"prettier-plugin-tailwindcss": "0.6.9",
"react-refresh": "0.14.2",
"semver": "7.7.2",
"serve": "14.2.4",
"serve": "14.2.5",
"shader-loader": "1.3.1",
"shx": "0.3.4",
"source-map-loader": "4.0.2",
"style-loader": "1.3.0",
"terser-webpack-plugin": "5.3.14",
"typescript": "5.5.4",
"unused-webpack-plugin": "2.4.0",
"webpack": "5.95.0",
"webpack": "5.105.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.2.2",
Expand Down
8 changes: 8 additions & 0 deletions addOns/externals/dicom-microscopy-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.2](https://github.com/OHIF/Viewers/compare/v3.12.1...v3.12.2) (2026-05-18)

**Note:** Version bump only for package @externals/dicom-microscopy-viewer





# [3.12.0](https://github.com/OHIF/Viewers/compare/v3.12.0-beta.135...v3.12.0) (2026-02-06)

**Note:** Version bump only for package @externals/dicom-microscopy-viewer
Expand Down
2 changes: 1 addition & 1 deletion addOns/externals/dicom-microscopy-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@externals/dicom-microscopy-viewer",
"description": "External reference to dicom-microscopy-viewer",
"version": "3.12.0",
"version": "3.12.2",
"license": "MIT",
"dependencies": {
"dicom-microscopy-viewer": "0.48.17"
Expand Down
2 changes: 1 addition & 1 deletion addOns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/plugin-transform-regenerator": "7.28.1",
"@babel/plugin-transform-runtime": "7.28.0",
"@babel/plugin-transform-typescript": "7.28.0",
"@babel/preset-env": "7.28.0",
"@babel/preset-env": "7.29.5",
"@babel/preset-react": "7.27.1",
"@babel/preset-typescript": "7.27.1"
},
Expand Down
Loading
Loading