mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 00:40:58 +01:00
fix(deps): update dependency better-sqlite3 to ^11.2.1 (#1006)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f10c8fcb48
commit
051d57bb39
@@ -34,7 +34,7 @@
|
||||
"@homarr/log": "workspace:^0.1.0",
|
||||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
"@auth/core": "^0.34.2",
|
||||
"better-sqlite3": "^11.2.0",
|
||||
"better-sqlite3": "^11.2.1",
|
||||
"drizzle-orm": "^0.33.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"mysql2": "3.11.0",
|
||||
|
||||
16
pnpm-lock.yaml
generated
16
pnpm-lock.yaml
generated
@@ -813,8 +813,8 @@ importers:
|
||||
specifier: ^2.2.2
|
||||
version: 2.2.2
|
||||
better-sqlite3:
|
||||
specifier: ^11.2.0
|
||||
version: 11.2.0
|
||||
specifier: ^11.2.1
|
||||
version: 11.2.1
|
||||
dotenv:
|
||||
specifier: ^16.4.5
|
||||
version: 16.4.5
|
||||
@@ -823,7 +823,7 @@ importers:
|
||||
version: 0.24.0
|
||||
drizzle-orm:
|
||||
specifier: ^0.33.0
|
||||
version: 0.33.0(@prisma/client@5.16.1)(@types/better-sqlite3@7.6.11)(@types/react@18.3.4)(better-sqlite3@11.2.0)(mysql2@3.11.0)(react@18.3.1)
|
||||
version: 0.33.0(@prisma/client@5.16.1)(@types/better-sqlite3@7.6.11)(@types/react@18.3.4)(better-sqlite3@11.2.1)(mysql2@3.11.0)(react@18.3.1)
|
||||
mysql2:
|
||||
specifier: 3.11.0
|
||||
version: 3.11.0
|
||||
@@ -3325,8 +3325,8 @@ packages:
|
||||
resolution: {integrity: sha512-Wjss+Bc674ZABPr+SCKWTqA4V1pyYFhzDTjNBJy4jdmgOv0oGIGXeKBRJyINwP5tIy+iIZD9SfgZpztduzQ5QA==}
|
||||
engines: {node: '>= 18.4'}
|
||||
|
||||
better-sqlite3@11.2.0:
|
||||
resolution: {integrity: sha512-3Dz8d4CoIf0aa8hLnGRVoLicHEp6Js5LRxXHNmOaUhOM8WLbnNkGdzc2soEwR3YFap49s0k4u5JFNaRbW2BYQw==}
|
||||
better-sqlite3@11.2.1:
|
||||
resolution: {integrity: sha512-Xbt1d68wQnUuFIEVsbt6V+RG30zwgbtCGQ4QOcXVrOH0FE4eHk64FWZ9NUfRHS4/x1PXqwz/+KOrnXD7f0WieA==}
|
||||
|
||||
big.js@5.2.2:
|
||||
resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==}
|
||||
@@ -8549,7 +8549,7 @@ snapshots:
|
||||
|
||||
bellajs@11.2.0: {}
|
||||
|
||||
better-sqlite3@11.2.0:
|
||||
better-sqlite3@11.2.1:
|
||||
dependencies:
|
||||
bindings: 1.5.0
|
||||
prebuild-install: 7.1.1
|
||||
@@ -9059,12 +9059,12 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
drizzle-orm@0.33.0(@prisma/client@5.16.1)(@types/better-sqlite3@7.6.11)(@types/react@18.3.4)(better-sqlite3@11.2.0)(mysql2@3.11.0)(react@18.3.1):
|
||||
drizzle-orm@0.33.0(@prisma/client@5.16.1)(@types/better-sqlite3@7.6.11)(@types/react@18.3.4)(better-sqlite3@11.2.1)(mysql2@3.11.0)(react@18.3.1):
|
||||
optionalDependencies:
|
||||
'@prisma/client': 5.16.1
|
||||
'@types/better-sqlite3': 7.6.11
|
||||
'@types/react': 18.3.4
|
||||
better-sqlite3: 11.2.0
|
||||
better-sqlite3: 11.2.1
|
||||
mysql2: 3.11.0
|
||||
react: 18.3.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user