We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de52c8 commit 87dc721Copy full SHA for 87dc721
package.json
@@ -50,7 +50,7 @@
50
"json5": "^2.2.3",
51
"@babel/core": "^7.20.12",
52
"@babel/traverse": "^7.20.12",
53
- "@cypress/request": "^3.0.0",
+ "@cypress/request": "^3.0.9",
54
"braces": "3.0.3",
55
"micromatch": "4.0.8",
56
"cross-spawn": "7.0.5",
@@ -59,7 +59,8 @@
59
"@babel/helpers": "^7.22.9",
60
"@babel/runtime": "^7.26.10",
61
"@babel/runtime-corejs3": "^7.22.9",
62
- "pbkdf2": "3.1.5"
+ "pbkdf2": "3.1.5",
63
+ "form-data": "4.0.4"
64
},
65
"devDependencies": {
66
"@cypress/webpack-preprocessor": "^6.0.1",
@@ -89,4 +90,4 @@
89
90
"node_modules/*",
91
"target/*"
92
]
-}
93
+}
0 commit comments