diff --git a/package-lock.json b/package-lock.json index b0bb634..251ab1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,9 +1,14 @@ { "name": "@iiif/iiif-gallery-component", - "version": "1.1.11", + "version": "1.1.12", "lockfileVersion": 1, "requires": true, "dependencies": { + "@edsilv/exjs": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@edsilv/exjs/-/exjs-0.5.1.tgz", + "integrity": "sha512-KzmP/FRPZuI8stWdr39TlAMjADVBzWg+E1Qd+GZ79lUmP5By2lrKR4LCFNF098wU9x+phCDBoJm9OkavI9zJeg==" + }, "@edsilv/jquery-plugins": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@edsilv/jquery-plugins/-/jquery-plugins-1.0.3.tgz", @@ -47,9 +52,9 @@ } }, "@iiif/manifold": { - "version": "1.2.26", - "resolved": "https://registry.npmjs.org/@iiif/manifold/-/manifold-1.2.26.tgz", - "integrity": "sha1-yHM/pKFiuwNv7ucQ1cB3SIplqJE=", + "version": "1.2.36", + "resolved": "https://registry.npmjs.org/@iiif/manifold/-/manifold-1.2.36.tgz", + "integrity": "sha512-0WrvgyMhQs8Hz8USjOjAIdY1HN8RtZU5vUWen3YPlQJDoFqt6O0+lm+aWLDB9PITgLLVaTwhbyiDmL9nIxG7Gg==", "requires": { "@types/jquery": "^2.0.40" }, @@ -1628,6 +1633,10 @@ "sshpk": "^1.7.0" } }, + "http-status-codes": { + "version": "github:edsilv/http-status-codes#af3a8ab9970b1f291a79b03c7382dc16aebee749", + "from": "github:edsilv/http-status-codes#v0.0.7" + }, "image-size": { "version": "0.5.5", "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", @@ -1916,21 +1925,13 @@ } }, "manifesto.js": { - "version": "2.2.25", - "resolved": "https://registry.npmjs.org/manifesto.js/-/manifesto.js-2.2.25.tgz", - "integrity": "sha1-Ds9Hym05rnndGO0zDdAYxH5/LW8=", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/manifesto.js/-/manifesto.js-3.0.9.tgz", + "integrity": "sha512-sblQSbDmPszfwqdcSVOZp0eXIFMg7vUYJKIVTGRoO65HBppjS9ipRZ+jReV3dt5WQhI5J58KXJL97z5mcKL/pA==", "requires": { + "exjs": "github:BSick7/exjs#98195810790c0e61cb5beb510da4b756528f92f2", + "http-status-codes": "github:edsilv/http-status-codes#af3a8ab9970b1f291a79b03c7382dc16aebee749", "request": "^2.83.0" - }, - "dependencies": { - "exjs": { - "version": "github:BSick7/exjs#98195810790c0e61cb5beb510da4b756528f92f2", - "from": "github:BSick7/exjs#98195810790c0e61cb5beb510da4b756528f92f2" - }, - "http-status-codes": { - "version": "github:edsilv/http-status-codes#af3a8ab9970b1f291a79b03c7382dc16aebee749", - "from": "github:edsilv/http-status-codes#af3a8ab9970b1f291a79b03c7382dc16aebee749" - } } }, "map-cache": { diff --git a/package.json b/package.json index c860649..6ef6976 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iiif/iiif-gallery-component", - "version": "1.1.11", + "version": "1.1.12", "description": "", "main": "./dist/GalleryComponent.js", "types": "./dist/GalleryComponent.d.ts", @@ -31,12 +31,12 @@ "uglify-js": "^3.4.9" }, "dependencies": { - "@types/jquery": "3.3.14", - "@iiif/base-component": "1.1.3", - "exjs": "BSick7/exjs#0.5.0", + "@edsilv/exjs": "0.5.1", "@edsilv/jquery-plugins": "1.0.3", - "manifesto.js": "2.2.25", - "@iiif/manifold": "1.2.26", - "@edsilv/utils": "0.2.2" + "@edsilv/utils": "0.2.2", + "@iiif/base-component": "1.1.3", + "@iiif/manifold": "1.2.36", + "@types/jquery": "3.3.14", + "manifesto.js": "3.0.9" } }