Compare commits

...

2 Commits

Author SHA1 Message Date
0da23548c6 chore(deps): update dependency @types/node to v22.17.0
All checks were successful
Lint / Lint and Check (push) Successful in 50s
2025-08-02 01:13:11 +00:00
4bb1943244 chore(deps): update dependency @types/pg to v8.15.5
All checks were successful
Lint / Lint and Check (push) Successful in 43s
2025-08-02 00:09:12 +00:00
2 changed files with 17 additions and 17 deletions

View File

@@ -46,8 +46,8 @@
"@eslint/js": "9.32.0",
"@next/eslint-plugin-next": "15.4.4",
"@tailwindcss/postcss": "4.1.11",
"@types/node": "22.16.5",
"@types/pg": "8.15.4",
"@types/node": "22.17.0",
"@types/pg": "8.15.5",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@typescript-eslint/eslint-plugin": "8.38.0",

30
pnpm-lock.yaml generated
View File

@@ -46,7 +46,7 @@ importers:
version: 17.2.1
drizzle-orm:
specifier: ^0.44.3
version: 0.44.3(@types/pg@8.15.4)(@vercel/postgres@0.10.0)(pg@8.16.3(pg-native@3.5.2))
version: 0.44.3(@types/pg@8.15.5)(@vercel/postgres@0.10.0)(pg@8.16.3(pg-native@3.5.2))
lucide-react:
specifier: ^0.526.0
version: 0.526.0(react@19.1.0)
@@ -94,11 +94,11 @@ importers:
specifier: 4.1.11
version: 4.1.11
'@types/node':
specifier: 22.16.5
version: 22.16.5
specifier: 22.17.0
version: 22.17.0
'@types/pg':
specifier: 8.15.4
version: 8.15.4
specifier: 8.15.5
version: 8.15.5
'@types/react':
specifier: 19.1.8
version: 19.1.8
@@ -1440,14 +1440,14 @@ packages:
'@types/json5@0.0.29':
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
'@types/node@22.16.5':
resolution: {integrity: sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ==}
'@types/node@22.17.0':
resolution: {integrity: sha512-bbAKTCqX5aNVryi7qXVMi+OkB3w/OyblodicMbvE38blyAz7GxXf6XYhklokijuPwwVg9sDLKRxt0ZHXQwZVfQ==}
'@types/pg@8.11.6':
resolution: {integrity: sha512-/2WmmBXHLsfRqzfHW7BNZ8SbYzE8OSk7i3WjFYvfgRHj7S1xj+16Je5fUKv3lVdVzk/zn9TXOqf+avFCFIE0yQ==}
'@types/pg@8.15.4':
resolution: {integrity: sha512-I6UNVBAoYbvuWkkU3oosC8yxqH21f4/Jc4DK71JLG3dT2mdlGe1z+ep/LQGXaKaOgcvUrsQoPRqfgtMcvZiJhg==}
'@types/pg@8.15.5':
resolution: {integrity: sha512-LF7lF6zWEKxuT3/OR8wAZGzkg4ENGXFNyiV/JeOt9z5B+0ZVwbql9McqX5c/WStFq1GaGso7H1AzP/qSzmlCKQ==}
'@types/react-dom@19.1.6':
resolution: {integrity: sha512-4hOiT/dwO8Ko0gV1m/TJZYk3y0KBnY9vzDh7W+DH17b2HFSOGgdj33dhihPeuy3l0q23+4e+hoXHV6hCC4dCXw==}
@@ -4813,20 +4813,20 @@ snapshots:
'@types/json5@0.0.29': {}
'@types/node@22.16.5':
'@types/node@22.17.0':
dependencies:
undici-types: 6.21.0
'@types/pg@8.11.6':
dependencies:
'@types/node': 22.16.5
'@types/node': 22.17.0
pg-protocol: 1.10.3
pg-types: 4.0.2
optional: true
'@types/pg@8.15.4':
'@types/pg@8.15.5':
dependencies:
'@types/node': 22.16.5
'@types/node': 22.17.0
pg-protocol: 1.10.3
pg-types: 2.2.0
@@ -5396,9 +5396,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
drizzle-orm@0.44.3(@types/pg@8.15.4)(@vercel/postgres@0.10.0)(pg@8.16.3(pg-native@3.5.2)):
drizzle-orm@0.44.3(@types/pg@8.15.5)(@vercel/postgres@0.10.0)(pg@8.16.3(pg-native@3.5.2)):
optionalDependencies:
'@types/pg': 8.15.4
'@types/pg': 8.15.5
'@vercel/postgres': 0.10.0
pg: 8.16.3(pg-native@3.5.2)