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

This commit is contained in:
Renovate Bot 2024-10-22 22:10:24 +00:00
parent 26f2ab63a2
commit f8a986f036
2 changed files with 10 additions and 8 deletions

View File

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

16
pnpm-lock.yaml generated
View File

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