Skip to content

Commit

Permalink
upg
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Oct 25, 2024
1 parent 3525f12 commit d1ed753
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"filenamify": "^4.2.0",
"formidable": "^3.5.2",
"fs-extra": "^8.1.0",
"http-proxy-middleware": "^1.0.3",
"http-proxy-middleware": "^3.0.3",
"lodash": "^4.17.15",
"morgan": "^1.9.1",
"p-map": "^4.0.0",
Expand Down
39 changes: 20 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -514,12 +514,12 @@ __metadata:
languageName: node
linkType: hard

"@types/http-proxy@npm:^1.17.5":
version: 1.17.14
resolution: "@types/http-proxy@npm:1.17.14"
"@types/http-proxy@npm:^1.17.15":
version: 1.17.15
resolution: "@types/http-proxy@npm:1.17.15"
dependencies:
"@types/node": "npm:*"
checksum: 10c0/c4bffd87be9aff7e879c05bd2c28716220e0eb39788e3f8d314eee665324ad8f5f0919041cbd710254d553cd9cea023f8b776d4b1ec31d2188eac60af18c3022
checksum: 10c0/e2bf2fcdf23c88141b8d2c85ed5e5418b62ef78285884a2b5a717af55f4d9062136aa475489d10292093343df58fb81975f34bebd6b9df322288fd9821cbee07
languageName: node
linkType: hard

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

"debug@npm:4, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4":
"debug@npm:4, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.3.6":
version: 4.3.7
resolution: "debug@npm:4.3.7"
dependencies:
Expand Down Expand Up @@ -2443,7 +2443,7 @@ __metadata:
filenamify: "npm:^4.2.0"
formidable: "npm:^3.5.2"
fs-extra: "npm:^8.1.0"
http-proxy-middleware: "npm:^1.0.3"
http-proxy-middleware: "npm:^3.0.3"
lodash: "npm:^4.17.15"
morgan: "npm:^1.9.1"
p-map: "npm:^4.0.0"
Expand Down Expand Up @@ -2946,16 +2946,17 @@ __metadata:
languageName: node
linkType: hard

"http-proxy-middleware@npm:^1.0.3":
version: 1.3.1
resolution: "http-proxy-middleware@npm:1.3.1"
"http-proxy-middleware@npm:^3.0.3":
version: 3.0.3
resolution: "http-proxy-middleware@npm:3.0.3"
dependencies:
"@types/http-proxy": "npm:^1.17.5"
"@types/http-proxy": "npm:^1.17.15"
debug: "npm:^4.3.6"
http-proxy: "npm:^1.18.1"
is-glob: "npm:^4.0.1"
is-plain-obj: "npm:^3.0.0"
micromatch: "npm:^4.0.2"
checksum: 10c0/34e6e211f04672a625dbbb2f63e834951eaedda72a28b7a559a0ce9c40dcd857dba312e482144cdc5255cd7fe63debbe4bbfc6c2f936fb31ccc3ceb814ad30da
is-glob: "npm:^4.0.3"
is-plain-object: "npm:^5.0.0"
micromatch: "npm:^4.0.8"
checksum: 10c0/c4d68a10d8d42f02e59f7dc8249c98d1ac03aecee177b42c2d8b6a0cb6b71c6688e759e5387f4cdb570150070ca1c6808b38010cbdf67f4500a2e75671a36e05
languageName: node
linkType: hard

Expand Down Expand Up @@ -3279,10 +3280,10 @@ __metadata:
languageName: node
linkType: hard

"is-plain-obj@npm:^3.0.0":
version: 3.0.0
resolution: "is-plain-obj@npm:3.0.0"
checksum: 10c0/8e6483bfb051d42ec9c704c0ede051a821c6b6f9a6c7a3e3b55aa855e00981b0580c8f3b1f5e2e62649b39179b1abfee35d6f8086d999bfaa32c1908d29b07bc
"is-plain-object@npm:^5.0.0":
version: 5.0.0
resolution: "is-plain-object@npm:5.0.0"
checksum: 10c0/893e42bad832aae3511c71fd61c0bf61aa3a6d853061c62a307261842727d0d25f761ce9379f7ba7226d6179db2a3157efa918e7fe26360f3bf0842d9f28942c
languageName: node
linkType: hard

Expand Down Expand Up @@ -3710,7 +3711,7 @@ __metadata:
languageName: node
linkType: hard

"micromatch@npm:^4.0.2, micromatch@npm:^4.0.4":
"micromatch@npm:^4.0.4, micromatch@npm:^4.0.8":
version: 4.0.8
resolution: "micromatch@npm:4.0.8"
dependencies:
Expand Down

0 comments on commit d1ed753

Please sign in to comment.