Skip to content

Commit d094a55

Browse files
authored
Bump some packages, yarn_dedupe (#3942)
* Bump some packages, yarn_dedupe * Bump on-headers
1 parent 6e7f00e commit d094a55

File tree

4 files changed

+733
-970
lines changed

4 files changed

+733
-970
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
"@types/react": "^18.2.0",
6464
"@warren-ms/react-native-icons/react-native-svg": "^15.4.0",
6565
"axios": "^1.8.2",
66+
"form-data": "^4.0.4",
67+
"on-headers": "^1.1.0",
6668
"react-native-macos": "patch:react-native-macos@npm%3A0.74.30#~/.yarn/patches/react-native-macos-npm-0.74.30-e4edf98920.patch",
6769
"semver": "^7.5.2",
6870
"tar-fs": "^3.0.9",

tester_deps/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"webdriverio": "^9.12.6"
2828
},
2929
"resolutions": {
30-
"@appium/types": "0.9.1",
3130
"axios": "^1.8.2",
32-
"express": "^4.19.2",
31+
"form-data": "^4.0.4",
32+
"on-headers": "^1.1.0",
3333
"semver": "^7.5.2",
3434
"tar-fs": "^3.0.9",
3535
"ws": "^8.17.1",
@@ -38,7 +38,8 @@
3838
},
3939
"resolutions.justifications": {
4040
"axios": "Patching security issue",
41-
"express": "Patching security issue",
41+
"form-data": "Patching security issue",
42+
"on-headers": "Patching security issue",
4243
"tar-fs": "Patching security issue",
4344
"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.",
4445
"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.",

0 commit comments

Comments
 (0)