better-sqlite3 update

deepsource-autofix-76c6eb20
Dan Gowans 2024-06-28 14:20:11 -04:00
parent 69cba312f9
commit 6e14f3327a
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@ -21,7 +21,7 @@
"@fortawesome/fontawesome-free": "^5.15.4",
"activedirectory2": "^2.2.0",
"better-sqlite-pool": "^0.3.2",
"better-sqlite3": "^11.0.0",
"better-sqlite3": "^11.1.1",
"bulma-calendar": "^6.1.19",
"camelcase": "^8.0.0",
"compression": "^1.7.4",
@ -2416,9 +2416,9 @@
}
},
"node_modules/better-sqlite3": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-11.0.0.tgz",
"integrity": "sha512-1NnNhmT3EZTsKtofJlMox1jkMxdedILury74PwUbQBjWgo4tL4kf7uTAjU55mgQwjdzqakSTjkf+E1imrFwjnA==",
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-11.1.1.tgz",
"integrity": "sha512-bAlQQb7gwCgxNpDYafK0O4AaIOiTwA7srfqRtBbw0Nsiq6P+qxEYGl3hLw+9C5jX2FVjKW7oxkSouxlJ+3VX8A==",
"hasInstallScript": true,
"dependencies": {
"bindings": "^1.5.0",
@ -3753,9 +3753,9 @@
}
},
"node_modules/detect-libc": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz",
"integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
"integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
"engines": {
"node": ">=8"
}
@ -7871,9 +7871,9 @@
}
},
"node_modules/node-abi": {
"version": "3.31.0",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.31.0.tgz",
"integrity": "sha512-eSKV6s+APenqVh8ubJyiu/YhZgxQpGP66ntzUb3lY1xB9ukSRaGnx0AIxI+IM+1+IVYC1oWobgG5L3Lt9ARykQ==",
"version": "3.65.0",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.65.0.tgz",
"integrity": "sha512-ThjYBfoDNr08AWx6hGaRbfPwxKV9kVzAzOzlLKbk2CuqXE2xnCh+cbAGnwM3t8Lq4v9rUB7VfondlkBckcJrVA==",
"dependencies": {
"semver": "^7.3.5"
},
@ -8699,9 +8699,9 @@
}
},
"node_modules/prebuild-install": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.1.tgz",
"integrity": "sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==",
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.2.tgz",
"integrity": "sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==",
"dependencies": {
"detect-libc": "^2.0.0",
"expand-template": "^2.0.3",

View File

@ -45,7 +45,7 @@
"@fortawesome/fontawesome-free": "^5.15.4",
"activedirectory2": "^2.2.0",
"better-sqlite-pool": "^0.3.2",
"better-sqlite3": "^11.0.0",
"better-sqlite3": "^11.1.1",
"bulma-calendar": "^6.1.19",
"camelcase": "^8.0.0",
"compression": "^1.7.4",