Skip to content

Commit a900b34

Browse files
Update dependency cypress to v15.13.0
1 parent 8d30257 commit a900b34

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.13.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
@@ -1874,10 +1874,10 @@ csstype@^3.2.2:
18741874
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a"
18751875
integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==
18761876

1877-
cypress@15.8.2:
1878-
version "15.8.2"
1879-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.8.2.tgz#685d6e090b1c5f76cb5430eafa21f63b1eded0a6"
1880-
integrity sha512-KGpuiE8o9l9eyVLPkig574t8zOXkEDKzI0a+RQwy4cfXzpaLipvTOv0t+QEEkLiw/8HbgMNZ0fbPKakJAB3USA==
1877+
cypress@15.13.0:
1878+
version "15.13.0"
1879+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.13.0.tgz#e3c5487efd815e7f1e6f0ec76e4f7b4f9fe7cd21"
1880+
integrity sha512-hJ9sY++TUC/HlUzHVJpIrDyqKMjlhx5PTXl/A7eA91JNEtUWkJAqefQR5mo9AtLra/9+m+JJaMg2U5Qd0a74Fw==
18811881
dependencies:
18821882
"@cypress/request" "^3.0.10"
18831883
"@cypress/xvfb" "^1.2.4"
@@ -1907,7 +1907,7 @@ cypress@15.8.2:
19071907
hasha "5.2.2"
19081908
is-installed-globally "~0.4.0"
19091909
listr2 "^3.8.3"
1910-
lodash "^4.17.21"
1910+
lodash "^4.17.23"
19111911
log-symbols "^4.0.0"
19121912
minimist "^1.2.8"
19131913
ospath "^1.2.2"
@@ -1916,9 +1916,10 @@ cypress@15.8.2:
19161916
proxy-from-env "1.0.0"
19171917
request-progress "^3.0.0"
19181918
supports-color "^8.1.1"
1919-
systeminformation "^5.27.14"
1919+
systeminformation "^5.31.1"
19201920
tmp "~0.2.4"
19211921
tree-kill "1.2.2"
1922+
tslib "1.14.1"
19221923
untildify "^4.0.0"
19231924
yauzl "^2.10.0"
19241925

@@ -3663,7 +3664,7 @@ lodash.once@^4.1.1:
36633664
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
36643665
integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==
36653666

3666-
lodash@4.17.23:
3667+
lodash@4.17.23, lodash@^4.17.23:
36673668
version "4.17.23"
36683669
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
36693670
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
@@ -5478,10 +5479,10 @@ synckit@^0.11.7:
54785479
dependencies:
54795480
"@pkgr/core" "^0.2.9"
54805481

5481-
systeminformation@^5.27.14:
5482-
version "5.27.14"
5483-
resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-5.27.14.tgz#9f2b181521c151dad4972d47936ebb49a3271e9d"
5484-
integrity sha512-3DoNDYSZBLxBwaJtQGWNpq0fonga/VZ47HY1+7/G3YoIPaPz93Df6egSzzTKbEMmlzUpy3eQ0nR9REuYIycXGg==
5482+
systeminformation@^5.31.1:
5483+
version "5.31.5"
5484+
resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-5.31.5.tgz#e839fa6b40620a8bee010eb9d9d55c2d5f7042c8"
5485+
integrity sha512-5SyLdip4/3alxD4Kh+63bUQTJmu7YMfYQTC+koZy7X73HgNqZSD2P4wOZQWtUncvPvcEmnfIjCoygN4MRoEejQ==
54855486

54865487
throttleit@^1.0.0:
54875488
version "1.0.1"
@@ -5582,6 +5583,11 @@ tsconfig-paths@^3.15.0:
55825583
minimist "^1.2.6"
55835584
strip-bom "^3.0.0"
55845585

5586+
tslib@1.14.1:
5587+
version "1.14.1"
5588+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
5589+
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
5590+
55855591
tslib@^2.1.0, tslib@^2.4.0, tslib@^2.8.0:
55865592
version "2.8.1"
55875593
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"

0 commit comments

Comments
 (0)