[Snyk] Security upgrade webpack from 5.94.0 to 5.98.0#352
[Snyk] Security upgrade webpack from 5.94.0 to 5.98.0#352thejoeejoee wants to merge 1 commit intodevelopfrom
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the webpack/ frontend build package dependencies to remediate a Snyk-reported vulnerability by upgrading webpack and its transitive dependency graph.
Changes:
- Bump
webpackdependency inwebpack/package.jsonfrom^5.94.0to^5.98.0. - Regenerate
webpack/yarn.lock, updating webpack’s resolved version and several related transitive packages (e.g., schema-utils, terser-webpack-plugin, @webassemblyjs/*).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
webpack/package.json |
Updates the declared webpack semver range to a newer minimum version. |
webpack/yarn.lock |
Updates the resolved dependency tree for webpack and related tooling packages. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| "tailwindcss": "^3.4.11", | ||
| "tom-select": "^2.1.0", | ||
| "webpack": "^5.94.0", | ||
| "webpack": "^5.98.0", |
Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project.
Snyk changed the following file(s):
webpack/package.jsonwebpack/yarn.lockNote for zero-installs users
If you are using the Yarn feature zero-installs that was introduced in Yarn V2, note that this PR does not update the
.yarn/cache/directory meaning this code cannot be pulled and immediately developed on as one would expect for a zero-install project - you will need to runyarnto update the contents of the./yarn/cachedirectory.If you are not using zero-install you can ignore this as your flow should likely be unchanged.
Vulnerabilities that will be fixed with an upgrade:
SNYK-JS-AJV-15274295
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Regular Expression Denial of Service (ReDoS)