From ed64def8e3f9ea4879b4f6906c644018badde8cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 08:08:40 +0000 Subject: [PATCH] build(deps): update dependency better-sqlite3 to v9.3.0 (#26938) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c1417664cb..b339c05e16 100644 --- a/package.json +++ b/package.json @@ -178,7 +178,7 @@ "auth-header": "1.0.0", "aws4": "1.12.0", "azure-devops-node-api": "12.3.0", - "better-sqlite3": "9.2.2", + "better-sqlite3": "9.3.0", "bunyan": "1.8.15", "cacache": "18.0.2", "cacheable-lookup": "5.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a5aa94e5f7..5f56f4bbc7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -108,8 +108,8 @@ importers: specifier: 12.3.0 version: 12.3.0 better-sqlite3: - specifier: 9.2.2 - version: 9.2.2 + specifier: 9.3.0 + version: 9.3.0 bunyan: specifier: 1.8.15 version: 1.8.15 @@ -4655,8 +4655,8 @@ packages: /before-after-hook@2.2.3: resolution: {integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==} - /better-sqlite3@9.2.2: - resolution: {integrity: sha512-qwjWB46il0lsDkeB4rSRI96HyDQr8sxeu1MkBVLMrwusq1KRu4Bpt1TMI+8zIJkDUtZ3umjAkaEjIlokZKWCQw==} + /better-sqlite3@9.3.0: + resolution: {integrity: sha512-ww73jVpQhRRdS9uMr761ixlkl4bWoXi8hMQlBGhoN6vPNlUHpIsNmw4pKN6kjknlt/wopdvXHvLk1W75BI+n0Q==} requiresBuild: true dependencies: bindings: 1.5.0 -- GitLab