Skip to content

Commit aa085d1

Browse files
committed
chore(deps): update dependency fastify to v4.5.3
1 parent bbd478e commit aa085d1

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

packages/mercurius/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@nestjs/common": "8.4.7",
3131
"@nestjs/platform-fastify": "8.4.7",
3232
"@nestjs/testing": "8.4.7",
33-
"fastify": "4.5.2",
33+
"fastify": "4.5.3",
3434
"mercurius": "8.13.1",
3535
"mercurius-integration-testing": "5.0.0"
3636
},

yarn.lock

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5618,18 +5618,18 @@ [email protected]:
56185618
semver "^7.3.2"
56195619
tiny-lru "^8.0.1"
56205620

5621-
5622-
version "4.5.2"
5623-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.5.2.tgz#6da18ee9c8a466b365614a377a7f448f8c50a46b"
5624-
integrity sha512-cDLhc0bh1ftzMoS7ccGGPUW/xTUnk6I51TktQqKFeJnhoAfk56tfn+xDs8JcJYfouPK23Ljx4OpMaEi+kIDwEg==
5621+
5622+
version "4.5.3"
5623+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.5.3.tgz#df4f00347f06e8f3d6ab35788d2d140668c2533c"
5624+
integrity sha512-Q8Zvkmg7GnioMCDX1jT2Q7iRqjywlnDZ1735D2Ipf7ashCM/3/bqPKv2Jo1ZF2iDExct2eP1C/tdhcj0GG/OuQ==
56255625
dependencies:
56265626
"@fastify/ajv-compiler" "^3.1.1"
56275627
"@fastify/error" "^3.0.0"
56285628
"@fastify/fast-json-stringify-compiler" "^4.0.0"
56295629
abstract-logging "^2.0.1"
56305630
avvio "^8.1.3"
56315631
find-my-way "^7.0.0"
5632-
light-my-request "^5.0.0"
5632+
light-my-request "^5.5.1"
56335633
pino "^8.0.0"
56345634
process-warning "^2.0.0"
56355635
proxy-addr "^2.0.7"
@@ -7751,7 +7751,7 @@ libphonenumber-js@^1.9.43:
77517751
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.9.44.tgz#d036364fe4c1e27205d1d283c7bf8fc25625200b"
77527752
integrity sha512-zhw8nUMJuQf7jG1dZfEOKKOS6M3QYIv3HnvB/vGohNd0QfxIQcObH3a6Y6s350H+9xgBeOXClOJkS0hJ0yvS3g==
77537753

7754-
[email protected], light-my-request@^5.0.0:
7754+
77557755
version "5.0.0"
77567756
resolved "https://registry.yarnpkg.com/light-my-request/-/light-my-request-5.0.0.tgz#2ac329d472c5c74c74be62fb2a8790c444c22ab0"
77577757
integrity sha512-0OPHKV+uHgBOnRokzL1LqeMCnSAo5l/rZS7kyB6G1I8qxGCvhXpq1M6WK565Y9A5CSn50l3DVaHnJ5FCdpguZQ==
@@ -7771,6 +7771,15 @@ light-my-request@^4.2.0:
77717771
fastify-warning "^0.2.0"
77727772
set-cookie-parser "^2.4.1"
77737773

7774+
light-my-request@^5.5.1:
7775+
version "5.5.1"
7776+
resolved "https://registry.yarnpkg.com/light-my-request/-/light-my-request-5.5.1.tgz#566d90928b9b960d44b6b2b74e072eec1f7015e4"
7777+
integrity sha512-Zd4oZjF7axSyc5rYQsbB0qsgY4LFFviZSbEywxf7Vi5UE3y3c7tYF/GeheQjBNYY+pQ55BF8UGGJTjneoxOS1w==
7778+
dependencies:
7779+
cookie "^0.5.0"
7780+
process-warning "^2.0.0"
7781+
set-cookie-parser "^2.4.1"
7782+
77747783
77757784
version "2.0.5"
77767785
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.5.tgz#19e57fd06ccc3848fd1891655b5a447092225b25"

0 commit comments

Comments
 (0)