diff --git a/package-lock.json b/package-lock.json index 2942a6d464..9137a792ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6133,18 +6133,8 @@ "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=" }, "gridster": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/gridster/-/gridster-0.5.6.tgz", - "integrity": "sha1-QCRxOqvVWQk6cum3E/HkH5ve128=", - "requires": { - "jquery": "git+https://github.com/jquery/jquery.git#2.0.3" - }, - "dependencies": { - "jquery": { - "version": "git+https://github.com/jquery/jquery.git#f852e631ba85af7da4ad7594785e122504e7b233", - "from": "git+https://github.com/jquery/jquery.git#2.0.3" - } - } + "version": "github:superdesk/gridster.js#885d0c9246565cebfc1611062071395f222aad0e", + "from": "github:superdesk/gridster.js#885d0c9" }, "grunt": { "version": "1.0.2", @@ -7295,11 +7285,6 @@ } } }, - "htmlparser": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/htmlparser/-/htmlparser-1.7.7.tgz", - "integrity": "sha1-GeezmX/2+6yZrlp9J2ZInv5+LQ4=" - }, "htmlparser2": { "version": "3.10.1", "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", @@ -8430,24 +8415,6 @@ "version": "github:components/jqueryui#c34f8dbf3ba57b3784b93f26119f436c0e8288e1", "from": "github:components/jqueryui#1.11.4" }, - "jquery.gridster": { - "version": "github:dustmoo/gridster.js#c306335397816beceb74e4a176067baef34a0359", - "from": "github:dustmoo/gridster.js#c306335397816beceb74e4a176067baef34a0359", - "requires": { - "jquery": "~1.5" - }, - "dependencies": { - "jquery": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-1.5.1.tgz", - "integrity": "sha1-KuLWYekGwaAeBEpxu1snQ5Qhg+U=", - "requires": { - "htmlparser": ">= 1.7.3", - "jsdom": "=0.1.20" - } - } - } - }, "js-base64": { "version": "2.6.4", "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz", @@ -8477,15 +8444,6 @@ "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" }, - "jsdom": { - "version": "0.1.20", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-0.1.20.tgz", - "integrity": "sha1-SIBJ28s/XDrHCI0afjdCdE8Ki28=", - "requires": { - "mjsunit.runner": ">=0.1.0", - "request": ">=0.10.0" - } - }, "jsesc": { "version": "0.5.0", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", @@ -10296,11 +10254,6 @@ } } }, - "mjsunit.runner": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/mjsunit.runner/-/mjsunit.runner-0.1.3.tgz", - "integrity": "sha1-usHwdGKd8OWDYFp++xcBHzIwbl0=" - }, "mkdirp": { "version": "0.5.5", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", diff --git a/package.json b/package.json index 2ab94e9452..d920a9437a 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,6 @@ "file-loader": "1.1.11", "gettext.js": "0.9.0", "git-rev-sync": "1.10.0", - "gridster": "0.5.6", "grunt": "1.0.2", "grunt-angular-gettext": "2.5.3", "grunt-angular-templates": "1.1.0", @@ -81,7 +80,7 @@ "jquery": "3.3.1", "jquery-jcrop": "0.9.13", "jquery-ui": "github:components/jqueryui#1.11.4", - "jquery.gridster": "github:dustmoo/gridster.js#c306335397816beceb74e4a176067baef34a0359", + "gridster": "github:superdesk/gridster.js#885d0c9", "json-loader": "~0.5.4", "json-merge-patch": "0.2.3", "json5": "0.5.1",