0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

chore(deps): update dependency fastify to v4.17.0 (#3814)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-13 20:27:10 +02:00 committed by GitHub
parent 17e8e8c5fd
commit bef3e2742e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 14 deletions

View file

@ -43,7 +43,7 @@
"@verdaccio/utils": "workspace:6.0.0-6-next.36",
"core-js": "3.30.2",
"debug": "4.3.4",
"fastify": "4.13.0",
"fastify": "4.17.0",
"fastify-plugin": "4.4.0",
"lodash": "4.17.21"
},

View file

@ -53,7 +53,7 @@
"@verdaccio/core": "workspace:6.0.0-6-next.68",
"@verdaccio/store": "workspace:6.0.0-6-next.48",
"@verdaccio/test-helper": "workspace:2.0.0-6-next.8",
"fastify": "4.13.0",
"fastify": "4.17.0",
"get-port": "5.1.1",
"got": "11.8.6",
"lodash": "4.17.21",

25
pnpm-lock.yaml generated
View file

@ -1544,8 +1544,8 @@ importers:
specifier: 4.3.4
version: 4.3.4(supports-color@6.1.0)
fastify:
specifier: 4.13.0
version: 4.13.0
specifier: 4.17.0
version: 4.17.0
fastify-plugin:
specifier: 4.4.0
version: 4.4.0
@ -2033,8 +2033,8 @@ importers:
specifier: workspace:2.0.0-6-next.8
version: link:../tools/helpers
fastify:
specifier: 4.13.0
version: 4.13.0
specifier: 4.17.0
version: 4.17.0
get-port:
specifier: 5.1.1
version: 5.1.1
@ -6628,8 +6628,8 @@ packages:
/@fastify/error@3.2.0:
resolution: {integrity: sha512-KAfcLa+CnknwVi5fWogrLXgidLic+GXnLjijXdpl8pvkvbXU5BGa37iZO9FGvsh9ZL4y+oFi5cbHBm5UOG+dmQ==}
/@fastify/fast-json-stringify-compiler@4.2.0:
resolution: {integrity: sha512-ypZynRvXA3dibfPykQN3RB5wBdEUgSGgny8Qc6k163wYPLD4mEGEDkACp+00YmqkGvIm8D/xYoHajwyEdWD/eg==}
/@fastify/fast-json-stringify-compiler@4.3.0:
resolution: {integrity: sha512-aZAXGYo6m22Fk1zZzEUKBvut/CIIQe/BapEORnxiD5Qr0kPHqqI69NtEMCme74h+at72sPhbkb4ZrLd1W3KRLA==}
dependencies:
fast-json-stringify: 5.7.0
@ -16033,15 +16033,16 @@ packages:
resolution: {integrity: sha512-ovwFQG2qNy3jcCROiWpr94Hs0le+c7N/3t7m9aVwbFhkxcR/esp2xu25dP8e617HpQdmeDv+gFX4zagdUhDByw==}
dev: false
/fastify@4.13.0:
resolution: {integrity: sha512-p9ibdFWH3pZ7KPgmfHPKGUy2W4EWU2TEpwlcu58w4CwGyU3ARFfh2kwq6zpZ5W2ZGVbufi4tZbqHIHAlX/9Z/A==}
/fastify@4.17.0:
resolution: {integrity: sha512-tzuY1tgWJo2Y6qEKwmLhFvACUmr68Io2pqP/sDKU71KRM6A6R3DrCDqLGqANbeLZcKUfdfY58ut35CGqemcTgg==}
dependencies:
'@fastify/ajv-compiler': 3.5.0
'@fastify/error': 3.2.0
'@fastify/fast-json-stringify-compiler': 4.2.0
'@fastify/fast-json-stringify-compiler': 4.3.0
abstract-logging: 2.0.1
avvio: 8.2.1
fast-content-type-parse: 1.0.0
fast-json-stringify: 5.7.0
find-my-way: 7.6.0
light-my-request: 5.9.1
pino: 8.12.1
@ -16050,7 +16051,7 @@ packages:
rfdc: 1.3.0
secure-json-parse: 2.7.0
semver: 7.5.0
tiny-lru: 10.4.1
tiny-lru: 11.0.1
transitivePeerDependencies:
- supports-color
@ -25448,8 +25449,8 @@ packages:
/tiny-invariant@1.3.1:
resolution: {integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==}
/tiny-lru@10.4.1:
resolution: {integrity: sha512-buLIzw7ppqymuO3pt10jHk/6QMeZLbidihMQU+N6sogF6EnBzG0qtDWIHuhw1x3dyNgVL/KTGIZsTK81+yCzLg==}
/tiny-lru@11.0.1:
resolution: {integrity: sha512-iNgFugVuQgBKrqeO/mpiTTgmBsTP0WL6yeuLfLs/Ctf0pI/ixGqIRm8sDCwMcXGe9WWvt2sGXI5mNqZbValmJg==}
engines: {node: '>=12'}
/tiny-warning@1.0.3: