Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency proxy to v2 #1897

Closed
wants to merge 1 commit into from
Closed
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 @@ -97,7 +97,7 @@
"lint-staged": "^15.0.0",
"playwright": "1.39.0",
"portastic": "^1.0.1",
"proxy": "^1.0.2",
"proxy": "^2.0.0",
"puppeteer": "21.5.2",
"rimraf": "^5.0.0",
"ts-node": "^10.9.1",
Expand Down
35 changes: 20 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ __metadata:
lint-staged: "npm:^15.0.0"
playwright: "npm:1.39.0"
portastic: "npm:^1.0.1"
proxy: "npm:^1.0.2"
proxy: "npm:^2.0.0"
puppeteer: "npm:21.5.2"
rimraf: "npm:^5.0.0"
ts-node: "npm:^10.9.1"
Expand Down Expand Up @@ -2766,15 +2766,15 @@ __metadata:
languageName: node
linkType: hard

"args@npm:5.0.1":
version: 5.0.1
resolution: "args@npm:5.0.1"
"args@npm:^5.0.3":
version: 5.0.3
resolution: "args@npm:5.0.3"
dependencies:
camelcase: "npm:5.0.0"
chalk: "npm:2.4.2"
leven: "npm:2.1.0"
mri: "npm:1.1.4"
checksum: b9160233bcaec31678be5b0cd731bcc1e5ff790e68c67888710824964a9fc3066245cdbbaed36475ba49ecac9263d514d8117a2e479d878a8a9a6cbec48c33a6
checksum: 213871ae97d6f5990dc4637f53e48feef8566b2fd6d5cc9cb46ef78dc1db835b2f90fd536c1414441eaa0b5cb8f2a5ab94b973400b5fea096ee20b9893d3b573
languageName: node
linkType: hard

Expand Down Expand Up @@ -3046,7 +3046,14 @@ __metadata:
languageName: node
linkType: hard

"basic-auth-parser@npm:0.0.2, basic-auth-parser@npm:^0.0.2":
"basic-auth-parser@npm:0.0.2-1":
version: 0.0.2-1
resolution: "basic-auth-parser@npm:0.0.2-1"
checksum: e3c4b8d6f4cb38f9a3437adc3b02e960610927ff58758be9ca51e2f1c0f8402209b1ff2b69262c15e2e122be37c92936502de9c8283781244e3960e8f77b5d09
languageName: node
linkType: hard

"basic-auth-parser@npm:^0.0.2":
version: 0.0.2
resolution: "basic-auth-parser@npm:0.0.2"
checksum: 016e14862ed832f996d20d1b7df98a9eac3c92a767a2cfe7290f09c65d2bebd53b989f79fdfd0fd81f3707373a857e33e88fcf2efbc8f388af394ef0d7d8642b
Expand Down Expand Up @@ -9712,16 +9719,14 @@ __metadata:
languageName: node
linkType: hard

"proxy@npm:^1.0.2":
version: 1.0.2
resolution: "proxy@npm:1.0.2"
"proxy@npm:^2.0.0":
version: 2.1.1
resolution: "proxy@npm:2.1.1"
dependencies:
args: "npm:5.0.1"
basic-auth-parser: "npm:0.0.2"
debug: "npm:^4.1.1"
bin:
proxy: bin/proxy.js
checksum: 23d560ded4632ce6fab176f080af3e378b86963dc220d2106077d76500aa1019d4f764cd3ae3a51e7521047b48768c28add8e2775c68a0726e2ba86660575315
args: "npm:^5.0.3"
basic-auth-parser: "npm:0.0.2-1"
debug: "npm:^4.3.4"
checksum: 6b8d4a3bd7c23df4dc2e400983aa741deac06f19be8d7d6b5c7ea8e2a833b1253241e6da7c9780882800913e79e48db0cc4accb87a1502d3b8d1beb121fe76cc
languageName: node
linkType: hard

Expand Down
Loading