Skip to content

Bump qs, body-parser and express#7

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/qs-and-body-parser-and-express-6.11.0
Open

Bump qs, body-parser and express#7
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/qs-and-body-parser-and-express-6.11.0

Conversation

@dependabot
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

  • Fix error message for json parse whitespace in strict
  • Fix internal error when inflated body exceeds limit
  • Prevent loss of async hooks context
  • Prevent hanging when request already read
  • deps: depd@2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
  • deps: http-errors@2.0.0
    • deps: depd@2.0.0
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
  • deps: qs@6.10.3
  • deps: raw-body@2.5.1
    • deps: http-errors@2.0.0

1.19.2

  • deps: bytes@3.1.2
  • deps: qs@6.9.7
    • Fix handling of __proto__ keys
  • deps: raw-body@2.4.3
    • deps: bytes@3.1.2

1.19.1

  • deps: bytes@3.1.1
  • deps: http-errors@1.8.1
    • deps: inherits@2.0.4
    • deps: toidentifier@1.0.1
    • deps: setprototypeof@1.2.0
  • deps: qs@6.9.6
  • deps: raw-body@2.4.2
    • deps: bytes@3.1.1
    • deps: http-errors@1.8.1
  • deps: safe-buffer@5.2.1
  • deps: type-is@~1.6.18

1.19.0

  • deps: bytes@3.1.0
    • Add petabyte (pb) support
  • deps: http-errors@1.7.2
    • Set constructor name when possible
    • deps: setprototypeof@1.1.1
    • deps: statuses@'>= 1.5.0 < 2'
  • deps: iconv-lite@0.4.24
    • Added encoding MIK
  • deps: qs@6.7.0
    • Fix parsing array brackets after index
  • deps: raw-body@2.4.0
    • deps: bytes@3.1.0
    • deps: http-errors@1.7.2

... (truncated)

Changelog

Sourced from body-parser's changelog.

1.20.1 / 2022-10-06

  • deps: qs@6.11.0
  • perf: remove unnecessary object clone

1.20.0 / 2022-04-02

  • Fix error message for json parse whitespace in strict
  • Fix internal error when inflated body exceeds limit
  • Prevent loss of async hooks context
  • Prevent hanging when request already read
  • deps: depd@2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
  • deps: http-errors@2.0.0
    • deps: depd@2.0.0
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
  • deps: qs@6.10.3
  • deps: raw-body@2.5.1
    • deps: http-errors@2.0.0

1.19.2 / 2022-02-15

  • deps: bytes@3.1.2
  • deps: qs@6.9.7
    • Fix handling of __proto__ keys
  • deps: raw-body@2.4.3
    • deps: bytes@3.1.2

1.19.1 / 2021-12-10

  • deps: bytes@3.1.1
  • deps: http-errors@1.8.1
    • deps: inherits@2.0.4
    • deps: toidentifier@1.0.1
    • deps: setprototypeof@1.2.0
  • deps: qs@6.9.6
  • deps: raw-body@2.4.2
    • deps: bytes@3.1.1
    • deps: http-errors@1.8.1
  • deps: safe-buffer@5.2.1
  • deps: type-is@~1.6.18

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

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

4.18.1

  • Fix hanging on large stack of sync routes

4.18.0

  • Add "root" option to res.download
  • Allow options without filename in res.download
  • Deprecate string and non-integer arguments to res.status
  • Fix behavior of null/undefined as maxAge in res.cookie
  • Fix handling very large stacks of sync middleware
  • Ignore Object.prototype values in settings through app.set/app.get
  • Invoke default with same arguments as types in res.format
  • Support proper 205 responses using res.send
  • Use http-errors for res.format error
  • deps: body-parser@1.20.0
    • Fix error message for json parse whitespace in strict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
  • deps: cookie@0.5.0
    • Add priority option
    • Fix expires option to reject invalid dates
  • deps: depd@2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
  • deps: finalhandler@1.2.0
    • Remove set content headers that break response
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
    • Prevent loss of async hooks context
  • deps: qs@6.10.3
  • deps: send@0.18.0
    • Fix emitted 416 error missing headers property
    • Limit the headers removed for 304 response
    • deps: depd@2.0.0
    • deps: destroy@1.2.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1

... (truncated)

Changelog

Sourced from express's changelog.

4.18.2 / 2022-10-08

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

4.18.1 / 2022-04-29

  • Fix hanging on large stack of sync routes

4.18.0 / 2022-04-25

  • Add "root" option to res.download
  • Allow options without filename in res.download
  • Deprecate string and non-integer arguments to res.status
  • Fix behavior of null/undefined as maxAge in res.cookie
  • Fix handling very large stacks of sync middleware
  • Ignore Object.prototype values in settings through app.set/app.get
  • Invoke default with same arguments as types in res.format
  • Support proper 205 responses using res.send
  • Use http-errors for res.format error
  • deps: body-parser@1.20.0
    • Fix error message for json parse whitespace in strict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
  • deps: cookie@0.5.0
    • Add priority option
    • Fix expires option to reject invalid dates
  • deps: depd@2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
  • deps: finalhandler@1.2.0
    • Remove set content headers that break response
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
    • Prevent loss of async hooks context
  • deps: qs@6.10.3
  • deps: send@0.18.0

... (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] <support@github.com>
@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 ⬇️

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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

"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