Skip to content

Commit

Permalink
build: update dependency https-proxy-agent to v7.0.5
Browse files Browse the repository at this point in the history
(cherry picked from commit 9c26db4)
  • Loading branch information
angular-robot authored and dgp1130 committed Jun 28, 2024
1 parent a1222f3 commit f08860b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"fast-glob": "3.3.2",
"http-proxy": "^1.18.1",
"http-proxy-middleware": "3.0.0",
"https-proxy-agent": "7.0.4",
"https-proxy-agent": "7.0.5",
"husky": "9.0.11",
"ini": "4.1.3",
"istanbul-lib-instrument": "6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"critters": "0.0.24",
"esbuild": "0.21.5",
"fast-glob": "3.3.2",
"https-proxy-agent": "7.0.4",
"https-proxy-agent": "7.0.5",
"lmdb": "3.0.12",
"magic-string": "0.30.10",
"mrmime": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"esbuild-wasm": "0.21.5",
"fast-glob": "3.3.2",
"http-proxy-middleware": "3.0.0",
"https-proxy-agent": "7.0.4",
"https-proxy-agent": "7.0.5",
"istanbul-lib-instrument": "6.0.2",
"jsonc-parser": "3.3.1",
"karma-source-map-support": "1.4.0",
Expand Down
16 changes: 13 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ __metadata:
esbuild-wasm: "npm:0.21.5"
fast-glob: "npm:3.3.2"
http-proxy-middleware: "npm:3.0.0"
https-proxy-agent: "npm:7.0.4"
https-proxy-agent: "npm:7.0.5"
istanbul-lib-instrument: "npm:6.0.2"
jsonc-parser: "npm:3.3.1"
karma-source-map-support: "npm:1.4.0"
Expand Down Expand Up @@ -406,7 +406,7 @@ __metadata:
critters: "npm:0.0.24"
esbuild: "npm:0.21.5"
fast-glob: "npm:3.3.2"
https-proxy-agent: "npm:7.0.4"
https-proxy-agent: "npm:7.0.5"
lmdb: "npm:3.0.12"
magic-string: "npm:0.30.10"
mrmime: "npm:2.0.0"
Expand Down Expand Up @@ -724,7 +724,7 @@ __metadata:
fast-glob: "npm:3.3.2"
http-proxy: "npm:^1.18.1"
http-proxy-middleware: "npm:3.0.0"
https-proxy-agent: "npm:7.0.4"
https-proxy-agent: "npm:7.0.5"
husky: "npm:9.0.11"
ini: "npm:4.1.3"
istanbul-lib-instrument: "npm:6.0.2"
Expand Down Expand Up @@ -10936,6 +10936,16 @@ __metadata:
languageName: node
linkType: hard

"https-proxy-agent@npm:7.0.5":
version: 7.0.5
resolution: "https-proxy-agent@npm:7.0.5"
dependencies:
agent-base: "npm:^7.0.2"
debug: "npm:4"
checksum: 10c0/2490e3acec397abeb88807db52cac59102d5ed758feee6df6112ab3ccd8325e8a1ce8bce6f4b66e5470eca102d31e425ace904242e4fa28dbe0c59c4bafa7b2c
languageName: node
linkType: hard

"https-proxy-agent@npm:^2.2.1":
version: 2.2.4
resolution: "https-proxy-agent@npm:2.2.4"
Expand Down

0 comments on commit f08860b

Please sign in to comment.