From b0eaa5226eab988d7a2e35ecfa19efbddf05542a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 20:50:18 +0000 Subject: [PATCH] Bump idb from 7.1.1 to 8.0.0 Bumps [idb](https://github.com/jakearchibald/idb) from 7.1.1 to 8.0.0. - [Changelog](https://github.com/jakearchibald/idb/blob/main/CHANGELOG.md) - [Commits](https://github.com/jakearchibald/idb/compare/v7.1.1...v8.0.0) --- updated-dependencies: - dependency-name: idb dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2a9655c3..b30ac5bb 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "esbuild": "^0.19.0", "fastify": "^4.21.0", "git-commit-info": "^2.0.2", - "idb": "^7.0.2", + "idb": "^8.0.0", "open": "^9.1.0", "parse5": "^7.1.2", "path-browserify": "^1.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 949cc417..7abbf912 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ dependencies: specifier: ^2.0.2 version: 2.0.2 idb: - specifier: ^7.0.2 - version: 7.1.1 + specifier: ^8.0.0 + version: 8.0.0 open: specifier: ^9.1.0 version: 9.1.0 @@ -1006,8 +1006,8 @@ packages: engines: {node: '>=16.17.0'} dev: true - /idb@7.1.1: - resolution: {integrity: sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==} + /idb@8.0.0: + resolution: {integrity: sha512-l//qvlAKGmQO31Qn7xdzagVPPaHTxXx199MhrAFuVBTPqydcPYBWjkrbv4Y0ktB+GmWOiwHl237UUOrLmQxLvw==} dev: false /ieee754@1.2.1: