Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Dec 19, 2018
1 parent f223003 commit f1860b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"@types/jest": "23.3.10",
"@types/node": "10.12.17",
"@types/object-hash": "1.2.0",
"@types/request-promise-native": "^1.0.15",
"apollo-server": "^2.3.1",
"@types/request-promise-native": "1.0.15",
"apollo-server": "2.3.1",
"codecov": "3.1.0",
"coveralls": "3.0.2",
"graphql": "^14.0.2",
"graphql-middleware": "^3.0.0",
"graphql": "14.0.2",
"graphql-middleware": "3.0.0",
"graphql-tools": "4.0.3",
"graphql-yoga": "^1.16.8",
"graphql-yoga": "1.16.8",
"husky": "1.3.0",
"jest": "23.6.0",
"npm-run-all": "4.1.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c"
integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==

"@types/request-promise-native@^1.0.15":
"@types/[email protected]":
version "1.0.15"
resolved "https://registry.yarnpkg.com/@types/request-promise-native/-/request-promise-native-1.0.15.tgz#5b3369fc6aaf9e7fef7b6b688aef4c5759623e16"
integrity sha512-uYPjTChD9TpjlvbBjNpZfNc64TBejBS52u7pbxhQLnlxw+5Em7wLb6DU2wdJVhJ2Mou7v50N0qgL4Gia5mmRYg==
Expand Down Expand Up @@ -656,7 +656,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/apollo-server-plugin-base/-/apollo-server-plugin-base-0.2.1.tgz#d08c9576f7f11ab6e212f352d482faaa4059a31e"
integrity sha512-497NIY9VWRYCrMSkgR11IrIUO4Fsy6aGgnpOJoTdLQAnkDD9SJDSRzwKj4gypUoTT2unfKDng4eMxXVZlHvjOw==

apollo-server@^2.3.1:
[email protected]:
version "2.3.1"
resolved "https://registry.yarnpkg.com/apollo-server/-/apollo-server-2.3.1.tgz#4d2b6bbb48b44d86076680304705b8b7ae952d37"
integrity sha512-+S+/BhLJF9Ms99OK9HpC4P6rcVWTobWWKeLSVdgxqG487i/kwMrCAw/ICrDVJGeOGJRi6PndVu9XdHWHuX1lvQ==
Expand Down Expand Up @@ -3029,7 +3029,7 @@ graphql-import@^0.7.0, graphql-import@^0.7.1:
lodash "^4.17.4"
resolve-from "^4.0.0"

[email protected], graphql-middleware@^3.0.0:
[email protected]:
version "3.0.0"
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-3.0.0.tgz#df498cc2c19ca5936fc67e9e39df6c484dbf4d80"
integrity sha512-m1V5G8jTatG8ZbFWLWBqrlVbHNpJv/U15LJ8U3XAoLjxm5HRY9rVXns6I4gigJqUt/0i/xYO7Lk3YkxqHi8QmQ==
Expand Down Expand Up @@ -3104,7 +3104,7 @@ graphql-upload@^8.0.2:
http-errors "^1.7.1"
object-path "^0.11.4"

graphql-yoga@^1.16.8:
[email protected]:
version "1.16.8"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.8.tgz#b0c3c4fe196734b22b57bd2d11edaf0b2093b3d1"
integrity sha512-z9jQQa69z5VnIQ8Awjwp8AmwRMWdV495MhvR9p2uhfmCmSwbKxisS8jxZF89b3Wh/j7fnD6y09kPsvbdZat46A==
Expand All @@ -3131,7 +3131,7 @@ graphql-yoga@^1.16.8:
graphql-tools "^4.0.0"
subscriptions-transport-ws "^0.9.8"

"graphql@^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0", graphql@^14.0.2:
[email protected], "graphql@^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0":
version "14.0.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650"
integrity sha512-gUC4YYsaiSJT1h40krG3J+USGlwhzNTXSb4IOZljn9ag5Tj+RkoXrWp+Kh7WyE3t1NCfab5kzCuxBIvOMERMXw==
Expand Down

0 comments on commit f1860b4

Please sign in to comment.