Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-URIJS-19963963
|
This upgrade includes multiple major versions with significant breaking changes, requiring configuration and potentially code modifications. The highest risks come from ajv, which has been upgraded across two major versions, and css-loader, which now requires webpack 5 asset modules. Top 3 Most Impactful Upgrades1. ajv: 6.12.6 → 8.15.0 (HIGH RISK) This is a jump across two major versions (v7 and v8) and includes a complete rewrite of the library. Expect significant migration effort.
Recommendation: Carefully review the Ajv v7 and v8 migration guides. Audit all existing JSON schemas for compatibility with the new strict mode and ensure you add 2. css-loader: 5.2.6 → 6.0.0 (HIGH RISK) This upgrade modernizes the loader to align with webpack 5 features.
Recommendation: Update your webpack configuration to use Asset Modules instead of 3. style-loader: 2.0.0 → 3.0.0 (MEDIUM RISK)
Other Upgrades
|
Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project.
Snyk changed the following file(s):
package.jsonNote 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-URIJS-19963963
Breaking Change Risk
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:
🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.