Files
cypress/system-tests/package.json
renovate[bot] a51d27842a dependency: update dependency esbuild to ^0.25.2 [security] (#32231)
* fix(deps): update dependency esbuild to ^0.25.0 [security]

* empty commit

* bumping esbuild in system-tests

* bump to higher version

* index on renovate/npm-esbuild-vulnerability: bd192afbf9 bump to higher version

* index on renovate/npm-esbuild-vulnerability: bd192afbf9 bump to higher version

* index on renovate/npm-esbuild-vulnerability: bd192afbf9 bump to higher version

* bump to 0.25.2

* update due to esbuild metadata output additions

* index on renovate/npm-esbuild-vulnerability: 20b9d374d7 update due to esbuild metadata output additions

* index on renovate/npm-esbuild-vulnerability: 20b9d374d7 update due to esbuild metadata output additions

* index on renovate/npm-esbuild-vulnerability: 20b9d374d7 update due to esbuild metadata output additions

* fix binary-cleanup

* Fix tslib module paths in binary-cleanup.js

* Update tslib import paths in binary-cleanup.js

* Remove tslib ES6 module references

* changelog entry

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
Co-authored-by: Ryan Manuel <ryanm@cypress.io>
2025-08-22 14:58:42 -05: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.28.0",
"@babel/preset-env": "7.28.0",
"@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.3",
"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.25.2",
"execa": "4.1.0",
"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.2.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.2",
"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.27.7",
"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"
]
}
}
}
}