Skip to content

Commit 0235297

Browse files
committed
Fix dependabot alerts
1 parent 1664bcf commit 0235297

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PyTorch/NoteBooks/AIAA/OHIF-Orthanc/docker/src/Viewers/extensions/nvidia-aiaa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@babel/runtime": "^7.5.5",
5151
"lodash.throttle": "^4.1.1",
5252
"react-vtkjs-viewport": "^0.8.3",
53-
"axios": "^0.19.2",
53+
"axios": "^0.21.1",
5454
"arraybuffer-concat": "0.0.1",
5555
"ndarray": "^1.0.19",
5656
"nifti-reader-js": "^0.5.4",

PyTorch/NoteBooks/AIAA/OHIF-Orthanc/docker/src/Viewers/platform/viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"cypress": "^6.0.0",
9898
"gh-pages": "2.0.1",
9999
"identity-obj-proxy": "3.0.x",
100-
"lodash": "4.17.15",
100+
"lodash": "4.17.21",
101101
"lodash.clonedeep": "4.5.0"
102102
}
103103
}

0 commit comments

Comments
 (0)