fix(deps): update dependency https-proxy-agent to v7.0.6

This commit is contained in:
renovate[bot] 2024-12-08 00:33:32 +00:00 committed by GitHub
parent b72fa607f9
commit c6b1bc1213
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", "html": "1.0.0",
"html2plaintext": "2.1.4", "html2plaintext": "2.1.4",
"http-proxy-agent": "7.0.2", "http-proxy-agent": "7.0.2",
"https-proxy-agent": "7.0.5", "https-proxy-agent": "7.0.6",
"i18next": "24.0.5", "i18next": "24.0.5",
"i18next-fs-backend": "2.6.0", "i18next-fs-backend": "2.6.0",
"i18next-http-backend": "3.0.1", "i18next-http-backend": "3.0.1",
@ -10171,11 +10171,12 @@
} }
}, },
"node_modules/https-proxy-agent": { "node_modules/https-proxy-agent": {
"version": "7.0.5", "version": "7.0.6",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
"integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
"license": "MIT",
"dependencies": { "dependencies": {
"agent-base": "^7.0.2", "agent-base": "^7.1.2",
"debug": "4" "debug": "4"
}, },
"engines": { "engines": {
@ -10183,9 +10184,10 @@
} }
}, },
"node_modules/https-proxy-agent/node_modules/agent-base": { "node_modules/https-proxy-agent/node_modules/agent-base": {
"version": "7.1.0", "version": "7.1.2",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.2.tgz",
"integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==", "integrity": "sha512-JVzqkCNRT+VfqzzgPWDPnwvDheSAUdiMUn3NoLXpDJF5lRqeJqyC9iGsAxIOAW+mzIdq+uP1TvcX6bMtrH0agg==",
"license": "MIT",
"dependencies": { "dependencies": {
"debug": "^4.3.4" "debug": "^4.3.4"
}, },

View File

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