Skip to content

Commit

Permalink
fix: webcommon/javascript.nodejs/samples_src/MessagesExpress/package.…
Browse files Browse the repository at this point in the history
…json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
  • Loading branch information
snyk-bot committed Oct 10, 2024
1 parent afa8d3f commit 5086cc9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"body-parser": "~1.10.2",
"cookie-parser": "~1.3.3",
"cookie-parser": "~1.4.7",
"debug": "~2.6.9",
"express": "~4.11.1",
"express": "~4.21.1",
"jade": "~1.9.1",
"morgan": "~1.9.1",
"bower" : "~1.8.8"
Expand Down

0 comments on commit 5086cc9

Please sign in to comment.