diff --git a/package-lock.json b/package-lock.json index af63becd67b..e7800c78856 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1566,12 +1566,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": "5.1.0", + "resolved": "https://registry.npmjs.org/gridstack/-/gridstack-5.1.0.tgz", + "integrity": "sha512-qNLAXC4weAqOvzf7gYi+ScRR3j5FYFh1Tdp5ec1q74d2M/0PHAZJWftU/LdYXKniOydnVdr48GYNDxFxE13SFw==" }, "has": { "version": "1.0.3", diff --git a/package.json b/package.json index 596a15eb760..89e25d46079 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "flatpickr": "^4.6.3", "fuzzy": "^0.1.3", "gettext.js": "^1.0.0", - "gridstack": "^0.6.0", + "gridstack": "^5.1.0", "html5sortable": "^0.13.2", "jquery": "^3.4.1", "jquery-migrate": "^3.1.0",