Skip to content

Commit 7bd53cf

Browse files
Update dependency cypress to v15.11.0
1 parent 17b9aaf commit 7bd53cf

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/react-dom": "19.2.3",
3232
"@typescript-eslint/eslint-plugin": "8.50.1",
3333
"@typescript-eslint/parser": "8.50.1",
34-
"cypress": "15.8.2",
34+
"cypress": "15.11.0",
3535
"eslint": "9.39.2",
3636
"eslint-config-next": "^16.1.0",
3737
"eslint-config-prettier": "10.1.8",

yarn.lock

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,10 +1869,10 @@ csstype@^3.2.2:
18691869
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a"
18701870
integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==
18711871

1872-
cypress@15.8.2:
1873-
version "15.8.2"
1874-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.8.2.tgz#685d6e090b1c5f76cb5430eafa21f63b1eded0a6"
1875-
integrity sha512-KGpuiE8o9l9eyVLPkig574t8zOXkEDKzI0a+RQwy4cfXzpaLipvTOv0t+QEEkLiw/8HbgMNZ0fbPKakJAB3USA==
1872+
cypress@15.11.0:
1873+
version "15.11.0"
1874+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.11.0.tgz#7402d0a2bb4573b6c6655191ad170cff1985ff3f"
1875+
integrity sha512-NXDE6/fqZuzh1Zr53nyhCCa4lcANNTYWQNP9fJO+tzD3qVTDaTUni5xXMuigYjMujQ7CRiT9RkJJONmPQSsDFw==
18761876
dependencies:
18771877
"@cypress/request" "^3.0.10"
18781878
"@cypress/xvfb" "^1.2.4"
@@ -1902,7 +1902,7 @@ cypress@15.8.2:
19021902
hasha "5.2.2"
19031903
is-installed-globally "~0.4.0"
19041904
listr2 "^3.8.3"
1905-
lodash "^4.17.21"
1905+
lodash "^4.17.23"
19061906
log-symbols "^4.0.0"
19071907
minimist "^1.2.8"
19081908
ospath "^1.2.2"
@@ -1911,9 +1911,10 @@ cypress@15.8.2:
19111911
proxy-from-env "1.0.0"
19121912
request-progress "^3.0.0"
19131913
supports-color "^8.1.1"
1914-
systeminformation "^5.27.14"
1914+
systeminformation "^5.31.1"
19151915
tmp "~0.2.4"
19161916
tree-kill "1.2.2"
1917+
tslib "1.14.1"
19171918
untildify "^4.0.0"
19181919
yauzl "^2.10.0"
19191920

@@ -3658,7 +3659,7 @@ lodash.once@^4.1.1:
36583659
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
36593660
integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==
36603661

3661-
lodash@4.17.23:
3662+
lodash@4.17.23, lodash@^4.17.23:
36623663
version "4.17.23"
36633664
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
36643665
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
@@ -5473,10 +5474,10 @@ synckit@^0.11.7:
54735474
dependencies:
54745475
"@pkgr/core" "^0.2.9"
54755476

5476-
systeminformation@^5.27.14:
5477-
version "5.27.14"
5478-
resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-5.27.14.tgz#9f2b181521c151dad4972d47936ebb49a3271e9d"
5479-
integrity sha512-3DoNDYSZBLxBwaJtQGWNpq0fonga/VZ47HY1+7/G3YoIPaPz93Df6egSzzTKbEMmlzUpy3eQ0nR9REuYIycXGg==
5477+
systeminformation@^5.31.1:
5478+
version "5.31.3"
5479+
resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-5.31.3.tgz#82840c71e8cf7ee5a5bdaf40e45d085eda6ceb06"
5480+
integrity sha512-vX0eeI7oGIr79NLiJRWnK8SyxDjyiNOEanaQnHRNyb5ep8QcpD8QMDvrukdrxV4pV4AKjwUDfaypXnWHMC/65A==
54805481

54815482
throttleit@^1.0.0:
54825483
version "1.0.1"
@@ -5577,6 +5578,11 @@ tsconfig-paths@^3.15.0:
55775578
minimist "^1.2.6"
55785579
strip-bom "^3.0.0"
55795580

5581+
tslib@1.14.1:
5582+
version "1.14.1"
5583+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
5584+
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
5585+
55805586
tslib@^2.1.0, tslib@^2.4.0, tslib@^2.8.0:
55815587
version "2.8.1"
55825588
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"

0 commit comments

Comments
 (0)