Skip to content

Commit ac9399a

Browse files
Merge pull request #747 from michielgerritsen/dependabot/npm_and_yarn/cypress-14.3.3
2 parents d9816dd + 7807b72 commit ac9399a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@nuxt/eslint": "^0.4.0",
1818
"@nuxtjs/tailwindcss": "^6.13.2",
1919
"@types/prismjs": "^1.26.5",
20-
"cypress": "^14.3.2",
20+
"cypress": "^14.3.3",
2121
"eslint": "^9.24.0",
2222
"file-saver": "^2.0.5",
2323
"jszip": "^3.10.1",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -520,11 +520,6 @@
520520
dependencies:
521521
mime "^3.0.0"
522522

523-
524-
version "1.5.0"
525-
resolved "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz"
526-
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
527-
528523
"@csstools/selector-resolve-nested@^3.0.0":
529524
version "3.0.0"
530525
resolved "https://registry.yarnpkg.com/@csstools/selector-resolve-nested/-/selector-resolve-nested-3.0.0.tgz#704a9b637975680e025e069a4c58b3beb3e2752a"
@@ -3358,14 +3353,14 @@ cli-cursor@^3.1.0:
33583353
dependencies:
33593354
restore-cursor "^3.1.0"
33603355

3361-
cli-table3@~0.6.5:
3362-
version "0.6.5"
3363-
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.5.tgz#013b91351762739c16a9567c21a04632e449bf2f"
3364-
integrity sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==
3356+
3357+
version "0.6.1"
3358+
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.1.tgz#36ce9b7af4847f288d3cdd081fbd09bf7bd237b8"
3359+
integrity sha512-w0q/enDHhPLq44ovMGdQeeDLvwxwavsJX7oQGYt/LrBlYsyaxyDnp6z3QzFut/6kLLKnlcUVJLrpB7KBfgG/RA==
33653360
dependencies:
33663361
string-width "^4.2.0"
33673362
optionalDependencies:
3368-
"@colors/colors" "1.5.0"
3363+
colors "1.4.0"
33693364

33703365
cli-truncate@^2.1.0:
33713366
version "2.1.0"
@@ -3451,6 +3446,11 @@ colorette@^2.0.16:
34513446
resolved "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz"
34523447
integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==
34533448

3449+
3450+
version "1.4.0"
3451+
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
3452+
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
3453+
34543454
combined-stream@^1.0.8, combined-stream@~1.0.6:
34553455
version "1.0.8"
34563456
resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz"
@@ -3780,10 +3780,10 @@ csstype@^3.1.3:
37803780
resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz"
37813781
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
37823782

3783-
cypress@^14.3.2:
3784-
version "14.3.2"
3785-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.3.2.tgz#04a6ea66c1715119ef41dda5851d75801cc1e226"
3786-
integrity sha512-n+yGD2ZFFKgy7I3YtVpZ7BcFYrrDMcKj713eOZdtxPttpBjCyw/R8dLlFSsJPouneGN7A/HOSRyPJ5+3/gKDoA==
3783+
cypress@^14.3.3:
3784+
version "14.3.3"
3785+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.3.3.tgz#cbf7fbc79fd139ba55ea51a6d1ee3d9018a59ce2"
3786+
integrity sha512-1Rz7zc9iqLww6BysaESqUhtIuaFHS7nL3wREovAKYsNhLTfX3TbcBWHWgEz70YimH2NkSOsm4oIcJJ9HYHOlew==
37873787
dependencies:
37883788
"@cypress/request" "^3.0.8"
37893789
"@cypress/xvfb" "^1.2.4"
@@ -3798,7 +3798,7 @@ cypress@^14.3.2:
37983798
check-more-types "^2.24.0"
37993799
ci-info "^4.1.0"
38003800
cli-cursor "^3.1.0"
3801-
cli-table3 "~0.6.5"
3801+
cli-table3 "0.6.1"
38023802
commander "^6.2.1"
38033803
common-tags "^1.8.0"
38043804
dayjs "^1.10.4"

0 commit comments

Comments
 (0)