Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"form-data": "^4.0.4",
"formidable": "^3.5.4",
"handlebars": "^4.7.7",
"http-proxy-middleware": "^3.0.5",
"http-proxy-middleware": "3.0.7",
"https-proxy-agent": "^2.2.3",
"js-yaml": "^4.1.1",
"jwt-decode": "^2.2.0",
Expand Down
1 change: 0 additions & 1 deletion yarn-audit-known-issues
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{"value":"@opentelemetry/core","children":{"ID":1120821,"Issue":"OpenTelemetry Core: Unbounded memory allocation in W3C Baggage propagation","URL":"https://github.com/advisories/GHSA-8988-4f7v-96qf","Severity":"moderate","Vulnerable Versions":"<2.8.0","Tree Versions":["2.6.1","2.7.1"],"Dependents":["@azure/opentelemetry-instrumentation-azure-sdk@npm:1.0.0-beta.10","applicationinsights@npm:3.15.0"]}}
{"value":"glob","children":{"ID":"glob (deprecation)","Issue":"Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me","Severity":"moderate","Vulnerable Versions":"7.2.3","Tree Versions":["7.2.3"],"Dependents":["nyc@npm:15.1.0"]}}
{"value":"http-proxy-middleware","children":{"ID":1121163,"Issue":"http-proxy-middleware: multipart/form-data field injection via unescaped CRLF in `fixRequestBody`","URL":"https://github.com/advisories/GHSA-gcq2-9pq2-cxqm","Severity":"high","Vulnerable Versions":">=3.0.4 <3.0.7","Tree Versions":["3.0.6"],"Dependents":["ccd-api-gateway-web@workspace:."]}}
{"value":"inflight","children":{"ID":"inflight (deprecation)","Issue":"This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.","Severity":"moderate","Vulnerable Versions":"1.0.6","Tree Versions":["1.0.6"],"Dependents":["glob@npm:7.2.3"]}}
{"value":"js-yaml","children":{"ID":1120792,"Issue":"JS-YAML: Quadratic-complexity DoS in merge key handling via repeated aliases","URL":"https://github.com/advisories/GHSA-h67p-54hq-rp68","Severity":"moderate","Vulnerable Versions":"<=4.1.1","Tree Versions":["3.14.2"],"Dependents":["ccd-api-gateway-web@workspace:."]}}
{"value":"rimraf","children":{"ID":"rimraf (deprecation)","Issue":"Rimraf versions prior to v4 are no longer supported","Severity":"moderate","Vulnerable Versions":"3.0.2","Tree Versions":["3.0.2"],"Dependents":["nyc@npm:15.1.0"]}}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2321,7 +2321,7 @@ __metadata:
formidable: "npm:^3.5.4"
git-message: "npm:^2.0.2"
handlebars: "npm:^4.7.7"
http-proxy-middleware: "npm:^3.0.5"
http-proxy-middleware: "npm:3.0.7"
https-proxy-agent: "npm:^2.2.3"
istanbul: "npm:^0.4.5"
js-yaml: "npm:^4.1.1"
Expand Down Expand Up @@ -3915,17 +3915,17 @@ __metadata:
languageName: node
linkType: hard

"http-proxy-middleware@npm:^3.0.5":
version: 3.0.6
resolution: "http-proxy-middleware@npm:3.0.6"
"http-proxy-middleware@npm:3.0.7":
version: 3.0.7
resolution: "http-proxy-middleware@npm:3.0.7"
dependencies:
"@types/http-proxy": "npm:^1.17.15"
debug: "npm:^4.3.6"
http-proxy: "npm:^1.18.1"
is-glob: "npm:^4.0.3"
is-plain-object: "npm:^5.0.0"
micromatch: "npm:^4.0.8"
checksum: 10/0a8bf2e5620f9e4930b6240881a9db920d3525bc6be867ef38d568a0d8ff98668a34f41c7e9db09040cc04e8662fa4296fabb483ed5bbd38fd066ab9c5a1e949
checksum: 10/a44135de721e55517b0fca596855e1e4da92b5fdad247425b4253a345fface37b2a800fcfe37dc28863e9021d8c56cf9cb33ebd20d63c9eca6918a46b39082d4
languageName: node
linkType: hard

Expand Down