From d4acd86926f24c8aa29ed8dff69876ba810b9347 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:17:09 +0000 Subject: [PATCH] fix(deps): update dependency dexie to v3.2.7 --- package-lock.json | 13 +++++++------ package.json | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01453a88..67ac1fdc 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", @@ -6749,9 +6749,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 3a14ac87..b216549a 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",