Skip to content

Commit 96aa9b5

Browse files
authored
chore: address CVE-2025-13465 (#2662)
1 parent 705b701 commit 96aa9b5

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,16 @@
3838
"packageManager": "yarn@4.10.3",
3939
"resolutions": {
4040
"@appium/base-driver/axios": "^1.11.0",
41+
"@appium/base-driver/lodash": "^4.17.21",
4142
"@appium/base-driver/lru-cache": "^11.2.1",
4243
"@appium/docutils": "link:./packages/null",
44+
"@appium/logger/lodash": "^4.17.21",
4345
"@appium/logger/lru-cache": "^11.2.1",
4446
"@appium/support/archiver": "~7.0.1",
4547
"@appium/support/axios": "^1.11.0",
4648
"@appium/support/form-data": "~4.0.4",
4749
"@appium/support/glob": "^11.0.3",
50+
"@appium/support/lodash": "^4.17.21",
4851
"@appium/support/semver": "~7.7.2",
4952
"@appium/support/teen_process": "~3.0.1",
5053
"@appium/support/uuid": "~13.0.0",
@@ -69,6 +72,7 @@
6972
"@react-native/virtualized-lists": "^0.79.0",
7073
"appium/ajv": "~8.17.1",
7174
"appium/axios": "^1.11.0",
75+
"appium/lodash": "^4.17.21",
7276
"appium/lru-cache": "^11.2.1",
7377
"appium/semver": "~7.7.2",
7478
"appium/teen_process": "~3.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10145,10 +10145,10 @@ __metadata:
1014510145
languageName: node
1014610146
linkType: hard
1014710147

10148-
"lodash@npm:4.17.21, lodash@npm:^4.0.0, lodash@npm:^4.17.11, lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.21, lodash@npm:^4.17.4, lodash@npm:^4.2.1":
10149-
version: 4.17.21
10150-
resolution: "lodash@npm:4.17.21"
10151-
checksum: 10c0/d8cbea072bb08655bb4c989da418994b073a608dffa608b09ac04b43a791b12aeae7cd7ad919aa4c925f33b48490b5cfe6c1f71d827956071dae2e7bb3a6b74c
10148+
"lodash@npm:^4.0.0, lodash@npm:^4.17.11, lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.21, lodash@npm:^4.17.4, lodash@npm:^4.2.1":
10149+
version: 4.17.23
10150+
resolution: "lodash@npm:4.17.23"
10151+
checksum: 10c0/1264a90469f5bb95d4739c43eb6277d15b6d9e186df4ac68c3620443160fc669e2f14c11e7d8b2ccf078b81d06147c01a8ccced9aab9f9f63d50dcf8cace6bf6
1015210152
languageName: node
1015310153
linkType: hard
1015410154

0 commit comments

Comments
 (0)