Skip to content

Commit 271caa3

Browse files
build(deps-dev): bump cypress from 13.17.0 to 14.0.3
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.17.0 to 14.0.3. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v13.17.0...v14.0.3) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eea6bee commit 271caa3

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
4545
"chai": "^5.1.2",
4646
"cssnano": "^6.1.2",
47-
"cypress": "13.17.0",
47+
"cypress": "14.0.3",
4848
"eslint": "^8.57.1",
4949
"eslint-plugin-jest": "^28.3.0",
5050
"http-server": "^14.1.1",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -935,10 +935,10 @@
935935
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
936936
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
937937

938-
"@cypress/request@^3.0.6":
939-
version "3.0.6"
940-
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.6.tgz#f5580add6acee0e183b4d4e07eff4f31327ae12b"
941-
integrity sha512-fi0eVdCOtKu5Ed6+E8mYxUF6ZTFJDZvHogCBelM0xVXmrDEkyM22gRArQzq1YcHPm1V47Vf/iAD+WgVdUlJCGg==
938+
"@cypress/request@^3.0.7":
939+
version "3.0.7"
940+
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.7.tgz#6a74a4da98d9e5ae9121d6e2d9c14780c9b5cf1a"
941+
integrity sha512-LzxlLEMbBOPYB85uXrDqvD4MgcenjRBLIns3zyhx7vTPj/0u2eQhzXvPiGcaJrV38Q9dbkExWp6cOHPJ+EtFYg==
942942
dependencies:
943943
aws-sign2 "~0.7.0"
944944
aws4 "^1.8.0"
@@ -953,7 +953,7 @@
953953
json-stringify-safe "~5.0.1"
954954
mime-types "~2.1.19"
955955
performance-now "^2.1.0"
956-
qs "6.13.0"
956+
qs "6.13.1"
957957
safe-buffer "^5.1.2"
958958
tough-cookie "^5.0.0"
959959
tunnel-agent "^0.6.0"
@@ -3582,12 +3582,12 @@ cssstyle@^3.0.0:
35823582
dependencies:
35833583
rrweb-cssom "^0.6.0"
35843584

3585-
cypress@13.17.0:
3586-
version "13.17.0"
3587-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.17.0.tgz#34c3d68080c4497eace0f353bd1629587a5f600d"
3588-
integrity sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==
3585+
cypress@14.0.3:
3586+
version "14.0.3"
3587+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.0.3.tgz#7873d21f61d0559edb9c041316d450cf7ef9d5fa"
3588+
integrity sha512-yIdvobANw3kS+KF/t5vwjjPNufBA8ux7iQHaWxPTkUw2yCKI72m9mKM24eOwE84Wk4ALPsSvEcGbDrwgmhr4RA==
35893589
dependencies:
3590-
"@cypress/request" "^3.0.6"
3590+
"@cypress/request" "^3.0.7"
35913591
"@cypress/xvfb" "^1.2.4"
35923592
"@types/sinonjs__fake-timers" "8.1.1"
35933593
"@types/sizzle" "^2.3.2"
@@ -8638,10 +8638,10 @@ pure-rand@^6.0.0:
86388638
resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.0.1.tgz#31207dddd15d43f299fdcdb2f572df65030c19af"
86398639
integrity sha512-t+x1zEHDjBwkDGY5v5ApnZ/utcd4XYDiJsaQQoptTXgUXX95sDg1elCdJghzicm7n2mbCBJ3uYWr6M22SO19rg==
86408640

8641-
8642-
version "6.13.0"
8643-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
8644-
integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
8641+
8642+
version "6.13.1"
8643+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.1.tgz#3ce5fc72bd3a8171b85c99b93c65dd20b7d1b16e"
8644+
integrity sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==
86458645
dependencies:
86468646
side-channel "^1.0.6"
86478647

0 commit comments

Comments
 (0)