react-apollo
react-apollo copied to clipboard
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0. Changelog Sourced from node-forge's changelog. 1.3.0 - 2022-03-17 Security Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa Yahyazadeh ([email protected]). HIGH: Leniency...
Hi, I try to get along with the tutorial and I got stuck when creating a database and generating Prisma Client.  My OS is windows. Any help would...
after cloning the repo. the npm install command inside the server folder throws the following error ``` code ELIFECYCLE npm ERR! errno 1 npm ERR! @prisma/[email protected] preinstall: `node scripts/preinstall-entry.js` npm...
### What The image in [https://www.howtographql.com/react-apollo/1-getting-started/](https://www.howtographql.com/react-apollo/1-getting-started/) demonstrating how to create a new _post_ has the wrong mutation name #### Expected ``` graphql mutation CreateApolloLink { post( description: "Prisma gives you...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...
Bumps [apollo-server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server) from 2.19.0 to 2.25.3. Changelog Sourced from apollo-server's changelog. v2.25.3 ⚠️ SECURITY apollo-server-core: Update default version of the GraphQL Playground React app loaded from the CDN to be...
I'm able to start the Playground app but when I execute the `signup` mutation it shows: ``` { "error": "Failed to fetch. Please check your connection" } ``` The console...
Hi Guys, I find your website great and your documentations great too, but I'm surprised that the authentication method in your example is fake. On `src/components/Header.js` there is no verification...