diff --git a/package-lock.json b/package-lock.json index 3f5e621..dd66397 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@tauri-apps/plugin-opener": "^2.5.4", "@types/fluent-ffmpeg": "^2.1.28", "@types/jsonwebtoken": "^9.0.10", - "better-sqlite3": "^12.10.0", + "better-sqlite3": "^12.10.1", "ffmpeg-static": "^5.3.0", "fluent-ffmpeg": "^2.1.3", "framer-motion": "^12.40.0", @@ -2548,9 +2548,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 OR MIT", "optional": true, "os": [ @@ -2568,9 +2565,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "Apache-2.0 OR MIT", "optional": true, "os": [ @@ -2588,9 +2582,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 OR MIT", "optional": true, "os": [ @@ -2608,9 +2599,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 OR MIT", "optional": true, "os": [ @@ -2628,9 +2616,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "Apache-2.0 OR MIT", "optional": true, "os": [ @@ -3773,9 +3758,9 @@ "license": "MIT" }, "node_modules/better-sqlite3": { - "version": "12.10.0", - "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.10.0.tgz", - "integrity": "sha512-CyzaZRQKyHkB2ZInfTTl2nvT33EbDpjkLEbE8/Zck3Ll6O0qqvuGdrJ45HgtH+HykRg88ITY3AdreBGN70aBSQ==", + "version": "12.10.1", + "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.10.1.tgz", + "integrity": "sha512-HfFtzCqnSfwB3+HroF6PSKzyh+7RfNMGPCzHFUZXRlvrPCb4P3cvxKZNN43Sr7IrkofqQZM+gIvffGpA8VvqgA==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e32613b..2568b53 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@tauri-apps/plugin-opener": "^2.5.4", "@types/fluent-ffmpeg": "^2.1.28", "@types/jsonwebtoken": "^9.0.10", - "better-sqlite3": "^12.10.0", + "better-sqlite3": "^12.10.1", "ffmpeg-static": "^5.3.0", "fluent-ffmpeg": "^2.1.3", "framer-motion": "^12.40.0",