Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
"@types/react": "^18.2.0",
"@warren-ms/react-native-icons/react-native-svg": "^15.4.0",
"axios": "^1.8.2",
"form-data": "^4.0.4",
"on-headers": "^1.1.0",
"react-native-macos": "patch:react-native-macos@npm%3A0.74.30#~/.yarn/patches/react-native-macos-npm-0.74.30-e4edf98920.patch",
"semver": "^7.5.2",
"tar-fs": "^3.0.9",
Expand Down
7 changes: 4 additions & 3 deletions tester_deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"webdriverio": "^9.12.6"
},
"resolutions": {
"@appium/types": "0.9.1",
"axios": "^1.8.2",
"express": "^4.19.2",
"form-data": "^4.0.4",
"on-headers": "^1.1.0",
"semver": "^7.5.2",
"tar-fs": "^3.0.9",
"ws": "^8.17.1",
Expand All @@ -38,7 +38,8 @@
},
"resolutions.justifications": {
"axios": "Patching security issue",
"express": "Patching security issue",
"form-data": "Patching security issue",
"on-headers": "Patching security issue",
"tar-fs": "Patching security issue",
"wdio-json-reporter/jest-matchers/jest-message-util/micromatch/parse-glob/glob-base/glob-parent": "There is a security risk associated with this package version (it's a very outdated packaged, 2.0.0). Therefore, we are forcing an upgrade to the patched version.",
"wdio-json-reporter/jest-matchers/jest-message-util/micromatch/braces": " There is a security risk associated with this package version (it's a very outdated packaged, 1.8.2). Therefore, we are forcing an upgrade to the patched version.",
Expand Down
Loading