Skip to content

Commit fda223e

Browse files
committed
CVE 2024-21536
1 parent e7bff8b commit fda223e

File tree

3 files changed

+20
-23
lines changed

3 files changed

+20
-23
lines changed

.yarn/install-state.gz

1.04 MB
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@
132132
"braces": "^3.0.3",
133133
"path-to-regexp": "0.1.10",
134134
"express": "^4.19.2",
135-
"cross-spawn": "7.0.5"
135+
"cross-spawn": "7.0.5",
136+
"http-proxy-middleware": "3.0.3"
136137
},
137138
"packageManager": "[email protected]",
138139
"directories": {

yarn.lock

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ __metadata:
15281528
languageName: node
15291529
linkType: hard
15301530

1531-
"@types/http-proxy@npm:^1.17.8":
1531+
"@types/http-proxy@npm:^1.17.15":
15321532
version: 1.17.16
15331533
resolution: "@types/http-proxy@npm:1.17.16"
15341534
dependencies:
@@ -3579,7 +3579,7 @@ __metadata:
35793579
languageName: node
35803580
linkType: hard
35813581

3582-
"debug@npm:4, debug@npm:^4.0.1, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.4":
3582+
"debug@npm:4, debug@npm:^4.0.1, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.4, debug@npm:^4.3.6":
35833583
version: 4.4.0
35843584
resolution: "debug@npm:4.4.0"
35853585
dependencies:
@@ -5513,21 +5513,17 @@ __metadata:
55135513
languageName: node
55145514
linkType: hard
55155515

5516-
"http-proxy-middleware@npm:^2.0.0, http-proxy-middleware@npm:^2.0.3":
5517-
version: 2.0.9
5518-
resolution: "http-proxy-middleware@npm:2.0.9"
5516+
"http-proxy-middleware@npm:3.0.3":
5517+
version: 3.0.3
5518+
resolution: "http-proxy-middleware@npm:3.0.3"
55195519
dependencies:
5520-
"@types/http-proxy": ^1.17.8
5520+
"@types/http-proxy": ^1.17.15
5521+
debug: ^4.3.6
55215522
http-proxy: ^1.18.1
5522-
is-glob: ^4.0.1
5523-
is-plain-obj: ^3.0.0
5524-
micromatch: ^4.0.2
5525-
peerDependencies:
5526-
"@types/express": ^4.17.13
5527-
peerDependenciesMeta:
5528-
"@types/express":
5529-
optional: true
5530-
checksum: 0ea88609b9c13fa03b89f8e6b85bd5c537027ec6990005dd81a7fbb3e73fcf8d6a6e3db2b57b1c6cddbcda80965704584dc6291d0e721b2700198c4e59ee0d0b
5523+
is-glob: ^4.0.3
5524+
is-plain-object: ^5.0.0
5525+
micromatch: ^4.0.8
5526+
checksum: 7486cd36f8123aaeb9e5412ecdf1bbfb69a9c7a5cd51cdb202653fe7201fc6073849f981d814b429527e42bb825d57af09ba7b8ba9d95e194dbd7dd83bf51643
55315527
languageName: node
55325528
linkType: hard
55335529

@@ -5990,13 +5986,6 @@ __metadata:
59905986
languageName: node
59915987
linkType: hard
59925988

5993-
"is-plain-obj@npm:^3.0.0":
5994-
version: 3.0.0
5995-
resolution: "is-plain-obj@npm:3.0.0"
5996-
checksum: a6ebdf8e12ab73f33530641972a72a4b8aed6df04f762070d823808303e4f76d87d5ea5bd76f96a7bbe83d93f04ac7764429c29413bd9049853a69cb630fb21c
5997-
languageName: node
5998-
linkType: hard
5999-
60005989
"is-plain-object@npm:^2.0.3, is-plain-object@npm:^2.0.4":
60015990
version: 2.0.4
60025991
resolution: "is-plain-object@npm:2.0.4"
@@ -6006,6 +5995,13 @@ __metadata:
60065995
languageName: node
60075996
linkType: hard
60085997

5998+
"is-plain-object@npm:^5.0.0":
5999+
version: 5.0.0
6000+
resolution: "is-plain-object@npm:5.0.0"
6001+
checksum: e32d27061eef62c0847d303125440a38660517e586f2f3db7c9d179ae5b6674ab0f469d519b2e25c147a1a3bc87156d0d5f4d8821e0ce4a9ee7fe1fcf11ce45c
6002+
languageName: node
6003+
linkType: hard
6004+
60096005
"is-potential-custom-element-name@npm:^1.0.1":
60106006
version: 1.0.1
60116007
resolution: "is-potential-custom-element-name@npm:1.0.1"

0 commit comments

Comments
 (0)