-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump @nx/next from 19.5.7 to 20.2.2 #4680
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dependabot merge
Sorry, only users with push access can use that command. |
4d9ef22
to
952187d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dependabot merge
952187d
to
a8d417e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dependabot merge
a8d417e
to
fdab2c6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dependabot merge
Bumps [@nx/next](https://github.com/nrwl/nx/tree/HEAD/packages/next) from 19.5.7 to 20.2.2. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/20.2.2/packages/next) --- updated-dependencies: - dependency-name: "@nx/next" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
fdab2c6
to
5318e67
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dependabot merge
} | ||
} | ||
}, | ||
"node_modules/@nx/module-federation/node_modules/webpack": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue identified by the Trivy linter is a security vulnerability in the webpack
package version 5.88.0
, specifically related to a DOM Clobbering vulnerability (CVE-2024-43788). This vulnerability can potentially allow an attacker to manipulate the DOM in a way that may lead to unintended behaviors or security issues in applications that use this version of webpack
. The recommended action is to update to a patched version, which in this case is 5.94.0
.
To fix this issue, you should update the version of webpack
in your project's dependency tree. Here is the single line change that you can make:
"node_modules/@nx/module-federation/node_modules/webpack": { | |
"version": "5.94.0", |
This change should be made in the relevant section of your package.json
or wherever the version of webpack
is specified in your project. After making this change, remember to run npm install
or yarn install
to update the package in your node_modules
.
This comment was generated by an experimental AI tool.
Superseded by #4690. |
Bumps @nx/next from 19.5.7 to 20.2.2.
Release notes
Sourced from
@nx/next
's releases.... (truncated)
Commits
2d36684
feat(misc): handle artifact generators'path
options including file extensi...ec5a5e6
feat(react): update app and lib generators to support new TS solution setup (...dc67660
fix(misc): update artifact generator option descriptions and cleanup leftover...8eb6159
fix(nextjs): Add support for next.config.ts for executors (#29071)5514329
server-next-executor-examples: minor typo documentation (#28830)d4b9e0d
fix(nextjs): update default next-env (#28861)39b0a6c
chore(nextjs): bump Next.js version to 14.2.16 (#28782)0706c7f
fix(nextjs): Formatting for pages (#28734)0ad7c6b
fix(nextjs): do not generate spec files if unitTestRunner is not set programm...b89a62e
fix(nextjs): Fix json spread typo (#28728)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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)