-
Notifications
You must be signed in to change notification settings - Fork 68
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
[Snyk] Security upgrade webpack from 5.76.1 to 5.94.0 #1703
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-7840298
🦋 Changeset detectedLatest commit: 2289664 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for compiled-css-in-js canceled.
|
I decided to try to patch Don't think there would be any perf regressions from this(?) but let me know if there are |
Update: I have also updated Previously, when resolving For example, when given this... "./runtime": {
"import": [
"./dist/esm/runtime.js",
"./src/runtime.ts"
],
"require": [
"./dist/cjs/runtime.js",
"./src/runtime.ts"
]
}, ... an older version of However, in the current version of The easiest solution is to ensure that
Note that even though we don't use webpack directly, the same breaking change has been made in webpack: |
$ jest --no-cache jest-haste-map: duplicate manual mock found: cache The following files share their name; please delete one of them: * <rootDir>/packages/babel-plugin/dist/utils/__mocks__/cache.js * <rootDir>/packages/babel-plugin/src/utils/__mocks__/cache.ts Done in 26.38s. after bundle size
Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project.
Snyk changed the following file(s):
examples/webpack/package.json
Note 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 runyarn
to update the contents of the./yarn/cache
directory.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-WEBPACK-7840298
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:
🦉 Cross-site Scripting (XSS)