1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

bumping better-sqlite version

This commit is contained in:
Patrik J. Braun 2022-04-25 20:31:20 +02:00
parent 0ee5dacf70
commit 3d216fab07
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"archiver": "5.3.0",
"bcrypt": "5.0.1",
"better-sqlite3": "7.5.0",
"better-sqlite3": "7.5.1",
"cookie-parser": "1.4.6",
"cookie-session": "2.0.0",
"csurf": "1.11.0",
@ -6348,9 +6348,9 @@
}
},
"node_modules/better-sqlite3": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-7.5.0.tgz",
"integrity": "sha512-6FdG9DoytYGDhLW7VWW1vxjEz7xHkqK6LnaUQYA8d6GHNgZhu9PFX2xwKEEnSBRoT1J4PjTUPeg217ShxNmuPg==",
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-7.5.1.tgz",
"integrity": "sha512-+i6tH1y9KEIol1iYpZJrqDwBDQZGHioDENU49Rnidorp3bSXvw/QTYDjQGq9+TFF7RX4q0YV1sEOIRq4vDZdRg==",
"hasInstallScript": true,
"dependencies": {
"bindings": "^1.5.0",
@ -27651,9 +27651,9 @@
}
},
"better-sqlite3": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-7.5.0.tgz",
"integrity": "sha512-6FdG9DoytYGDhLW7VWW1vxjEz7xHkqK6LnaUQYA8d6GHNgZhu9PFX2xwKEEnSBRoT1J4PjTUPeg217ShxNmuPg==",
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-7.5.1.tgz",
"integrity": "sha512-+i6tH1y9KEIol1iYpZJrqDwBDQZGHioDENU49Rnidorp3bSXvw/QTYDjQGq9+TFF7RX4q0YV1sEOIRq4vDZdRg==",
"requires": {
"bindings": "^1.5.0",
"prebuild-install": "^7.0.0"

View File

@ -33,7 +33,7 @@
"dependencies": {
"archiver": "5.3.0",
"bcrypt": "5.0.1",
"better-sqlite3": "7.5.0",
"better-sqlite3": "7.5.1",
"cookie-parser": "1.4.6",
"cookie-session": "2.0.0",
"csurf": "1.11.0",