Ombi/tests/package.json
snyk-bot 60a6d024ad
fix: upgrade cypress-real-events from 1.10.3 to 1.11.0
Snyk has created this PR to upgrade cypress-real-events from 1.10.3 to 1.11.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/ombi-shared/project/750c1ef4-1459-4f30-a181-009a5f1ea1dc?utm_source=github&utm_medium=referral&page=upgrade-pr
2023-11-24 16:46:45 +00:00

33 lines
994 B
JSON

{
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^14.0.0",
"@bahmutov/cy-api": "^1.5.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.5",
"cypress": "12.14.0",
"cypress-wait-until": "^1.7.1",
"typescript": "^4.2.3"
},
"name": "ombiautomation",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/ombi-app/ombi.automation",
"author": "TidusJar",
"retries": {
"runMode": 2,
"openMode": 1
},
"scripts": {
"cypress:version": "cypress version",
"cypress:verify": "cypress verify",
"cypress:open": "cypress open --config baseUrl=http://localhost:3577 --env dockerhost=http://localhost",
"cypress:run": "cypress run",
"types": "tsc --noEmit",
"e2e": "cypress run",
"regression": "cypress run --config-file cypress/config/regression.json",
"demo:open": "cypress open --config-file cypress/config/demo.json"
},
"dependencies": {
"cypress-real-events": "^1.11.0"
}
}