diff --git a/package-lock.json b/package-lock.json index 5e224a25400..7e048d2888b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1678,12 +1678,9 @@ } }, "gridstack": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/gridstack/-/gridstack-0.6.3.tgz", - "integrity": "sha512-bh7SnCe4N255TNvBIZ6pCRpoAh1By6EH1uHSI5lOytPhdfXn5Vb+k4Wnlt0/VjvNMO+DmehGlmOLo5B2cwX06w==", - "requires": { - "jquery": "^1.8 || 2 || 3" - } + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/gridstack/-/gridstack-4.2.5.tgz", + "integrity": "sha512-pOnUmNHlx47RTyOu9UWigmPo2YSBpAfTlQQnpAl2zvi+UxglIjUfTHEsRe4ce8qMLiS73VtmwfBwAhbEF67TLA==" }, "has": { "version": "1.0.3", diff --git a/package.json b/package.json index a2e9142a6e4..dc7b6337fed 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "flatpickr": "^4.6.3", "fuzzy": "^0.1.3", "gettext.js": "^1.0.0", - "gridstack": "^0.6.0", + "gridstack": "^4.2.5", "html5sortable": "^0.11.1", "jquery": "^3.4.1", "jquery-migrate": "^3.1.0",