From e937f0b670138324fcb139fba309110f139ad933 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Sep 2024 16:45:41 +0000 Subject: [PATCH] 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 --- examples/with-reason-relay/package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/with-reason-relay/package.json b/examples/with-reason-relay/package.json index 49c5ab4c05541..2092bb9aca1b3 100644 --- a/examples/with-reason-relay/package.json +++ b/examples/with-reason-relay/package.json @@ -9,20 +9,20 @@ "schema": "graphql get-schema -e dev" }, "dependencies": { - "bs-fetch": "0.5.2", - "bs-platform": "7.2.2", - "graphql": "15.0.0", + "bs-fetch": "0.6.2", + "bs-platform": "7.3.2", + "graphql": "15.9.0", "isomorphic-unfetch": "^3.0.0", "next": "latest", - "next-transpile-modules": "9.0.0", + "next-transpile-modules": "9.1.0", "react": "^16.13.0", "react-dom": "^16.13.0", - "react-relay": "0.0.0-experimental-8cc94ddc", - "reason-promise": "1.0.2", - "reason-react": "0.7.0", - "reason-relay": "0.8.2", - "relay-config": "9.0.0", - "relay-runtime": "9.0.0" + "react-relay": "0.10.0", + "reason-promise": "1.1.5", + "reason-react": "0.11.0", + "reason-relay": "0.15.0", + "relay-config": "9.1.0", + "relay-runtime": "9.1.0" }, "devDependencies": { "babel-plugin-relay": "^9.0.0",