Skip to content

Commit

Permalink
chore(deps): update dependency cypress to v13 (#1230)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LekoArts <[email protected]>
  • Loading branch information
renovate[bot] and LekoArts authored Sep 1, 2023
1 parent 3705ea2 commit d73d211
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export default defineConfig({
viewportWidth: 1440,
chromeWebSecurity: false,
projectId: `546tyx`,
videoUploadOnPasses: false,
video: false,
},
})
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@typescript-eslint/parser": "^6.5.0",
"@vitest/coverage-v8": "^0.34.3",
"cross-env": "^7.0.3",
"cypress": "^12.17.4",
"cypress": "^13.1.0",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -76,7 +76,7 @@
"vitest": "^0.34.3"
},
"resolutions": {
"cypress": "^12.17.4"
"cypress": "^13.1.0"
},
"packageManager": "[email protected]"
}
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1752,9 +1752,9 @@ __metadata:
languageName: node
linkType: hard

"@cypress/request@npm:2.88.12":
version: 2.88.12
resolution: "@cypress/request@npm:2.88.12"
"@cypress/request@npm:^3.0.0":
version: 3.0.0
resolution: "@cypress/request@npm:3.0.0"
dependencies:
aws-sign2: ~0.7.0
aws4: ^1.8.0
Expand All @@ -1774,7 +1774,7 @@ __metadata:
tough-cookie: ^4.1.3
tunnel-agent: ^0.6.0
uuid: ^8.3.2
checksum: 2c6fbf7f3127d41bffca8374beaa8cf95450495a8a077b00309ea9d94dd2a4da450a77fe038e8ad26c97cdd7c39b65c53c850f8338ce9bc2dbe23ce2e2b48329
checksum: 8ec81075b800b84df8a616dce820a194d562a35df251da234f849344022979f3675baa0b82988843f979a488e39bc1eec6204cfe660c75ace9bf4d2951edec43
languageName: node
linkType: hard

Expand Down Expand Up @@ -3042,7 +3042,7 @@ __metadata:
"@typescript-eslint/parser": ^6.5.0
"@vitest/coverage-v8": ^0.34.3
cross-env: ^7.0.3
cypress: ^12.17.4
cypress: ^13.1.0
eslint: ^8.48.0
eslint-config-airbnb: ^19.0.4
eslint-config-prettier: ^9.0.0
Expand Down Expand Up @@ -8715,11 +8715,11 @@ __metadata:
languageName: node
linkType: hard

"cypress@npm:^12.17.4":
version: 12.17.4
resolution: "cypress@npm:12.17.4"
"cypress@npm:^13.1.0":
version: 13.1.0
resolution: "cypress@npm:13.1.0"
dependencies:
"@cypress/request": 2.88.12
"@cypress/request": ^3.0.0
"@cypress/xvfb": ^1.2.4
"@types/node": ^16.18.39
"@types/sinonjs__fake-timers": 8.1.1
Expand Down Expand Up @@ -8764,7 +8764,7 @@ __metadata:
yauzl: ^2.10.0
bin:
cypress: bin/cypress
checksum: c9c79f5493b23e9c8cfb92d45d50ea9d0fae54210dde203bfa794a79436faf60108d826fe9007a7d67fddf7919802ad8f006b7ae56c5c198c75d5bc85bbc851b
checksum: 238057b288f54401ad3fa8693c31ec08eef2d98a7fc93ce7f60bc009fcae18539e84be4c1cd41526816603f642f63444a7adce9d914b1338a53c0bf756bdb762
languageName: node
linkType: hard

Expand Down

0 comments on commit d73d211

Please sign in to comment.