Skip to content

Commit 613e20f

Browse files
build(deps-dev): bump cypress from 13.1.0 to 13.2.0 (#1417)
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.1.0 to 13.2.0. - [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.1.0...v13.2.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31a7593 commit 613e20f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

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": "^4.3.8",
4646
"cssnano": "^6.0.1",
47-
"cypress": "13.1.0",
47+
"cypress": "13.2.0",
4848
"eslint": "^8.49.0",
4949
"eslint-plugin-jest": "^27.4.0",
5050
"http-server": "^14.1.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,10 +1974,10 @@
19741974
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
19751975
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
19761976

1977-
"@types/node@*", "@types/node@^16.18.39":
1978-
version "16.18.39"
1979-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.39.tgz#aa39a1a87a40ef6098ee69689a1acb0c1b034832"
1980-
integrity sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ==
1977+
"@types/node@*", "@types/node@^18.17.5":
1978+
version "18.17.17"
1979+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.17.tgz#53cc07ce582c9d7c5850702a3c2cb0af0d7b0ca1"
1980+
integrity sha512-cOxcXsQ2sxiwkykdJqvyFS+MLQPLvIdwh5l6gNg8qF6s+C7XSkEWOZjK+XhUZd+mYvHV/180g2cnCcIl4l06Pw==
19811981

19821982
"@types/sinonjs__fake-timers@8.1.1":
19831983
version "8.1.1"
@@ -3670,14 +3670,14 @@ cssstyle@^3.0.0:
36703670
dependencies:
36713671
rrweb-cssom "^0.6.0"
36723672

3673-
cypress@13.1.0:
3674-
version "13.1.0"
3675-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.1.0.tgz#18f268e66662cd91b1766db18bd1f63a66592205"
3676-
integrity sha512-LUKxCYlB973QBFls1Up4FAE9QIYobT+2I8NvvAwMfQS2YwsWbr6yx7y9hmsk97iqbHkKwZW3MRjoK1RToBFVdQ==
3673+
cypress@13.2.0:
3674+
version "13.2.0"
3675+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.2.0.tgz#10f73d06a0764764ffbb903a31e96e2118dcfc1d"
3676+
integrity sha512-AvDQxBydE771GTq0TR4ZUBvv9m9ffXuB/ueEtpDF/6gOcvFR96amgwSJP16Yhqw6VhmwqspT5nAGzoxxB+D89g==
36773677
dependencies:
36783678
"@cypress/request" "^3.0.0"
36793679
"@cypress/xvfb" "^1.2.4"
3680-
"@types/node" "^16.18.39"
3680+
"@types/node" "^18.17.5"
36813681
"@types/sinonjs__fake-timers" "8.1.1"
36823682
"@types/sizzle" "^2.3.2"
36833683
arch "^2.2.0"

0 commit comments

Comments
 (0)