mirror of
https://github.com/rjNemo/federation
synced 2026-06-06 02:06:39 +00:00
Bumps [apollo-server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server) from 2.25.3 to 2.25.4. - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server@2.25.4/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server@2.25.4/packages/apollo-server) --- updated-dependencies: - dependency-name: apollo-server dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 lines
301 B
JSON
16 lines
301 B
JSON
{
|
|
"name": "gateway",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@apollo/gateway": "^0.21.1",
|
|
"apollo-server": "^2.25.4",
|
|
"graphql": "^15.4.0",
|
|
"nodemon": "^2.0.6"
|
|
},
|
|
"scripts": {
|
|
"start": "nodemon index.js"
|
|
},
|
|
"type": "module"
|
|
}
|