reviewbot

Source code for the is-a.dev r...
Log | Files | Refs | Activity | README | LICENSE

commit 5cf41424a962d5c3f813ac2b85dc707951358199
parent 77b67c9d5917d517bd9c81a3d961bf1402990213
Author: iostpa <iostpa@iostpa.com>
Date:   Wed, 29 Jul 2026 11:50:52 +0300

fix: pnpm is not happy about new package versions

Diffstat:
Mpackage.json | 2+-
Mpnpm-lock.yaml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json @@ -23,7 +23,7 @@ "@octokit/core": "^7.0.6", "@octokit/webhooks": "^14.2.0", "@sentry/node": "^10.68.0", - "better-sqlite3": "^13.0.2", + "better-sqlite3": "^13.0.1", "cron": "^4.4.0", "dotenv": "^17.4.2", "fastify": "^5.10.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml @@ -24,7 +24,7 @@ importers: specifier: ^10.68.0 version: 10.68.0(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1)) better-sqlite3: - specifier: ^13.0.2 + specifier: ^13.0.1 version: 13.0.2 cron: specifier: ^4.4.0
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror