fix(suv): import calculate-suv library version that prevents SUV calculation for a zero PatientWeight (#3638)

This commit is contained in:
Joe Boccanfuso 2023-09-11 21:50:32 -04:00 committed by GitHub
parent ca19baeafd
commit 0d10f46b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -44,6 +44,6 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@cornerstonejs/calculate-suv": "^1.0.3"
"@cornerstonejs/calculate-suv": "^1.1.0"
}
}

View File

@ -1388,10 +1388,10 @@
lodash.clonedeep "^4.5.0"
ndarray "^1.0.19"
"@cornerstonejs/calculate-suv@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@cornerstonejs/calculate-suv/-/calculate-suv-1.0.3.tgz#6d99a72032c0f90cebf44dc6f0b12a5f1102e884"
integrity sha512-2SwVJKzC1DzyxdxJtCht9dhTND2GFjLwhhkDyyC7vJq5tIgbhxgPk1CSwovO1pxmoybAXzjOxnaubllxLgoT+w==
"@cornerstonejs/calculate-suv@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@cornerstonejs/calculate-suv/-/calculate-suv-1.1.0.tgz#35c8049d3eea03611225a8398d398cd81bf0031a"
integrity sha512-Q9XraiDJif9aMFArD2iEuDO/HXbcRVCqB7KfaHgDrdTTjgDFovS91Psbdim7crypRSvE6dh/+HKeFNHdvNkA6w==
"@cornerstonejs/codec-charls@^0.1.1":
version "0.1.1"