mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-13 16:14:07 -08:00
fix(core): Force-upgrade http-cache-semantics
to address CVE-2022-25881 (#5733)
[GitHub Advisory](https://github.com/advisories/GHSA-rc47-6667-2j5j)
This commit is contained in:
parent
8dd7f6e1d4
commit
f7401fb613
|
@ -72,6 +72,7 @@
|
||||||
"decode-uri-component": "0.2.2",
|
"decode-uri-component": "0.2.2",
|
||||||
"ejs": "^3.1.8",
|
"ejs": "^3.1.8",
|
||||||
"fork-ts-checker-webpack-plugin": "^6.0.4",
|
"fork-ts-checker-webpack-plugin": "^6.0.4",
|
||||||
|
"http-cache-semantics": "4.1.1",
|
||||||
"jsonwebtoken": "9.0.0",
|
"jsonwebtoken": "9.0.0",
|
||||||
"prettier": "^2.8.3",
|
"prettier": "^2.8.3",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
|
|
|
@ -11,6 +11,7 @@ overrides:
|
||||||
decode-uri-component: 0.2.2
|
decode-uri-component: 0.2.2
|
||||||
ejs: ^3.1.8
|
ejs: ^3.1.8
|
||||||
fork-ts-checker-webpack-plugin: ^6.0.4
|
fork-ts-checker-webpack-plugin: ^6.0.4
|
||||||
|
http-cache-semantics: 4.1.1
|
||||||
jsonwebtoken: 9.0.0
|
jsonwebtoken: 9.0.0
|
||||||
prettier: ^2.8.3
|
prettier: ^2.8.3
|
||||||
ts-node: ^10.9.1
|
ts-node: ^10.9.1
|
||||||
|
@ -12426,8 +12427,8 @@ packages:
|
||||||
domutils: 3.0.1
|
domutils: 3.0.1
|
||||||
entities: 4.4.0
|
entities: 4.4.0
|
||||||
|
|
||||||
/http-cache-semantics/4.1.0:
|
/http-cache-semantics/4.1.1:
|
||||||
resolution: {integrity: sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==}
|
resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==}
|
||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
@ -15052,7 +15053,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
agentkeepalive: 4.2.1
|
agentkeepalive: 4.2.1
|
||||||
cacache: 15.3.0
|
cacache: 15.3.0
|
||||||
http-cache-semantics: 4.1.0
|
http-cache-semantics: 4.1.1
|
||||||
http-proxy-agent: 4.0.1
|
http-proxy-agent: 4.0.1
|
||||||
https-proxy-agent: 5.0.1
|
https-proxy-agent: 5.0.1
|
||||||
is-lambda: 1.0.1
|
is-lambda: 1.0.1
|
||||||
|
|
Loading…
Reference in a new issue