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 @@ -174,7 +174,7 @@
"formdata-node": "^6.0.3",
"fs-extra": "^10.0.0",
"globals": "^15.3.0",
"https-proxy-agent": "^7.0.2",
"https-proxy-agent": "^9.1.0",
"husky": "^7.0.0",
"json5": "^2.2.3",
"jsonfile": "^6.0.1",
Expand Down
35 changes: 24 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3928,10 +3928,10 @@ __metadata:
languageName: node
linkType: hard

"agent-base@npm:^7.1.2":
version: 7.1.4
resolution: "agent-base@npm:7.1.4"
checksum: 10c0/c2c9ab7599692d594b6a161559ada307b7a624fa4c7b03e3afdb5a5e31cd0e53269115b620fcab024c5ac6a6f37fa5eb2e004f076ad30f5f7e6b8b671f7b35fe
"agent-base@npm:9.0.0":
version: 9.0.0
resolution: "agent-base@npm:9.0.0"
checksum: 10c0/0274cd9a2a0ee78e3fbe0e80e7e0c41df27102466f7f7b3a67c045bb4c00fc517ce0496de3045b55f5eeec1a0e77d9d0a9b9320b0362bfe61e0c9e6d7ebaee76
languageName: node
linkType: hard

Expand Down Expand Up @@ -5125,7 +5125,7 @@ __metadata:
formdata-node: "npm:^6.0.3"
fs-extra: "npm:^10.0.0"
globals: "npm:^15.3.0"
https-proxy-agent: "npm:^7.0.2"
https-proxy-agent: "npm:^9.1.0"
husky: "npm:^7.0.0"
json5: "npm:^2.2.3"
jsonfile: "npm:^6.0.1"
Expand Down Expand Up @@ -8128,13 +8128,14 @@ __metadata:
languageName: node
linkType: hard

"https-proxy-agent@npm:^7.0.2":
version: 7.0.6
resolution: "https-proxy-agent@npm:7.0.6"
"https-proxy-agent@npm:^9.1.0":
version: 9.1.0
resolution: "https-proxy-agent@npm:9.1.0"
dependencies:
agent-base: "npm:^7.1.2"
debug: "npm:4"
checksum: 10c0/f729219bc735edb621fa30e6e84e60ee5d00802b8247aac0d7b79b0bd6d4b3294737a337b93b86a0bd9e68099d031858a39260c976dc14cdbba238ba1f8779ac
agent-base: "npm:9.0.0"
debug: "npm:^4.3.4"
proxy-agent-negotiate: "npm:1.1.0"
checksum: 10c0/95ca9504944e0b6d214f9da0b4d747512bf79187b4c6f69db667049bdcc43e2b67c7932ad2c4bd6952e99e83de9a7d42dafff63672d7898da297b2736f4b42bd
languageName: node
linkType: hard

Expand Down Expand Up @@ -12222,6 +12223,18 @@ __metadata:
languageName: node
linkType: hard

"proxy-agent-negotiate@npm:1.1.0":
version: 1.1.0
resolution: "proxy-agent-negotiate@npm:1.1.0"
peerDependencies:
kerberos: ^2.0.0
peerDependenciesMeta:
kerberos:
optional: true
checksum: 10c0/e1c89e46b739a790335555c8182ed919f6fa16ca244cd4c01a9806a1c471af785b3beff8bd8a891422bedfffb0f43115333d98ad426f9bc82e7cd20c6a15ceb0
languageName: node
linkType: hard

"proxy-from-env@npm:^1.1.0":
version: 1.1.0
resolution: "proxy-from-env@npm:1.1.0"
Expand Down
Loading