graphile / starter

Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js
https://graphile-starter.herokuapp.com
Other
1.73k stars 218 forks source link

chore(deps): bump next from 10.2.3 to 11.1.3 #290

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps next from 10.2.3 to 11.1.3.

Release notes

Sourced from next's releases.

v11.1.3

See https://github.com/vercel/next.js/releases/v12.0.5 for details about this patch.

Commits
Maintainer changes

This version was pushed to npm by vercel-release-bot, a new releaser for next since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/graphile/starter/network/alerts).
benjie commented 2 years ago

GHSA-25mp-g6fv-mqxx high severity Vulnerable versions: < 11.1.3 Patched version: 11.1.3 Next.js is a React framework. In versions of Next.js prior to 12.0.5 or 11.1.3, invalid or malformed URLs could lead to a server crash. In order to be affected by this issue, the deployment must use Next.js versions above 11.1.0 and below 12.0.5, Node.js above 15.0.0, and next start or a custom server. Deployments on Vercel are not affected, along with similar environments where invalid requests are filtered before reaching Next.js. Versions 12.0.5 and 11.1.3 contain patches for this issue.

Our version is below 11.1.0 - we're not vulnerable


GHSA-9gr3-7897-pp7m high severity Vulnerable versions: >= 10.0.0, < 11.1.1 Patched version: 11.1.1 Impact Affected: All of the following must be true to be affected:

We don't specify images / images.domains - we're not vulnerable.


GHSA-vxf5-wxwp-m7g9 moderate severity Vulnerable versions: < 11.1.0 Patched version: 11.1.0 Impact Affected: Users of Next.js between 10.0.5 and 10.2.0 Affected: Users of Next.js between 11.0.0 and 11.0.1 using pages/_error.js without getInitialProps Affected: Users of Next.js between 11.0.0 and 11.0.1 using pages/_error.js and next export Not affected: Deployments on Vercel (vercel.com) are not affected Not affected: Deployments with pages/404.js We recommend everyone to upgrade regardless of whether you can reproduce the issue or not.

Patches vercel/next.js@v11.1.0 (release)

We're using 10.2.3, so are not vulnerable.

dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.