Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @types/node from 20.14.15 to 20.16.1.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - @types/react from 18.3.3 to 18.3.4.
    See this package in npm: https://www.npmjs.com/package/@types/react
  - axios from 1.7.4 to 1.7.5.
    See this package in npm: https://www.npmjs.com/package/axios
  - next from 14.2.5 to 14.2.6.
    See this package in npm: https://www.npmjs.com/package/next

See this project in Snyk:
https://app.snyk.io/org/geovanedev/project/aa8b80e5-5fb3-4fbe-8b8d-e36c5fd96e72?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 16, 2024
1 parent e5d0ba3 commit 55f4ad8
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 65 deletions.
137 changes: 76 additions & 61 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"axios": "^1.6.5",
"axios": "^1.7.5",
"bootstrap": "^5.3.2",
"cheerio": "^1.0.0-rc.12",
"fontawesome": "^5.6.3",
"iconv-lite": "^0.6.3",
"next": "^14.1.0",
"next": "^14.2.6",
"next-seo": "^6.5.0",
"react": "^18",
"react-bootstrap": "^2.10.0",
"react-dom": "^18",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.5"
}
Expand Down

0 comments on commit 55f4ad8

Please sign in to comment.