reviewbot

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

commit 8159fa0e66bf0074de8921b0124193558fa68837
parent 92020e39b8d8bf7e51f939faecff9f9e904ed703
Author: iostpa <iostpa@iostpa.com>
Date:   Wed, 29 Jul 2026 12:51:21 +0300

chore: allow scripts for better-sqlite3 and bump to v13.0.2

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

diff --git a/package-lock.json b/package-lock.json @@ -13,7 +13,7 @@ "@octokit/core": "^7.0.6", "@octokit/webhooks": "^14.2.0", "@sentry/node": "^10.68.0", - "better-sqlite3": "^13.0.1", + "better-sqlite3": "^13.0.2", "cron": "^4.4.0", "dotenv": "^17.4.2", "fastify": "^5.10.0", diff --git a/package.json b/package.json @@ -23,11 +23,14 @@ "@octokit/core": "^7.0.6", "@octokit/webhooks": "^14.2.0", "@sentry/node": "^10.68.0", - "better-sqlite3": "^13.0.1", + "better-sqlite3": "^13.0.2", "cron": "^4.4.0", "dotenv": "^17.4.2", "fastify": "^5.10.0", "mariadb": "^3.5.3", "octokit": "^5.0.5" + }, + "allowScripts": { + "better-sqlite3@13.0.2": true } }
© 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