leighs-hammer / shopify-app-boilerplate-nextjs-redux-nosql

serverless shopify app boilerplate using react typescript redux polaris mongoDB
https://shopify-app-boilerplate-v2.now.sh
31 stars 3 forks source link

[Snyk] Security upgrade next from 9.3.4 to 10.0.7 #65

Open leighs-hammer opened 11 months ago

leighs-hammer commented 11 months ago

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.

#### Changes included in this PR - Changes to the following files to upgrade the vulnerable dependencies to a fixed version: - package.json - package-lock.json #### Vulnerabilities that will be fixed ##### With an upgrade: Severity | Priority Score (*) | Issue | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:------------------------- ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png "high severity") | **696/1000**
**Why?** Proof of Concept exploit, Has a fix available, CVSS 7.5 | Regular Expression Denial of Service (ReDoS)
[SNYK-JS-ANSIREGEX-1583908](https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908) | No | Proof of Concept ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png "medium severity") | **586/1000**
**Why?** Proof of Concept exploit, Has a fix available, CVSS 5.3 | Regular Expression Denial of Service (ReDoS)
[SNYK-JS-GLOBPARENT-1016905](https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905) | Yes | Proof of Concept ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png "medium severity") | **479/1000**
**Why?** Has a fix available, CVSS 5.3 | Regular Expression Denial of Service (ReDoS)
[SNYK-JS-TERSER-2806366](https://snyk.io/vuln/SNYK-JS-TERSER-2806366) | Yes | No Known Exploit ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png "high severity") | **589/1000**
**Why?** Has a fix available, CVSS 7.5 | Prototype Pollution
[SNYK-JS-UNSETVALUE-2400660](https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660) | Yes | No Known Exploit (*) Note that the real score may have changed since the PR was raised.
Commit messages
Package name: next The new version differs by 250 commits.
  • 80c9522 v10.0.7
  • 57ed93b v10.0.7-canary.8
  • b3aa1d1 Upgrade to lerna 4 (#22039)
  • 83657b6 Check if parentspan is provided in profiler (#22061)
  • 5c24670 Add Zipkin trace capturing with output to JSON. (#22106)
  • 5f41abd fix(link): cancel idle callback on unmount (#22072)
  • 27b6dd6 v10.0.7-canary.7
  • 55e4a3d Only create locale domain links if on locale domain (#22032)
  • 5febe21 Add nccing AMP optimizer (#21980)
  • 3f94f33 Ensure error is passed up in minimal mode (#22030)
  • 6b99bda Fix profiling plugin for next build (#21989)
  • fa8ab99 Fix with-firebase-hosting running locally (#21971)
  • 74e0c6d with-apollo SSR example added. (#21956)
  • 394bbf6 Improve sanity.io example (#18227)
  • 5d58626 Upgrade packages for example/with-typescript-eslint-jest (#21963)
  • 6369981 v10.0.7-canary.6
  • 44fa86e Make sure all modules are included in the stats file (#21942)
  • e69a4d7 [examples] Added blog-starter example using Ghost CMS (#19990)
  • fb843a5 [examples] Fix for custom server SSR caching (#18786)
  • 1773b99 [examples] Wrap entire app with Styletron provider for with-styletron (#21908)
  • 958bd6c Update server output path in static optimization docs (#21910)
  • 984a78d Update React version in Tailwind example (#21906)
  • 8b44bcc v10.0.7-canary.5
  • 6387f36 Update reasons array to use module id instead of identifier (#21895)
See the full diff
Check the changes in this PR to ensure they won't cause issues with your project. ------------ **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](https://app.snyk.io/org/leighs-hammer/project/740daddf-295b-44dc-a6d0-93e2669f7ff0?utm_source=github&utm_medium=referral&page=fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/leighs-hammer/project/740daddf-295b-44dc-a6d0-93e2669f7ff0?utm_source=github&utm_medium=referral&page=fix-pr/settings) 📚 [Read more about Snyk's upgrade and patch logic](https://support.snyk.io/hc/en-us/articles/360003891078-Snyk-patches-to-fix-vulnerabilities) [//]: # (snyk:metadata:{"prId":"230edd12-fc3f-4821-b5c4-a860c0b8e945","prPublicId":"230edd12-fc3f-4821-b5c4-a860c0b8e945","dependencies":[{"name":"next","from":"9.3.4","to":"10.0.7"}],"packageManager":"npm","projectPublicId":"740daddf-295b-44dc-a6d0-93e2669f7ff0","projectUrl":"https://app.snyk.io/org/leighs-hammer/project/740daddf-295b-44dc-a6d0-93e2669f7ff0?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-JS-ANSIREGEX-1583908","SNYK-JS-GLOBPARENT-1016905","SNYK-JS-TERSER-2806366","SNYK-JS-UNSETVALUE-2400660"],"upgrade":["SNYK-JS-ANSIREGEX-1583908","SNYK-JS-GLOBPARENT-1016905","SNYK-JS-TERSER-2806366","SNYK-JS-UNSETVALUE-2400660"],"isBreakingChange":true,"env":"prod","prType":"fix","templateVariants":["updated-fix-title","priorityScore"],"priorityScoreList":[696,586,479,589],"remediationStrategy":"vuln"}) --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [Regular Expression Denial of Service (ReDoS)](https://learn.snyk.io/lesson/redos/?loc=fix-pr) 🦉 [Prototype Pollution](https://learn.snyk.io/lesson/prototype-pollution/?loc=fix-pr)
vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shopify-app-boilerplate-v2 ❌ Failed (Inspect) Nov 28, 2023 2:15pm