Skip to content

Commit

Permalink
[Snyk] Security upgrade next from 13.5.6 to 14.1.1 (#1501)
Browse files Browse the repository at this point in the history
* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NEXT-6828457

* fix npm export error

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
wordshaker and snyk-bot committed May 10, 2024
1 parent 7ac8eea commit 2f6f876
Show file tree
Hide file tree
Showing 108 changed files with 4,948 additions and 5,628 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
- name: Run build
run: npm run build

- name: Run Export
run: npm run export

- name: Upload Site Build Artifacts
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const withPWA = require('next-pwa')({
dest: 'public',
});


module.exports = withPWA({
trailingSlash: true,
exportPathMap: async function (
Expand All @@ -27,6 +28,7 @@ module.exports = withPWA({

return config;
},
output: 'export',
images: {
unoptimized: true,
},
Expand Down
1 change: 1 addition & 0 deletions out/_next/static/-3RKTSfIpjT6gCOwKuLgH/_buildManifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions out/_next/static/-3RKTSfIpjT6gCOwKuLgH/_ssgManifest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
self.__SSG_MANIFEST=new Set,self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB();
1 change: 1 addition & 0 deletions out/_next/static/chunks/2762.8a575ba68f1dc315.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions out/_next/static/chunks/2cca2479-91b32cb9379ded15.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions out/_next/static/chunks/3543-f3b188e7552c3d97.js

Large diffs are not rendered by default.

Loading

0 comments on commit 2f6f876

Please sign in to comment.