Update dependency @vercel/postgres to ^0.10.0
Some checks failed
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 7m58s
Playwright Tests / test (pull_request) Successful in 5m24s

This commit is contained in:
Renovate Bot 2024-10-24 22:09:59 +00:00
parent a74a15bdb6
commit 74bdf92218
2 changed files with 10 additions and 8 deletions

View File

@ -8,7 +8,7 @@
"dependencies": {
"@heroicons/react": "^2.1.4",
"@tailwindcss/forms": "^0.5.7",
"@vercel/postgres": "^0.9.0",
"@vercel/postgres": "^0.10.0",
"autoprefixer": "10.4.20",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",

16
pnpm-lock.yaml generated
View File

@ -15,8 +15,8 @@ importers:
specifier: ^0.5.7
version: 0.5.9(tailwindcss@3.4.14)
'@vercel/postgres':
specifier: ^0.9.0
version: 0.9.0
specifier: ^0.10.0
version: 0.10.0(utf-8-validate@6.0.4)
autoprefixer:
specifier: 10.4.20
version: 10.4.20(postcss@8.4.47)
@ -352,9 +352,9 @@ packages:
'@types/react@18.3.5':
resolution: {integrity: sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==}
'@vercel/postgres@0.9.0':
resolution: {integrity: sha512-WiI2g3+ce2g1u1gP41MoDj2DsMuQQ+us7vHobysRixKECGaLHpfTI7DuVZmHU087ozRAGr3GocSyqmWLLo+fig==}
engines: {node: '>=14.6'}
'@vercel/postgres@0.10.0':
resolution: {integrity: sha512-fSD23DxGND40IzSkXjcFcxr53t3Tiym59Is0jSYIFpG4/0f0KO9SGtcp1sXiebvPaGe7N/tU05cH4yt2S6/IPg==}
engines: {node: '>=18.14'}
abbrev@1.1.1:
resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==}
@ -1465,12 +1465,13 @@ snapshots:
'@types/prop-types': 15.7.12
csstype: 3.1.3
'@vercel/postgres@0.9.0':
'@vercel/postgres@0.10.0(utf-8-validate@6.0.4)':
dependencies:
'@neondatabase/serverless': 0.9.4
bufferutil: 4.0.8
utf-8-validate: 6.0.4
ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@6.0.4)
transitivePeerDependencies:
- utf-8-validate
abbrev@1.1.1: {}
@ -2248,6 +2249,7 @@ snapshots:
utf-8-validate@6.0.4:
dependencies:
node-gyp-build: 4.8.1
optional: true
util-deprecate@1.0.2: {}