Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency cypress from v13.12.0 to v13.13.2 #2767

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/skde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/react": "18.3.3",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "1.6.0",
"cypress": "13.12.0",
"cypress": "13.13.2",
"eslint": "9.8.0",
"husky": "9.0.11",
"jsdom": "24.1.0",
Expand Down
26 changes: 12 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2299,7 +2299,7 @@ __metadata:
languageName: node
linkType: hard

"@cypress/request@npm:^3.0.0":
"@cypress/request@npm:^3.0.1":
version: 3.0.1
resolution: "@cypress/request@npm:3.0.1"
dependencies:
Expand Down Expand Up @@ -9442,11 +9442,11 @@ __metadata:
languageName: node
linkType: hard

"cypress@npm:13.12.0":
version: 13.12.0
resolution: "cypress@npm:13.12.0"
"cypress@npm:13.13.2":
version: 13.13.2
resolution: "cypress@npm:13.13.2"
dependencies:
"@cypress/request": "npm:^3.0.0"
"@cypress/request": "npm:^3.0.1"
"@cypress/xvfb": "npm:^1.2.4"
"@types/sinonjs__fake-timers": "npm:8.1.1"
"@types/sizzle": "npm:^2.3.2"
Expand Down Expand Up @@ -9485,12 +9485,12 @@ __metadata:
request-progress: "npm:^3.0.0"
semver: "npm:^7.5.3"
supports-color: "npm:^8.1.1"
tmp: "npm:~0.2.1"
tmp: "npm:~0.2.3"
untildify: "npm:^4.0.0"
yauzl: "npm:^2.10.0"
bin:
cypress: bin/cypress
checksum: 10/cf25219d336669a93541f4df5f415ad35fa944014157c12793db359c48946f0843fd6499315deb5b95f095a5319086df21fe2870461944931d0bca1e6cfcce77
checksum: 10/ac33d787ecf29c6d1b028fba8db5cb0904aaa343f1e969cef91e0f0ca43987315ef4ef4287583d9c6f09098164e89016891d6183a088c53a2f1db6c42c7f736a
languageName: node
linkType: hard

Expand Down Expand Up @@ -22380,7 +22380,7 @@ __metadata:
"@visx/xychart": "npm:3.11.0"
"@vitejs/plugin-react": "npm:4.3.1"
"@vitest/coverage-v8": "npm:1.6.0"
cypress: "npm:13.12.0"
cypress: "npm:13.13.2"
d3-array: "npm:3.2.4"
d3-geo: "npm:3.1.1"
d3-scale: "npm:4.0.2"
Expand Down Expand Up @@ -23659,12 +23659,10 @@ __metadata:
languageName: node
linkType: hard

"tmp@npm:~0.2.1":
version: 0.2.1
resolution: "tmp@npm:0.2.1"
dependencies:
rimraf: "npm:^3.0.0"
checksum: 10/445148d72df3ce99356bc89a7857a0c5c3b32958697a14e50952c6f7cf0a8016e746ababe9a74c1aa52f04c526661992f14659eba34d3c6701d49ba2f3cf781b
"tmp@npm:~0.2.3":
version: 0.2.3
resolution: "tmp@npm:0.2.3"
checksum: 10/7b13696787f159c9754793a83aa79a24f1522d47b87462ddb57c18ee93ff26c74cbb2b8d9138f571d2e0e765c728fb2739863a672b280528512c6d83d511c6fa
languageName: node
linkType: hard

Expand Down
Loading