@ohif/ui 1.10.9 → 1.10.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -717,6 +717,8 @@
717
717
  * @license MIT
718
718
  */
719
719
 
720
+ /*! pako 2.0.4 https://github.com/nodeca/pako @license (MIT AND Zlib) */
721
+
720
722
  /*! dicom-parser - 1.8.5 - 2021-10-06 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/dicomParser */
721
723
 
722
724
  /*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/ui",
3
- "version": "1.10.9",
3
+ "version": "1.10.11",
4
4
  "description": "A set of React components for Medical Imaging Viewers",
5
5
  "author": "OHIF Contributors",
6
6
  "license": "MIT",
@@ -45,7 +45,7 @@
45
45
  "i18next-browser-languagedetector": "^3.0.1",
46
46
  "lodash.debounce": "^4.0.8",
47
47
  "lodash.isequal": "4.5.0",
48
- "moment": "2.24.0",
48
+ "moment": "2.29.4",
49
49
  "prop-types": "15.6.2",
50
50
  "prop-types-extra": "^1.1.1",
51
51
  "react-dates": "21.2.1",
@@ -66,5 +66,5 @@
66
66
  "lodash.clonedeep": "^4.5.0",
67
67
  "react-powerplug": "1.0.0"
68
68
  },
69
- "gitHead": "5150ed9427b3b78873fac7526974eab3dc1c270b"
69
+ "gitHead": "f004828337b238dc329913402e06bf6ee96963c9"
70
70
  }