Skip to content

Commit 091e7ad

Browse files
committed
Security: Fixed vulnerabilities in both Java (Appium) and Node (WebdriverIO) sub-projects
1 parent 7951cc6 commit 091e7ad

3 files changed

Lines changed: 26 additions & 136 deletions

File tree

52 Bytes
Binary file not shown.

Mobile-Testing-Webdriver_IO/package-lock.json

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

Mobile-Testing-Webdriver_IO/package.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,24 @@
3333
"undici": "^6.23.0",
3434
"phin": "^3.7.1",
3535
"cross-spawn": "^7.0.6",
36-
"body-parser": "^1.20.3"
36+
"body-parser": "^1.20.3",
37+
"lodash": "^4.17.21",
38+
"fast-xml-parser": "^5.3.4",
39+
"semver": "^6.3.1 || ^7.5.4",
40+
"cookie": "^0.7.0",
41+
"diff": "^8.0.3",
42+
"js-yaml": "^3.14.2",
43+
"es5-ext": "^0.10.64",
44+
"brace-expansion": "^1.1.11",
45+
"@babel/runtime": "^7.26.2",
46+
"@babel/traverse": "^7.26.2",
47+
"@babel/helpers": "^7.26.2",
48+
"sha.js": "^2.4.12",
49+
"cipher-base": "^1.0.6",
50+
"pbkdf2": "^3.1.5",
51+
"express": "^4.21.2",
52+
"serialize-javascript": "^6.0.2",
53+
"path-to-regexp": "^0.1.12 || ^1.9.0",
54+
"ajv": "^8.17.1"
3755
}
3856
}

0 commit comments

Comments
 (0)