mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore(deps): update dependency fastify to v3.25.2 (#2797)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
c070bfcd73
commit
a40f39d7ec
3 changed files with 11 additions and 11 deletions
|
@ -45,7 +45,7 @@
|
|||
"abortcontroller-polyfill": "1.7.3",
|
||||
"core-js": "3.17.2",
|
||||
"debug": "4.3.3",
|
||||
"fastify": "3.25.0",
|
||||
"fastify": "3.25.2",
|
||||
"fastify-plugin": "3.0.0",
|
||||
"lodash": "4.17.21",
|
||||
"semver": "7.3.5"
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"@verdaccio/core": "workspace:6.0.0-6-next.4",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.12",
|
||||
"@verdaccio/store": "workspace:6.0.0-6-next.17",
|
||||
"fastify": "3.25.0"
|
||||
"fastify": "3.25.2"
|
||||
},
|
||||
"keywords": [
|
||||
"private",
|
||||
|
|
|
@ -362,7 +362,7 @@ importers:
|
|||
abortcontroller-polyfill: 1.7.3
|
||||
core-js: 3.17.2
|
||||
debug: 4.3.3
|
||||
fastify: 3.25.0
|
||||
fastify: 3.25.2
|
||||
fastify-plugin: 3.0.0
|
||||
lodash: 4.17.21
|
||||
semver: 7.3.5
|
||||
|
@ -379,7 +379,7 @@ importers:
|
|||
abortcontroller-polyfill: 1.7.3
|
||||
core-js: 3.17.2
|
||||
debug: 4.3.3
|
||||
fastify: 3.25.0
|
||||
fastify: 3.25.2
|
||||
fastify-plugin: 3.0.0
|
||||
lodash: 4.17.21
|
||||
semver: 7.3.5
|
||||
|
@ -1180,7 +1180,7 @@ importers:
|
|||
'@verdaccio/store': workspace:6.0.0-6-next.17
|
||||
'@verdaccio/ui-theme': workspace:6.0.0-6-next.13
|
||||
'@verdaccio/utils': workspace:6.0.0-6-next.10
|
||||
fastify: 3.25.0
|
||||
fastify: 3.25.2
|
||||
verdaccio-audit: workspace:11.0.0-6-next.8
|
||||
verdaccio-htpasswd: workspace:11.0.0-6-next.11
|
||||
dependencies:
|
||||
|
@ -1198,7 +1198,7 @@ importers:
|
|||
'@verdaccio/core': link:../core/core
|
||||
'@verdaccio/mock': link:../tools/mock
|
||||
'@verdaccio/store': link:../store
|
||||
fastify: 3.25.0
|
||||
fastify: 3.25.2
|
||||
|
||||
packages/web:
|
||||
specifiers:
|
||||
|
@ -12425,8 +12425,8 @@ packages:
|
|||
/fastify-warning/0.2.0:
|
||||
resolution: {integrity: sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==}
|
||||
|
||||
/fastify/3.25.0:
|
||||
resolution: {integrity: sha512-GblpjS7yuJ9jpkz1guHTyzlVQn9NYvGrMkDLtoxctEt7n1d6MSwA9i3p10HjNiY+zVurPf3YdOqXsJmVgAR3cg==}
|
||||
/fastify/3.25.2:
|
||||
resolution: {integrity: sha512-uH0RN/l2GrpvOpun5V4mLvreUjbTlgsEqodExGrmCDsBPfvUQ07Q0ZEY0HIB0TgJTr/ey6dAxlGzAZelV6CNXg==}
|
||||
dependencies:
|
||||
'@fastify/ajv-compiler': 1.1.0
|
||||
abstract-logging: 2.0.1
|
||||
|
@ -12434,7 +12434,7 @@ packages:
|
|||
fast-json-stringify: 2.6.0
|
||||
fastify-error: 0.3.1
|
||||
fastify-warning: 0.2.0
|
||||
find-my-way: 4.1.0
|
||||
find-my-way: 4.5.0
|
||||
flatstr: 1.0.12
|
||||
light-my-request: 4.4.1
|
||||
pino: 6.13.3
|
||||
|
@ -12606,8 +12606,8 @@ packages:
|
|||
make-dir: 3.1.0
|
||||
pkg-dir: 4.2.0
|
||||
|
||||
/find-my-way/4.1.0:
|
||||
resolution: {integrity: sha512-UBD94MdO6cBi6E97XA0fBA9nwqw+xG5x1TYIPHats33gEi/kNqy7BWHAWx8QHCQQRSU5Txc0JiD8nzba39gvMQ==}
|
||||
/find-my-way/4.5.0:
|
||||
resolution: {integrity: sha512-kVEY1lW/zXETKEEwRboCWPySygBFVNJpdY7lRnFllDdYxQD6cwcaT3Ddh8P7v824jRN3cld+8+zRbnFBxeVUxA==}
|
||||
engines: {node: '>=10'}
|
||||
dependencies:
|
||||
fast-decode-uri-component: 1.0.1
|
||||
|
|
Loading…
Reference in a new issue