Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump qs, body-parser and express #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 7, 2022

Bumps qs to 6.11.0 and updates ancestor dependencies qs, body-parser and express. These dependencies need to be updated together.

Updates qs from 6.5.2 to 6.11.0

Changelog

Sourced from qs's changelog.

6.11.0

  • [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442)
  • [readme] fix version badge

6.10.5

  • [Fix] stringify: with arrayFormat: comma, properly include an explicit [] on a single-item array (#434)

6.10.4

  • [Fix] stringify: with arrayFormat: comma, include an explicit [] on a single-item array (#441)
  • [meta] use npmignore to autogenerate an npmignore file
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, has-symbol, object-inspect, tape

6.10.3

  • [Fix] parse: ignore __proto__ keys (#428)
  • [Robustness] stringify: avoid relying on a global undefined (#427)
  • [actions] reuse common workflows
  • [Dev Deps] update eslint, @ljharb/eslint-config, object-inspect, tape

6.10.2

  • [Fix] stringify: actually fix cyclic references (#426)
  • [Fix] stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424)
  • [readme] remove travis badge; add github actions/codecov badges; update URLs
  • [Docs] add note and links for coercing primitive values (#408)
  • [actions] update codecov uploader
  • [actions] update workflows
  • [Tests] clean up stringify tests slightly
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, object-inspect, safe-publish-latest, tape

6.10.1

  • [Fix] stringify: avoid exception on repeated object values (#402)

6.10.0

  • [New] stringify: throw on cycles, instead of an infinite loop (#395, #394, #393)
  • [New] parse: add allowSparse option for collapsing arrays with missing indices (#312)
  • [meta] fix README.md (#399)
  • [meta] only run npm run dist in publish, not install
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, has-symbols, tape
  • [Tests] fix tests on node v0.6
  • [Tests] use ljharb/actions/node/install instead of ljharb/actions/node/run
  • [Tests] Revert "[meta] ignore eclint transitive audit warning"

6.9.7

  • [Fix] parse: ignore __proto__ keys (#428)
  • [Fix] stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424)
  • [Robustness] stringify: avoid relying on a global undefined (#427)
  • [readme] remove travis badge; add github actions/codecov badges; update URLs
  • [Docs] add note and links for coercing primitive values (#408)
  • [Tests] clean up stringify tests slightly
  • [meta] fix README.md (#399)
  • Revert "[meta] ignore eclint transitive audit warning"

... (truncated)

Commits
  • 56763c1 v6.11.0
  • ddd3e29 [readme] fix version badge
  • c313472 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option
  • 95bc018 v6.10.5
  • 0e903c0 [Fix] stringify: with arrayFormat: comma, properly include an explicit `[...
  • ba9703c v6.10.4
  • 4e44019 [Fix] stringify: with arrayFormat: comma, include an explicit [] on a s...
  • 113b990 [Dev Deps] update object-inspect
  • c77f38f [Dev Deps] update eslint, @ljharb/eslint-config, aud, has-symbol, tape
  • 2cf45b2 [meta] use npmignore to autogenerate an npmignore file
  • Additional commits viewable in compare view

Updates body-parser from 1.18.3 to 1.20.1

Release notes

Sourced from body-parser's releases.

1.20.0

1.19.2

1.19.1

1.19.0

... (truncated)

Changelog

Sourced from body-parser's changelog.

1.20.1 / 2022-10-06

1.20.0 / 2022-04-02

1.19.2 / 2022-02-15

1.19.1 / 2021-12-10

1.19.0 / 2019-04-25

... (truncated)

Commits

Updates express from 4.16.3 to 4.18.2

Release notes

Sourced from express's releases.

4.18.2

4.18.1

  • Fix hanging on large stack of sync routes

4.18.0

... (truncated)

Changelog

Sourced from express's changelog.

4.18.2 / 2022-10-08

4.18.1 / 2022-04-29

  • Fix hanging on large stack of sync routes

4.18.0 / 2022-04-25

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `qs` from 6.5.2 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.11.0)

Updates `body-parser` from 1.18.3 to 1.20.1
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.18.3...1.20.1)

Updates `express` from 4.16.3 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.16.3...4.18.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
- dependency-name: body-parser
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 7, 2022
Copy link

@prisma-cloud-devsecops prisma-cloud-devsecops bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prisma Cloud has found errors in this PR ⬇️

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ansi-regex 3.0.0 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-3807 HIGH7.54.1.1Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set-value 2.0.0 / package-lock.json

Total vulnerabilities: 2

Critical: 2High: 0Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-23440 CRITICAL9.82.0.1Open
CVE-2019-10747 CRITICAL9.82.0.1Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undefsafe 2.0.2 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 0Medium: 1Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2019-10795 MEDIUM6.32.0.3Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unset-value 1.0.0 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
PRISMA-2022-0049 HIGH82.0.1Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set-value 0.4.3 / package-lock.json

Total vulnerabilities: 2

Critical: 2High: 0Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-23440 CRITICAL9.82.0.1Open
CVE-2019-10747 CRITICAL9.82.0.1Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bson 1.0.9 / package-lock.json

Total vulnerabilities: 2

Critical: 1High: 0Medium: 0Low: 1
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-7610 CRITICAL9.81.1.4Open
CVE-2019-2391 LOW41.1.4Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ajv 5.5.2 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 0Medium: 0Low: 1
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-15366 LOW46.12.3Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apollo-server-express 2.1.0 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 0Medium: 0Low: 1
Vulnerability ID Severity CVSSFixed in Status
GHSA-w42g-7vfc-xf37 LOW42.14.2Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

async 2.6.1 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-43138 HIGH72.6.4Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kind-of 6.0.2 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2019-20149 HIGH76.0.3Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ansi-regex 3.0.0 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-3807 HIGH7.54.1.1Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set-value 2.0.0 / package-lock.json

Total vulnerabilities: 2

Critical: 2High: 0Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-23440 CRITICAL9.82.0.1Open
CVE-2019-10747 CRITICAL9.82.0.1Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undefsafe 2.0.2 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 0Medium: 1Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2019-10795 MEDIUM6.32.0.3Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unset-value 1.0.0 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
PRISMA-2022-0049 HIGH82.0.1Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set-value 0.4.3 / package-lock.json

Total vulnerabilities: 2

Critical: 2High: 0Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-23440 CRITICAL9.82.0.1Open
CVE-2019-10747 CRITICAL9.82.0.1Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

node-fetch 2.2.0 / package-lock.json

Total vulnerabilities: 2

Critical: 0High: 0Medium: 2Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-0235 MEDIUM6.12.6.7Open
CVE-2020-15168 MEDIUM5.32.6.1Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mpath 0.5.1 / package-lock.json

Total vulnerabilities: 1

Critical: 1High: 0Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-23438 CRITICAL9.80.8.4Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

qs 6.5.2 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-24999 HIGH7.56.10.3Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mixin-deep 1.3.1 / package-lock.json

Total vulnerabilities: 1

Critical: 1High: 0Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2019-10746 CRITICAL9.81.3.2Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bson 1.1.0 / package-lock.json

Total vulnerabilities: 2

Critical: 1High: 0Medium: 0Low: 1
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-7610 CRITICAL9.81.1.4Open
CVE-2019-2391 LOW41.1.4Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

protobufjs 6.8.8 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-25878 HIGH7.56.11.3Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mongodb 3.1.4 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
GHSA-mh5c-679w-hh4r HIGH73.1.13Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lodash 4.17.10 / package-lock.json

Total vulnerabilities: 6

Critical: 1High: 2Medium: 3Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2019-10744 CRITICAL9.14.17.12Open
CVE-2021-23337 HIGH7.24.17.21Open
CVE-2020-8203 HIGH7.44.17.20Open
CVE-2020-28500 MEDIUM5.34.17.21Open
CVE-2019-1010266 MEDIUM6.54.17.11Open
CVE-2018-16487 MEDIUM5.64.17.11Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

object-path 0.11.4 / package-lock.json

Total vulnerabilities: 3

Critical: 1High: 2Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-15256 CRITICAL9.80.11.5Open
CVE-2021-3805 HIGH7.50.11.8Open
CVE-2021-23434 HIGH8.60.11.6Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mongoose 5.2.14 / package-lock.json

Total vulnerabilities: 3

Critical: 2High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-2564 CRITICAL9.86.4.6Open
CVE-2019-17426 CRITICAL9.1-Open
PRISMA-2021-0067 HIGH-5.12.2Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mquery 3.2.0 / package-lock.json

Total vulnerabilities: 2

Critical: 0High: 1Medium: 1Low: 0
Vulnerability ID Severity CVSSFixed in Status
PRISMA-2021-0060 HIGH-3.2.5Open
CVE-2020-35149 MEDIUM5.33.2.3Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

glob-parent 3.1.0 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-28469 HIGH7.55.1.2Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tar 4.4.1 / package-lock.json

Total vulnerabilities: 7

Critical: 0High: 6Medium: 0Low: 1
Vulnerability ID Severity CVSSFixed in Status
CVE-2018-20834 HIGH74.4.2Open
CVE-2021-32803 HIGH8.1-Open
CVE-2021-32804 HIGH8.1-Open
CVE-2021-37701 HIGH8.64.4.16Open
CVE-2021-37712 HIGH74.4.18Open
CVE-2021-37713 HIGH74.4.18Open
PRISMA-2021-0096 LOW3.56.1.4Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minimist 1.2.0 / package-lock.json

Total vulnerabilities: 2

Critical: 1High: 0Medium: 1Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-44906 CRITICAL9.81.2.6Open
CVE-2020-7598 MEDIUM5.61.2.2Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

json-schema 0.2.3 / package-lock.json

Total vulnerabilities: 1

Critical: 1High: 0Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-3918 CRITICAL90.4.0Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got 6.7.1 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 0Medium: 1Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-33987 MEDIUM5.312.1.0Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dot-prop 4.2.0 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-8116 HIGH7.34.2.1Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minimatch 3.0.4 / package-lock.json

Total vulnerabilities: 2

Critical: 0High: 2Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-3517 HIGH7.53.0.5Open
PRISMA-2022-0039 HIGH7.53.0.5Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dicer 0.2.5 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-24434 HIGH7-Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chownr 1.0.1 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 0Medium: 0Low: 1
Vulnerability ID Severity CVSSFixed in Status
CVE-2017-18869 LOW2.51.1.0Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minimist 0.0.8 / package-lock.json

Total vulnerabilities: 2

Critical: 1High: 0Medium: 1Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-44906 CRITICAL9.81.2.6Open
CVE-2020-7598 MEDIUM5.61.2.2Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

decode-uri-component 0.2.0 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 0Medium: 0Low: 1
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-38900 LOW10.2.1Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

event-stream 3.3.6 / package-lock.json

Total vulnerabilities: 1

Critical: 1High: 0Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
GHSA-mh6f-8j2x-4483 CRITICAL94.0.0Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flatmap-stream 0.1.0 / package-lock.json

Total vulnerabilities: 1

Critical: 1High: 0Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
GHSA-mh6f-8j2x-4483 CRITICAL9-Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ini 1.3.5 / package-lock.json

Total vulnerabilities: 1

Critical: 1High: 0Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-7788 CRITICAL9.81.3.6Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apollo-server-core 2.1.0 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 0Medium: 0Low: 1
Vulnerability ID Severity CVSSFixed in Status
GHSA-w42g-7vfc-xf37 LOW42.14.2Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bson 1.0.9 / package-lock.json

Total vulnerabilities: 2

Critical: 1High: 0Medium: 0Low: 1
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-7610 CRITICAL9.81.1.4Open
CVE-2019-2391 LOW41.1.4Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ajv 5.5.2 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 0Medium: 0Low: 1
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-15366 LOW46.12.3Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apollo-server-express 2.1.0 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 0Medium: 0Low: 1
Vulnerability ID Severity CVSSFixed in Status
GHSA-w42g-7vfc-xf37 LOW42.14.2Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

async 2.6.1 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-43138 HIGH72.6.4Open

"raw-body": "2.3.3",
"type-is": "1.6.16"
}
},
"iconv-lite": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kind-of 6.0.2 / package-lock.json

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2019-20149 HIGH76.0.3Open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants