Skip to content

Commit bfe994b

Browse files
chore(deps): update dependency mercurius to v16.2.0 (#3632)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 78afd9b commit bfe994b

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

packages/mercurius/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@nestjs/platform-fastify": "11.1.3",
3434
"@nestjs/testing": "11.1.3",
3535
"fastify": "5.4.0",
36-
"mercurius": "16.1.0",
36+
"mercurius": "16.2.0",
3737
"mercurius-integration-testing": "9.0.1"
3838
},
3939
"peerDependencies": {

yarn.lock

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8046,23 +8046,23 @@ [email protected]:
80468046
cookie "^1.0.0"
80478047
ws "^8.12.1"
80488048

8049-
mercurius@16.1.0:
8050-
version "16.1.0"
8051-
resolved "https://registry.yarnpkg.com/mercurius/-/mercurius-16.1.0.tgz#cdc4a1509ecbad49f4e01226cd303a091b8fca8b"
8052-
integrity sha512-foMnqtFn3Wf/3zh0IJEz30Dq0alZIlIMCoQpxpS3/GkDB12h/LfmcoZ6ASCZ8xBJIvStEIKYxOyjfDeEcYhjLQ==
8049+
mercurius@16.2.0:
8050+
version "16.2.0"
8051+
resolved "https://registry.yarnpkg.com/mercurius/-/mercurius-16.2.0.tgz#da5a60b3f36b8f7179eb314fe42eb40f0f76211a"
8052+
integrity sha512-I2+KRkC6MVbf44FN7hopWXj+OzS1nKLwN7brAkpd3MLTz9mQgWMYdnrk2ETVaG6yD3x9zIIzuRrCQcuWHyFL1w==
80538053
dependencies:
80548054
"@fastify/error" "^4.0.0"
80558055
"@fastify/static" "^8.0.0"
80568056
"@fastify/websocket" "^11.0.0"
80578057
fastify-plugin "^5.0.0"
80588058
graphql-jit "0.8.7"
8059-
mqemitter "^6.0.0"
8059+
mqemitter "^7.0.0"
80608060
p-map "^4.0.0"
80618061
quick-lru "^7.0.0"
80628062
readable-stream "^4.0.0"
80638063
safe-stable-stringify "^2.3.0"
80648064
secure-json-parse "^3.0.0"
8065-
single-user-cache "^1.0.0"
8065+
single-user-cache "^2.0.0"
80668066
tiny-lru "^11.0.0"
80678067
ws "^8.2.2"
80688068

@@ -8365,6 +8365,14 @@ mqemitter@^6.0.0:
83658365
fastparallel "^2.4.1"
83668366
qlobber "^8.0.1"
83678367

8368+
mqemitter@^7.0.0:
8369+
version "7.0.0"
8370+
resolved "https://registry.yarnpkg.com/mqemitter/-/mqemitter-7.0.0.tgz#745d0089ed258def3b6172a85e8311568ab2b3fd"
8371+
integrity sha512-tyn+3Ob93QZRVOqttct3C6oHamvieBC4RA+pyyoMA/pBCphSPFMgItXIKa6g10jtBzyyupBdLelsS5+P75v1/w==
8372+
dependencies:
8373+
fastparallel "^2.4.1"
8374+
qlobber "^8.0.1"
8375+
83688376
83698377
version "2.0.0"
83708378
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
@@ -10238,6 +10246,13 @@ single-user-cache@^1.0.0:
1023810246
dependencies:
1023910247
safe-stable-stringify "^2.4.3"
1024010248

10249+
single-user-cache@^2.0.0:
10250+
version "2.0.0"
10251+
resolved "https://registry.yarnpkg.com/single-user-cache/-/single-user-cache-2.0.0.tgz#8571d04387fd9e3260d7af26f1464d3c15b345bd"
10252+
integrity sha512-AGsTqnYmJH59HtK/5RhCfWh0cz3/Y2bxJf4w+0chSdkg1WmS8vYMnFGZc+C/m0gDZFl4iQ9sSLv7oURP6aKJwQ==
10253+
dependencies:
10254+
safe-stable-stringify "^2.4.3"
10255+
1024110256
[email protected], slash@^3.0.0:
1024210257
version "3.0.0"
1024310258
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"

0 commit comments

Comments
 (0)