Skip to content

Commit bc2fd05

Browse files
committed
chore(deps): update dependency fastify to v4.14.0
1 parent 39702a6 commit bc2fd05

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.13.0",
33+
"fastify": "4.14.0",
3434
"mercurius": "8.13.2",
3535
"mercurius-integration-testing": "6.0.1"
3636
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,10 +1053,10 @@
10531053
dependencies:
10541054
ajv "^6.12.6"
10551055

1056-
"@fastify/ajv-compiler@^3.3.1":
1057-
version "3.3.1"
1058-
resolved "https://registry.yarnpkg.com/@fastify/ajv-compiler/-/ajv-compiler-3.3.1.tgz#7045dbf23c11c42b50011ccc36998cd624856e5d"
1059-
integrity sha512-IRnids8lblQ8e1i8h4JLyfJmebXE+ohcj8x8X/+Ew6ZB4H0Ui05z5YL6q5FOcl0zItVpu4adRzeyVNNUwmduIg==
1056+
"@fastify/ajv-compiler@^3.5.0":
1057+
version "3.5.0"
1058+
resolved "https://registry.yarnpkg.com/@fastify/ajv-compiler/-/ajv-compiler-3.5.0.tgz#459bff00fefbf86c96ec30e62e933d2379e46670"
1059+
integrity sha512-ebbEtlI7dxXF5ziNdr05mOY8NnDiPB1XvAlLHctRt/Rc+C3LCOVW5imUVX+mhvUhnNzmPBHewUkOFgGlCxgdAA==
10601060
dependencies:
10611061
ajv "^8.11.0"
10621062
ajv-formats "^2.1.1"
@@ -5282,12 +5282,12 @@ [email protected]:
52825282
semver "^7.3.2"
52835283
tiny-lru "^8.0.1"
52845284

5285-
fastify@4.13.0:
5286-
version "4.13.0"
5287-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.13.0.tgz#5726d4c63acae1b5e34c7643e233a0be8169009a"
5288-
integrity sha512-p9ibdFWH3pZ7KPgmfHPKGUy2W4EWU2TEpwlcu58w4CwGyU3ARFfh2kwq6zpZ5W2ZGVbufi4tZbqHIHAlX/9Z/A==
5285+
fastify@4.14.0:
5286+
version "4.14.0"
5287+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.14.0.tgz#05e388e93b7014c1381a44c021c4c9cfcba9d984"
5288+
integrity sha512-oJSHlM/XbGdJpe2MKMJBsrvrkPDrHDZlAB9qzuUJIpnBtpDE394bzdFsH4KnsUI1e8zxzFl+GNBEXC64N/IPuw==
52895289
dependencies:
5290-
"@fastify/ajv-compiler" "^3.3.1"
5290+
"@fastify/ajv-compiler" "^3.5.0"
52915291
"@fastify/error" "^3.0.0"
52925292
"@fastify/fast-json-stringify-compiler" "^4.1.0"
52935293
abstract-logging "^2.0.1"

0 commit comments

Comments
 (0)