Skip to content

Commit 81c0b4f

Browse files
authored
Merge pull request #19 from browserstack/LTS-4523-pentest-vul-fix
Pentest fixes: bump fast-uri, fast-xml-parser and brace-expansion
2 parents 6118965 + c5209cc commit 81c0b4f

2 files changed

Lines changed: 57 additions & 48 deletions

File tree

‎package-lock.json‎

Lines changed: 51 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@
2929
"overrides": {
3030
"qs": "6.14.2",
3131
"jws": "4.0.1",
32-
"fast-xml-parser": "^5.5.6",
32+
"fast-xml-parser": "^5.10.1",
3333
"basic-ftp": "^5.3.1",
34-
"fast-uri": "^3.1.3",
34+
"fast-uri": "3.1.4",
35+
"brace-expansion@1": "1.1.16",
36+
"brace-expansion@2": "2.1.2",
3537
"fast-xml-builder": "1.2.1",
3638
"path-expression-matcher": "1.6.1",
3739
"tmp": "0.2.7",
@@ -54,10 +56,10 @@
5456
"minimatch": "^5.1.8"
5557
},
5658
"webdriver": {
57-
"undici": "^6.27.0"
59+
"undici": "^6.28.0"
5860
},
5961
"cheerio": {
60-
"undici": "^7.28.0"
62+
"undici": "^7.29.0"
6163
},
6264
"puppeteer-core": {
6365
"tar-fs": "^3.0.7"

0 commit comments

Comments
 (0)