mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-09 08:00:14 -06:00
* chore: update tough-cookie from 4.0.0 to 4.1.3. requires v8 snapshot update * fix: tough-cookie as of 4.1 doesn't default sameSite undefined to none any longer. However, we want to set sameSite === undefined to lax as the default as this is the case in every standard browser, except firefox. We did this previously and this is behavior we want to continue to preserve, even for security reasons * chore: update v8 snapshots * fix issue with global toString * chore: run ci * chore: update @cypress/request to 2.88.22 and @cypress/request-promise to 4.2.7 [run ci] * remove jsdom and start-server-and-test * revert @cypress/request back to 2.88.12 * update changelog entry * remove uneeded deps --------- Co-authored-by: Bill Glesias <bglesias@gmail.com> Co-authored-by: Ryan Manuel <ryanm@cypress.io>
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "@packages/https-proxy",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"clean-deps": "rimraf node_modules",
|
|
"https": "node https.js",
|
|
"regenerate:certs": "cd ./test/helpers/certs && ./regenerate-certs.sh",
|
|
"start": "node index.js",
|
|
"test": "yarn test-unit",
|
|
"test-debug": "yarn test-unit --inspect-brk=5566",
|
|
"test-unit": "cross-env NODE_ENV=test mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json",
|
|
"test-watch": "cross-env NODE_ENV=test mocha --watch",
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, ."
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "3.5.3",
|
|
"debug": "^4.3.4",
|
|
"fs-extra": "9.1.0",
|
|
"lodash": "^4.17.21",
|
|
"node-forge": "1.3.0",
|
|
"semaphore": "1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/debugging-proxy": "2.0.1",
|
|
"@cypress/request": "2.88.12",
|
|
"@cypress/request-promise": "4.2.7",
|
|
"@packages/network": "0.0.0-development",
|
|
"@packages/ts": "0.0.0-development",
|
|
"chai": "3.5.0",
|
|
"cross-env": "6.0.3",
|
|
"mocha": "3.5.3",
|
|
"sinon": "1.17.7",
|
|
"sinon-as-promised": "4.0.3",
|
|
"sinon-chai": "3.3.0",
|
|
"ssl-root-cas": "1.3.1",
|
|
"supertest": "4.0.2"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
]
|
|
}
|