Skip to content

Commit

Permalink
update express into 4.21.1
Browse files Browse the repository at this point in the history
npm audit report

body-parser  <1.20.3
Severity: high
body-parser vulnerable to denial of service when url encoding is enabled - GHSA-qwcr-r2fm-qrc7
fix available via `npm audit fix --force`
Will install [email protected], which is outside the stated dependency range
node_modules/body-parser
  express  <=4.21.0 || 5.0.0-alpha.1 - 5.0.0
  Depends on vulnerable versions of body-parser
  Depends on vulnerable versions of cookie
  Depends on vulnerable versions of path-to-regexp
  Depends on vulnerable versions of send
  Depends on vulnerable versions of serve-static
  node_modules/express

cookie  <0.7.0
cookie accepts cookie name, path, and domain with out of bounds characters - GHSA-pxg6-pf52-xh8x
fix available via `npm audit fix --force`
Will install [email protected], which is outside the stated dependency range
node_modules/cookie

path-to-regexp  <0.1.10
Severity: high
path-to-regexp outputs backtracking regular expressions - GHSA-9wv6-86v2-598j
fix available via `npm audit fix --force`
Will install [email protected], which is outside the stated dependency range
node_modules/path-to-regexp

send  <0.19.0
Severity: moderate
send vulnerable to template injection that can lead to XSS - GHSA-m6fv-jmcg-4jfg
fix available via `npm audit fix --force`
Will install [email protected], which is outside the stated dependency range
node_modules/send
  serve-static  <=1.16.0
  Depends on vulnerable versions of send
  node_modules/serve-static

6 vulnerabilities (1 low, 2 moderate, 3 high)
  • Loading branch information
D-ske104 committed Oct 11, 2024
1 parent 0d0ddcb commit c2b557a
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 77 deletions.
134 changes: 59 additions & 75 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/headless-inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@line/headless-inspector-cdp": "1.0.2",
"@line/headless-inspector-core": "1.0.2",
"express": "4.19.2",
"express": "4.21.1",
"selfsigned": "2.0.1",
"ws": "8.18.0",
"yargs": "17.4.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/liff-inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@line/headless-inspector": "1.0.2",
"@line/headless-inspector-cdp": "1.0.2",
"express": "4.19.2",
"express": "4.21.1",
"ts-loader": "9.5.1",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
Expand Down

0 comments on commit c2b557a

Please sign in to comment.