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.10.7 to 20.16.1.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - socket.io from 4.7.3 to 4.7.5.
    See this package in npm: https://www.npmjs.com/package/socket.io

See this project in Snyk:
https://app.snyk.io/org/strangedreamer4/project/c09a9e87-1ddb-4dba-a7db-2ad500cab993?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 9, 2024
1 parent 7b8345e commit d8ca9b0
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 79 deletions.
181 changes: 104 additions & 77 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 @@ -10,9 +10,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"@types/node": "^20.16.1",
"express": "^4.18.2",
"node-fetch": "^3.2.6",
"socket.io": "^4.7.3"
"socket.io": "^4.7.5"
}
}

0 comments on commit d8ca9b0

Please sign in to comment.