Files
cypress/system-tests/package.json
Cacie Prins 7825936902 chore(dep): upgrade cypress/request to 3.0.9 to address form-data vulnerabilities (#32096)
* chore(deps): upgrade @cypress/request

* changelog
2025-07-24 15:10:57 -04:00

112 lines
3.4 KiB
JSON

{
"name": "@tooling/system-tests",
"version": "0.0.0-development",
"description": "Internal cypress tests for running across multiple projects which have their own configuration for E2E and CT",
"private": true,
"main": "lib/fixtures.ts",
"browser": "lib/fixtureDirs.ts",
"scripts": {
"build": "node ./scripts/scaffold.js",
"clean-deps": "find . -depth -name node_modules -type d -exec rimraf {} \\;",
"lint": "eslint . --ext .js,.ts,.jsx,.tsx",
"preprojects:yarn:install": "yarn clean-deps",
"projects:yarn:install": "node ./scripts/projects-yarn-install.js",
"pretest": "yarn gulp ensureCloudValidations",
"test": "node ./scripts/run.js --glob-in-dir=\"{test,test-binary}\"",
"pretest:ci": "yarn gulp ensureCloudValidations",
"test:ci": "node ./scripts/run.js",
"type-check": "tsc --project .",
"update:snapshots": "SNAPSHOT_UPDATE=1 npm run test"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@cypress/commit-info": "2.2.0",
"@cypress/debugging-proxy": "2.0.1",
"@cypress/request": "^3.0.9",
"@cypress/request-promise": "^5.0.0",
"@cypress/sinon-chai": "2.9.1",
"@cypress/webpack-preprocessor": "0.0.0-development",
"@ffprobe-installer/ffprobe": "2.1.2",
"@packages/https-proxy": "0.0.0-development",
"@packages/launcher": "0.0.0-development",
"@packages/network": "0.0.0-development",
"@packages/root": "0.0.0-development",
"@packages/server": "0.0.0-development",
"@packages/socket": "0.0.0-development",
"@packages/ts": "0.0.0-development",
"@types/chai": "4.2.15",
"@types/mocha": "9.1.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"babel-loader": "10.0.0",
"base64url": "^3.0.1",
"bluebird": "3.7.2",
"body-parser": "1.20.2",
"cachedir": "2.3.0",
"chai": "3.5.0",
"chai-as-promised": "7.1.1",
"chai-subset": "1.6.0",
"chai-uuid": "1.0.6",
"chalk": "2.4.2",
"chokidar": "3.5.1",
"common-tags": "1.8.0",
"compression": "1.8.0",
"cookie-parser": "1.4.5",
"cors": "2.8.5",
"dayjs": "^1.9.3",
"debug": "^4.3.4",
"dedent": "^0.7.0",
"dockerode": "3.3.1",
"esbuild": "^0.15.3",
"execa": "4",
"express": "4.21.0",
"express-session": "1.16.1",
"express-useragent": "1.0.15",
"fluent-ffmpeg": "2.1.2",
"fs-extra": "9.1.0",
"glob": "7.2.0",
"https-proxy-agent": "3.0.1",
"human-interval": "1.0.0",
"image-size": "1.1.1",
"lazy-ass": "1.6.0",
"lodash": "^4.17.21",
"mocha": "7.1.0",
"mocha-banner": "1.1.2",
"mochawesome-1.5.2": "npm:mochawesome@1.5.2",
"mochawesome-2.3.1": "npm:mochawesome@2.3.1",
"mochawesome-3.0.1": "npm:mochawesome@3.0.1",
"mocked-env": "1.2.4",
"mockery": "2.1.0",
"morgan": "1.9.1",
"multer": "2.0.0",
"nock": "13.2.9",
"proxyquire": "2.1.3",
"semver": "7.7.1",
"sinon": "5.1.1",
"snap-shot-it": "7.9.10",
"ssestream": "1.0.1",
"supertest": "4.0.2",
"systeminformation": "5.22.8",
"temp-dir": "^2.0.0",
"webpack": "^5.88.2",
"ws": "5.2.4"
},
"types": "lib/fixtures.ts",
"license": "ISC",
"author": "",
"keywords": [],
"nx": {
"targets": {
"build": {
"outputs": [
"{projectRoot}/lib/fixtureDirs.ts"
],
"dependsOn": [
"!@packages/data-context:build"
]
}
}
}
}