Update dependency better-sqlite3 to v12.6.2
All checks were successful
RenovateBot / renovate (push) Successful in 49s

This commit was merged in pull request #1.
This commit is contained in:
2026-02-05 14:11:43 +00:00
parent 6f7a567dea
commit 63b7108988
2 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
"@strapi/plugin-cloud": "5.35.0",
"@strapi/plugin-users-permissions": "5.35.0",
"@strapi/strapi": "5.35.0",
"better-sqlite3": "12.4.1",
"better-sqlite3": "12.6.2",
"fs-extra": "^10.0.0",
"mime-types": "^2.1.27",
"react": "^18.0.0",
@@ -8448,9 +8448,9 @@
"license": "MIT"
},
"node_modules/better-sqlite3": {
"version": "12.4.1",
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.4.1.tgz",
"integrity": "sha512-3yVdyZhklTiNrtg+4WqHpJpFDd+WHTg2oM7UcR80GqL05AOV0xEJzc6qNvFYoEtE+hRp1n9MpN6/+4yhlGkDXQ==",
"version": "12.6.2",
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.6.2.tgz",
"integrity": "sha512-8VYKM3MjCa9WcaSAI3hzwhmyHVlH8tiGFwf0RlTsZPWJ1I5MkzjiudCo4KC4DxOaL/53A5B1sI/IbldNFDbsKA==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@@ -8458,7 +8458,7 @@
"prebuild-install": "^7.1.1"
},
"engines": {
"node": "20.x || 22.x || 23.x || 24.x"
"node": "20.x || 22.x || 23.x || 24.x || 25.x"
}
},
"node_modules/big-integer": {