Update dependency better-sqlite3 to v12.10.0
Test / Basic (pull_request) Successful in 3m14s
Test / Basic (push) Successful in 2m45s

This commit was merged in pull request #53.
This commit is contained in:
2026-05-13 00:04:10 +00:00
parent 7ca0e74634
commit 8d206f4d51
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -11,7 +11,7 @@
"@strapi/plugin-cloud": "5.45.1",
"@strapi/plugin-users-permissions": "5.45.1",
"@strapi/strapi": "5.45.1",
"better-sqlite3": "12.9.0",
"better-sqlite3": "12.10.0",
"fs-extra": "^11.0.0",
"mime-types": "^3.0.0",
"react": "^18.0.0",
@@ -9978,9 +9978,9 @@
"license": "MIT"
},
"node_modules/better-sqlite3": {
"version": "12.9.0",
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.9.0.tgz",
"integrity": "sha512-wqUv4Gm3toFpHDQmaKD4QhZm3g1DjUBI0yzS4UBl6lElUmXFYdTQmmEDpAFa5o8FiFiymURypEnfVHzILKaxqQ==",
"version": "12.10.0",
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.10.0.tgz",
"integrity": "sha512-CyzaZRQKyHkB2ZInfTTl2nvT33EbDpjkLEbE8/Zck3Ll6O0qqvuGdrJ45HgtH+HykRg88ITY3AdreBGN70aBSQ==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@@ -9988,7 +9988,7 @@
"prebuild-install": "^7.1.1"
},
"engines": {
"node": "20.x || 22.x || 23.x || 24.x || 25.x"
"node": "20.x || 22.x || 23.x || 24.x || 25.x || 26.x"
}
},
"node_modules/big-integer": {