Merge pull request #27702 from overleaf/bg-update-form-data-in-cypress

update form-data in cypress

GitOrigin-RevId: 90b48e5c77420e83ce1b0ff7dbe25b3e4a3a87ad
This commit is contained in:
Brian Gough
2025-08-07 16:05:43 +01:00
committed by Copybot
parent a3d842a98d
commit 1f83fdc3cb
5 changed files with 618 additions and 1728 deletions

1099
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -49,6 +49,9 @@
},
"@types/request@2.48.12": {
"form-data": "2.5.5"
},
"@cypress/request@3.0.1": {
"form-data": "2.5.5"
}
},
"scripts": {

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@
},
"dependencies": {
"@isomorphic-git/lightning-fs": "^4.6.0",
"@testing-library/cypress": "^10.0.1",
"@testing-library/cypress": "^10.0.3",
"@types/adm-zip": "^0.5.5",
"@types/pdf-parse": "^1.1.4",
"@types/uuid": "^9.0.8",

View File

@@ -227,7 +227,7 @@
"@storybook/react": "^8.6.12",
"@storybook/react-webpack5": "^8.6.12",
"@storybook/theming": "^8.6.12",
"@testing-library/cypress": "^10.0.1",
"@testing-library/cypress": "^10.0.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.4.3",