Skip to content

Commit

Permalink
chore: bump serve-handler & express (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored Oct 22, 2024
1 parent 68d1517 commit 98ed3d5
Showing 1 changed file with 17 additions and 27 deletions.
44 changes: 17 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9783,10 +9783,10 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:0.6.0":
version: 0.6.0
resolution: "cookie@npm:0.6.0"
checksum: 10/c1f8f2ea7d443b9331680598b0ae4e6af18a618c37606d1bbdc75bec8361cce09fe93e727059a673f2ba24467131a9fb5a4eec76bb1b149c1b3e1ccb268dc583
"cookie@npm:0.7.1":
version: 0.7.1
resolution: "cookie@npm:0.7.1"
checksum: 10/aec6a6aa0781761bf55d60447d6be08861d381136a0fe94aa084fddd4f0300faa2b064df490c6798adfa1ebaef9e0af9b08a189c823e0811b8b313b3d9a03380
languageName: node
linkType: hard

Expand Down Expand Up @@ -12542,15 +12542,15 @@ __metadata:
linkType: hard

"express@npm:^4.17.3, express@npm:^4.19.2":
version: 4.21.0
resolution: "express@npm:4.21.0"
version: 4.21.1
resolution: "express@npm:4.21.1"
dependencies:
accepts: "npm:~1.3.8"
array-flatten: "npm:1.1.1"
body-parser: "npm:1.20.3"
content-disposition: "npm:0.5.4"
content-type: "npm:~1.0.4"
cookie: "npm:0.6.0"
cookie: "npm:0.7.1"
cookie-signature: "npm:1.0.6"
debug: "npm:2.6.9"
depd: "npm:2.0.0"
Expand All @@ -12576,7 +12576,7 @@ __metadata:
type-is: "npm:~1.6.18"
utils-merge: "npm:1.0.1"
vary: "npm:~1.1.2"
checksum: 10/3b1ee5bc5b1bd996f688702519cebc9b63a24e506965f6e1773268238cfa2c24ffdb38cc3fcb4fde66f77de1c0bebd9ee058dad06bb9c6f084b525f3c09164d3
checksum: 10/5d4a36dd03c1d1cce93172e9b185b5cd13a978d29ee03adc51cd278be7b4a514ae2b63e2fdaec0c00fdc95c6cfb396d9dd1da147917ffd337d6cd0778e08c9bc
languageName: node
linkType: hard

Expand Down Expand Up @@ -12684,15 +12684,6 @@ __metadata:
languageName: node
linkType: hard

"fast-url-parser@npm:1.1.3":
version: 1.1.3
resolution: "fast-url-parser@npm:1.1.3"
dependencies:
punycode: "npm:^1.3.2"
checksum: 10/6d33f46ce9776f7f3017576926207a950ca39bc5eb78fc794404f2288fe494720f9a119084b75569bd9eb09d2b46678bfaf39c191fb2c808ef3c833dc8982752
languageName: node
linkType: hard

"fastest-levenshtein@npm:^1.0.16":
version: 1.0.16
resolution: "fastest-levenshtein@npm:1.0.16"
Expand Down Expand Up @@ -19827,10 +19818,10 @@ __metadata:
languageName: node
linkType: hard

"path-to-regexp@npm:2.2.1":
version: 2.2.1
resolution: "path-to-regexp@npm:2.2.1"
checksum: 10/1a7125f8c1b5904d556a29722333219df4aa779039e903efe2fbfe0cc3ae9246672846fc8ad285664020b70e434347e0bc9af691fd7d61df8eaa7b018dcd56fb
"path-to-regexp@npm:3.3.0":
version: 3.3.0
resolution: "path-to-regexp@npm:3.3.0"
checksum: 10/8d256383af8db66233ee9027cfcbf8f5a68155efbb4f55e784279d3ab206dcaee554ddb72ff0dae97dd2882af9f7fa802634bb7cffa2e796927977e31b829259
languageName: node
linkType: hard

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

"punycode@npm:^1.3.2, punycode@npm:^1.4.1":
"punycode@npm:^1.4.1":
version: 1.4.1
resolution: "punycode@npm:1.4.1"
checksum: 10/af2700dde1a116791ff8301348ff344c47d6c224e875057237d1b5112035655fb07a6175cfdb8bf0e3a8cdfd2dc82b3a622e0aefd605566c0e949a6d0d1256a4
Expand Down Expand Up @@ -22654,18 +22645,17 @@ __metadata:
linkType: hard

"serve-handler@npm:^6.1.5":
version: 6.1.5
resolution: "serve-handler@npm:6.1.5"
version: 6.1.6
resolution: "serve-handler@npm:6.1.6"
dependencies:
bytes: "npm:3.0.0"
content-disposition: "npm:0.5.2"
fast-url-parser: "npm:1.1.3"
mime-types: "npm:2.1.18"
minimatch: "npm:3.1.2"
path-is-inside: "npm:1.0.2"
path-to-regexp: "npm:2.2.1"
path-to-regexp: "npm:3.3.0"
range-parser: "npm:1.2.0"
checksum: 10/cab6f381d380ae77ae6da017b5c7b1c25d8f0bed00cf509a18bc768c1830a0043ce53668390ad8a84366e47b353b3f1f7c9d10c7167886179f2e89cb95243a90
checksum: 10/7e7d93eb7e69fcd9f9c5afc2ef2b46cb0072b4af13cbabef9bca725afb350ddae6857d8c8be2c256f7ce1f7677c20347801399c11caa5805c0090339f894e8f2
languageName: node
linkType: hard

Expand Down

0 comments on commit 98ed3d5

Please sign in to comment.