Merge pull request #721 from TriliumNext/renovate/https-proxy-agent-7.x

fix(deps): update dependency https-proxy-agent to v7.0.6
This commit is contained in:
Elian Doran 2024-12-08 11:30:09 +02:00 committed by GitHub
commit 12c97c10a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 9 deletions

18
package-lock.json generated
View File

@ -47,7 +47,7 @@
"html": "1.0.0",
"html2plaintext": "2.1.4",
"http-proxy-agent": "7.0.2",
"https-proxy-agent": "7.0.5",
"https-proxy-agent": "7.0.6",
"i18next": "24.0.5",
"i18next-fs-backend": "2.6.0",
"i18next-http-backend": "3.0.1",
@ -10171,11 +10171,12 @@
}
},
"node_modules/https-proxy-agent": {
"version": "7.0.5",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
"integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
"license": "MIT",
"dependencies": {
"agent-base": "^7.0.2",
"agent-base": "^7.1.2",
"debug": "4"
},
"engines": {
@ -10183,9 +10184,10 @@
}
},
"node_modules/https-proxy-agent/node_modules/agent-base": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
"integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.2.tgz",
"integrity": "sha512-JVzqkCNRT+VfqzzgPWDPnwvDheSAUdiMUn3NoLXpDJF5lRqeJqyC9iGsAxIOAW+mzIdq+uP1TvcX6bMtrH0agg==",
"license": "MIT",
"dependencies": {
"debug": "^4.3.4"
},

View File

@ -89,7 +89,7 @@
"html": "1.0.0",
"html2plaintext": "2.1.4",
"http-proxy-agent": "7.0.2",
"https-proxy-agent": "7.0.5",
"https-proxy-agent": "7.0.6",
"i18next": "24.0.5",
"i18next-fs-backend": "2.6.0",
"i18next-http-backend": "3.0.1",