diff --git a/package-lock.json b/package-lock.json index 8dbf989b..348c5061 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "web-discovery-project", - "version": "1.1.71", + "version": "1.1.72", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-discovery-project", - "version": "1.1.71", + "version": "1.1.72", "license": "MPL-2.0", "dependencies": { "@cliqz/url-parser": "1.1.5", "abortcontroller-polyfill": "1.7.5", "anonymous-credentials": "https://github.com/human-web/anonymous-credentials/releases/download/1.0.0/anonymous-credentials-1.0.0.tgz", - "dexie": "3.2.4", + "dexie": "3.2.7", "linkedom": "0.14.12", "pako": "2.1.0", "punycode": "2.3.1", @@ -6744,9 +6744,10 @@ } }, "node_modules/dexie": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.4.tgz", - "integrity": "sha512-VKoTQRSv7+RnffpOJ3Dh6ozknBqzWw/F3iqMdsZg958R0AS8AnY9x9d1lbwENr0gzeGJHXKcGhAMRaqys6SxqA==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.7.tgz", + "integrity": "sha512-2a+BXvVhY5op+smDRLxeBAivE7YcYaneXJ1la3HOkUfX9zKkE/AJ8CNgjiXbtXepFyFmJNGSbmjOwqbT749r/w==", + "license": "Apache-2.0", "engines": { "node": ">=6.0" } diff --git a/package.json b/package.json index 5a022fae..a56217d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-discovery-project", - "version": "1.1.71", + "version": "1.1.72", "description": "Standalone Web Discovery Project package and extension", "scripts": { "lint": "node fern.js lint", @@ -113,7 +113,7 @@ "@cliqz/url-parser": "1.1.5", "abortcontroller-polyfill": "1.7.5", "anonymous-credentials": "https://github.com/human-web/anonymous-credentials/releases/download/1.0.0/anonymous-credentials-1.0.0.tgz", - "dexie": "3.2.4", + "dexie": "3.2.7", "linkedom": "0.14.12", "pako": "2.1.0", "punycode": "2.3.1",