Skip to content

Commit

Permalink
fix: express vulnerability ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Pietal committed Mar 26, 2024
1 parent bf786a4 commit fb841d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"terser": "^5.14.2",
"json5": "^2.2.2",
"semver": "^7.5.3",
"escodegen": "^2.1.0"
"escodegen": "^2.1.0",
"express": "^4.19.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2051,10 +2051,10 @@ expect@^29.7.0:
jest-message-util "^29.7.0"
jest-util "^29.7.0"

express@^4.17.3, express@^4.18.2:
version "4.19.1"
resolved "https://registry.yarnpkg.com/express/-/express-4.19.1.tgz#4700635795e911600a45596138cf5b0320e78256"
integrity sha512-K4w1/Bp7y8iSiVObmCrtq8Cs79XjJc/RU2YYkZQ7wpUu5ZyZ7MtPHkqoMz4pf+mgXfNvo2qft8D9OnrH2ABk9w==
express@^4.17.3, express@^4.18.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==
dependencies:
accepts "~1.3.8"
array-flatten "1.1.1"
Expand Down

0 comments on commit fb841d0

Please sign in to comment.