Skip to content

Commit

Permalink
Merge pull request #25 from IBM/dep-updates
Browse files Browse the repository at this point in the history
Updated dependencies to some newer versions to resolve security issues.
  • Loading branch information
zgrossbart committed Apr 30, 2020
2 parents 1bc4814 + 5be9207 commit dd7cdd1
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 67 deletions.
6 changes: 3 additions & 3 deletions examples/github_users/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/github_users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"axios": "^0.19.0",
"graphql": "^0.13.2",
"graphql-schema-bindings": "^0.11.1",
"minimist": "^1.2.5",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/twitter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/twitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"dotenv": "^6.0.0",
"graphql": "^14.0.2",
"graphql-schema-bindings": "^0.11.1",
"minimist": "^1.2.5",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/xkcd/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/xkcd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"axios": "^0.19.0",
"graphql": "^0.13.2",
"graphql-schema-bindings": "0.11.1",
"minimist": "^1.2.5",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
}
Expand Down
118 changes: 60 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,19 @@
"@types/jest": "^23.3.1",
"@types/node": "^10.9.3",
"@types/supertest": "^2.0.5",
"acorn": "^7.1.1",
"apollo-server-express": "^2.4.0",
"chai": "^4.1.2",
"coveralls": "^3.0.3",
"express": "^4.16.3",
"extend": "3.0.2",
"graphql": "^0.13.2",
"handlebars": "^4.7.6",
"husky": "^0.14.3",
"jest": "^24.8.0",
"lint-staged": "^8.1.7",
"lodash": "^4.17.13",
"minimist": "^1.2.5",
"prettier": "^1.14.2",
"set-value": "^2.0.1",
"supertest": "^4.0.2",
Expand Down

0 comments on commit dd7cdd1

Please sign in to comment.