Skip to content

Commit e937f0b

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - bs-fetch from 0.5.2 to 0.6.2. See this package in npm: https://www.npmjs.com/package/bs-fetch - bs-platform from 7.2.2 to 7.3.2. See this package in npm: https://www.npmjs.com/package/bs-platform - graphql from 15.0.0 to 15.9.0. See this package in npm: https://www.npmjs.com/package/graphql - next-transpile-modules from 9.0.0 to 9.1.0. See this package in npm: https://www.npmjs.com/package/next-transpile-modules - relay-runtime from 9.0.0 to 9.1.0. See this package in npm: https://www.npmjs.com/package/relay-runtime - react-relay from 0.0.0-experimental-8cc94ddc to 0.10.0. See this package in npm: https://www.npmjs.com/package/react-relay - reason-promise from 1.0.2 to 1.1.5. See this package in npm: https://www.npmjs.com/package/reason-promise - reason-react from 0.7.0 to 0.11.0. See this package in npm: https://www.npmjs.com/package/reason-react - reason-relay from 0.8.2 to 0.15.0. See this package in npm: https://www.npmjs.com/package/reason-relay - relay-config from 9.0.0 to 9.1.0. See this package in npm: https://www.npmjs.com/package/relay-config See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/a2717a2d-d6c1-42f8-bf9c-88c8a4c40c66?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 778cef6 commit e937f0b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

examples/with-reason-relay/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"schema": "graphql get-schema -e dev"
1010
},
1111
"dependencies": {
12-
"bs-fetch": "0.5.2",
13-
"bs-platform": "7.2.2",
14-
"graphql": "15.0.0",
12+
"bs-fetch": "0.6.2",
13+
"bs-platform": "7.3.2",
14+
"graphql": "15.9.0",
1515
"isomorphic-unfetch": "^3.0.0",
1616
"next": "latest",
17-
"next-transpile-modules": "9.0.0",
17+
"next-transpile-modules": "9.1.0",
1818
"react": "^16.13.0",
1919
"react-dom": "^16.13.0",
20-
"react-relay": "0.0.0-experimental-8cc94ddc",
21-
"reason-promise": "1.0.2",
22-
"reason-react": "0.7.0",
23-
"reason-relay": "0.8.2",
24-
"relay-config": "9.0.0",
25-
"relay-runtime": "9.0.0"
20+
"react-relay": "0.10.0",
21+
"reason-promise": "1.1.5",
22+
"reason-react": "0.11.0",
23+
"reason-relay": "0.15.0",
24+
"relay-config": "9.1.0",
25+
"relay-runtime": "9.1.0"
2626
},
2727
"devDependencies": {
2828
"babel-plugin-relay": "^9.0.0",

0 commit comments

Comments
 (0)