Skip to content

Commit 000fe22

Browse files
committed
chore(deps): update
1 parent 854bd5d commit 000fe22

File tree

3 files changed

+114
-79
lines changed

3 files changed

+114
-79
lines changed

implementations/mercurius/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"start": "node ."
99
},
1010
"dependencies": {
11-
"fastify": "^4.12.0",
11+
"fastify": "^4.13.0",
1212
"graphql": "^16.6.0",
13-
"mercurius": "^12.0.0"
13+
"mercurius": "^12.0.1"
1414
}
1515
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@
115115
"@types/koa-mount": "^4.0.2",
116116
"@typescript-eslint/eslint-plugin": "^5.51.0",
117117
"@typescript-eslint/parser": "^5.51.0",
118-
"@whatwg-node/fetch": "^0.7.0",
118+
"@whatwg-node/fetch": "^0.8.1",
119119
"babel-jest": "^29.4.2",
120-
"eslint": "^8.33.0",
120+
"eslint": "^8.34.0",
121121
"eslint-config-prettier": "^8.6.0",
122122
"express": "^4.18.2",
123-
"fastify": "^4.12.0",
123+
"fastify": "^4.13.0",
124124
"graphql": "^16.6.0",
125125
"html-validator": "^6.0.1",
126126
"jest": "^29.4.2",
@@ -129,11 +129,11 @@
129129
"koa-mount": "^4.0.0",
130130
"node-fetch": "^3.3.0",
131131
"prettier": "^2.8.4",
132-
"rollup": "^3.14.0",
132+
"rollup": "^3.15.0",
133133
"rollup-plugin-gzip": "^3.1.0",
134134
"semantic-release": "^20.1.0",
135135
"tslib": "^2.5.0",
136-
"typedoc": "^0.23.24",
136+
"typedoc": "^0.23.25",
137137
"typedoc-plugin-markdown": "^3.14.0",
138138
"typescript": "^4.9.5"
139139
},

0 commit comments

Comments
 (0)