You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
106 packages are looking for funding
run npm fund for details
npm audit report
next 0.9.9 - 13.5.4-canary.11
Severity: moderate
Next.js missing cache-control header may lead to CDN caching empty reply - GHSA-c59h-r6p8-q9wc
Depends on vulnerable versions of postcss
fix available via npm audit fix --force
Will install [email protected], which is outside the stated dependency range
node_modules/next
postcss <8.4.31
Severity: moderate
PostCSS line return parsing error - GHSA-7fh5-64p2-3v2j
fix available via npm audit fix --force
Will install [email protected], which is outside the stated dependency range
node_modules/postcss
2 moderate severity vulnerabilities
To address all issues, run:
npm audit fix --force
PS C:\Users\gardi\OneDrive\Documents\GitHub\IEMweb\nextjs-shopify>
The text was updated successfully, but these errors were encountered:
vishwamartur
added a commit
to vishwamartur/nextjs-shopify
that referenced
this issue
Oct 30, 2024
Related to BuilderIO#52
Add cache-control header configuration to prevent CDN caching empty replies.
* Modify `next.config.js` to include a `Cache-Control` header with a value of `no-store`.
PS C:\Users\gardi\OneDrive\Documents\GitHub\IEMweb\nextjs-shopify> npm audit fix
up to date, audited 859 packages in 3s
106 packages are looking for funding
run
npm fund
for detailsnpm audit report
next 0.9.9 - 13.5.4-canary.11
Severity: moderate
Next.js missing cache-control header may lead to CDN caching empty reply - GHSA-c59h-r6p8-q9wc
Depends on vulnerable versions of postcss
fix available via
npm audit fix --force
Will install [email protected], which is outside the stated dependency range
node_modules/next
postcss <8.4.31
Severity: moderate
PostCSS line return parsing error - GHSA-7fh5-64p2-3v2j
fix available via
npm audit fix --force
Will install [email protected], which is outside the stated dependency range
node_modules/postcss
2 moderate severity vulnerabilities
To address all issues, run:
npm audit fix --force
PS C:\Users\gardi\OneDrive\Documents\GitHub\IEMweb\nextjs-shopify>
The text was updated successfully, but these errors were encountered: