Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
And fix a few vulnerability issues with `npm audit fix`.
  • Loading branch information
wlsf82 committed Mar 31, 2024
1 parent a880ff8 commit cc4c15b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
62 changes: 31 additions & 31 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hackernews",
"version": "0.1.0",
"dependencies": {
"axios": "^1.6.7",
"axios": "^1.6.8",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
Expand All @@ -28,7 +28,7 @@
"@cypress/grep": "^4.0.1",
"@percy/cli": "^1.28.2",
"@percy/cypress": "^3.1.2",
"cypress": "^13.7.0",
"cypress": "^13.7.1",
"start-server-and-test": "^2.0.3"
}
}

0 comments on commit cc4c15b

Please sign in to comment.