Skip to content

Commit

Permalink
[Snyk] Security upgrade express from 4.18.2 to 4.19.2 (#1001)
Browse files Browse the repository at this point in the history
* fix: libraries/grpc-sdk/package.json to reduce vulnerabilities

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

* chore: yarn.lock

---------

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
kkopanidis and snyk-bot authored Mar 27, 2024
1 parent 8410024 commit 5714759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/grpc-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@sesamecare-oss/redlock": "^1.2.0",
"abort-controller-x": "^0.4.1",
"convict": "^6.2.4",
"express": "^4.18.2",
"express": "^4.19.2",
"fast-jwt": "^3.3.2",
"fs-extra": "^11.2.0",
"ioredis": "^5.3.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7100,7 +7100,7 @@ express@^4.17.1, express@^4.18.2, express@~4.18.2:
utils-merge "1.0.1"
vary "~1.1.2"

express@~4.19.2:
express@^4.19.2, express@~4.19.2:
version "4.19.2"
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
Expand Down

0 comments on commit 5714759

Please sign in to comment.