Skip to content

Commit

Permalink
chore(deps): fix CVE-2024-21536 (#1842)
Browse files Browse the repository at this point in the history
* chore(deps): fix  CVE-2024-21536

* simplify yarn lock - remove @types/http-proxy@npm:1.17.14 in favour of @types/http-proxy@npm:1.17.15

Signed-off-by: Nick Boldt <[email protected]>

---------

Signed-off-by: Nick Boldt <[email protected]>
Co-authored-by: Joseph Kim <[email protected]>
Co-authored-by: Nick Boldt <[email protected]>
  • Loading branch information
3 people authored Nov 6, 2024
1 parent 0e9320f commit 4505d41
Showing 1 changed file with 29 additions and 17 deletions.
46 changes: 29 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17603,12 +17603,12 @@ __metadata:
languageName: node
linkType: hard

"@types/http-proxy@npm:^1.17.10, @types/http-proxy@npm:^1.17.8":
version: 1.17.14
resolution: "@types/http-proxy@npm:1.17.14"
"@types/http-proxy@npm:^1.17.15, @types/http-proxy@npm:^1.17.8":
version: 1.17.15
resolution: "@types/http-proxy@npm:1.17.15"
dependencies:
"@types/node": "*"
checksum: 491320bce3565bbb6c7d39d25b54bce626237cfb6b09e60ee7f77b56ae7c6cbad76f08d47fe01eaa706781124ee3dfad9bb737049254491efd98ed1f014c4e83
checksum: d96eaf4e22232b587b46256b89c20525c453216684481015cf50fb385b0b319b883749ccb77dee9af57d107e8440cdacd56f4234f65176d317e9777077ff5bf3
languageName: node
linkType: hard

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

"debug@npm:^4.3.6":
version: 4.3.7
resolution: "debug@npm:4.3.7"
dependencies:
ms: ^2.1.3
peerDependenciesMeta:
supports-color:
optional: true
checksum: 822d74e209cd910ef0802d261b150314bbcf36c582ccdbb3e70f0894823c17e49a50d3e66d96b633524263975ca16b6a833f3e3b7e030c157169a5fabac63160
languageName: node
linkType: hard

"debug@npm:~3.1.0":
version: 3.1.0
resolution: "debug@npm:3.1.0"
Expand Down Expand Up @@ -27935,22 +27947,22 @@ __metadata:
linkType: hard

"http-proxy-middleware@npm:*":
version: 3.0.0
resolution: "http-proxy-middleware@npm:3.0.0"
version: 3.0.3
resolution: "http-proxy-middleware@npm:3.0.3"
dependencies:
"@types/http-proxy": ^1.17.10
debug: ^4.3.4
"@types/http-proxy": ^1.17.15
debug: ^4.3.6
http-proxy: ^1.18.1
is-glob: ^4.0.1
is-plain-obj: ^3.0.0
micromatch: ^4.0.5
checksum: 2c286f0604f7a08af707a8df8e6f043fca022e55df6f7f843ea48081c9288277fc7fd7196446a7c8e8568dd1db8bf89f1555b2bc8a11bda87123f9f28aebd3a5
is-glob: ^4.0.3
is-plain-object: ^5.0.0
micromatch: ^4.0.8
checksum: 7486cd36f8123aaeb9e5412ecdf1bbfb69a9c7a5cd51cdb202653fe7201fc6073849f981d814b429527e42bb825d57af09ba7b8ba9d95e194dbd7dd83bf51643
languageName: node
linkType: hard

"http-proxy-middleware@npm:^2.0.0, http-proxy-middleware@npm:^2.0.3, http-proxy-middleware@npm:^2.0.6":
version: 2.0.6
resolution: "http-proxy-middleware@npm:2.0.6"
version: 2.0.7
resolution: "http-proxy-middleware@npm:2.0.7"
dependencies:
"@types/http-proxy": ^1.17.8
http-proxy: ^1.18.1
Expand All @@ -27962,7 +27974,7 @@ __metadata:
peerDependenciesMeta:
"@types/express":
optional: true
checksum: 2ee85bc878afa6cbf34491e972ece0f5be0a3e5c98a60850cf40d2a9a5356e1fc57aab6cff33c1fc37691b0121c3a42602d2b1956c52577e87a5b77b62ae1c3a
checksum: 18caa21145917aa1054740353916e8f03f5a3a93bede9106f1f44d84f7b174df17af1c72bf5fade5cc440c2058ee813f47cbb2bdd6ae6874af1cf33e0ac575f3
languageName: node
linkType: hard

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

"micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.5, micromatch@npm:~4.0.8":
"micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.5, micromatch@npm:^4.0.8, micromatch@npm:~4.0.8":
version: 4.0.8
resolution: "micromatch@npm:4.0.8"
dependencies:
Expand Down Expand Up @@ -33416,7 +33428,7 @@ __metadata:
languageName: node
linkType: hard

"ms@npm:2.1.3, ms@npm:^2.0.0, ms@npm:^2.1.1":
"ms@npm:2.1.3, ms@npm:^2.0.0, ms@npm:^2.1.1, ms@npm:^2.1.3":
version: 2.1.3
resolution: "ms@npm:2.1.3"
checksum: aa92de608021b242401676e35cfa5aa42dd70cbdc082b916da7fb925c542173e36bce97ea3e804923fe92c0ad991434e4a38327e15a1b5b5f945d66df615ae6d
Expand Down

0 comments on commit 4505d41

Please sign in to comment.