Skip to content

Commit 785589b

Browse files
build(deps-dev): bump cypress from 9.5.2 to 9.5.3 (#6067)
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.5.2 to 9.5.3. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](cypress-io/cypress@v9.5.2...v9.5.3) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5744be7 commit 785589b

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"copy-webpack-plugin": "^10.2.4",
8787
"css-loader": "^6.7.1",
8888
"css-minimizer-webpack-plugin": "^3.4.1",
89-
"cypress": "^9.5.2",
89+
"cypress": "^9.5.3",
9090
"directory-tree": "^3.2.2",
9191
"directory-tree-webpack-plugin": "^1.0.3",
9292
"duplexer": "^0.1.1",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4437,10 +4437,10 @@ csstype@^3.0.6:
44374437
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.6.tgz#865d0b5833d7d8d40f4e5b8a6d76aea3de4725ef"
44384438
integrity sha512-+ZAmfyWMT7TiIlzdqJgjMb7S4f1beorDbWbsocyK4RaiqA5RTX3K14bnBWmmA9QEM0gRdsjyyrEmcyga8Zsxmw==
44394439

4440-
cypress@^9.5.2:
4441-
version "9.5.2"
4442-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.5.2.tgz#8fb6ee4a890fbc35620800810bf6fb11995927bd"
4443-
integrity sha512-gYiQYvJozMzDOriUV1rCt6CeRM/pRK4nhwGJj3nJQyX2BoUdTCVwp30xDMKc771HiNVhBtgj5o5/iBdVDVXQUg==
4440+
cypress@^9.5.3:
4441+
version "9.5.3"
4442+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.5.3.tgz#7c56b50fc1f1aa69ef10b271d895aeb4a1d7999e"
4443+
integrity sha512-ItelIVmqMTnKYbo1JrErhsGgQGjWOxCpHT1TfMvwnIXKXN/OSlPjEK7rbCLYDZhejQL99PmUqul7XORI24Ik0A==
44444444
dependencies:
44454445
"@cypress/request" "^2.88.10"
44464446
"@cypress/xvfb" "^1.2.4"
@@ -4474,7 +4474,7 @@ cypress@^9.5.2:
44744474
listr2 "^3.8.3"
44754475
lodash "^4.17.21"
44764476
log-symbols "^4.0.0"
4477-
minimist "^1.2.5"
4477+
minimist "^1.2.6"
44784478
ospath "^1.2.2"
44794479
pretty-bytes "^5.6.0"
44804480
proxy-from-env "1.0.0"
@@ -8784,11 +8784,16 @@ minimatch@~3.0.5:
87848784
dependencies:
87858785
brace-expansion "^1.1.7"
87868786

8787-
[email protected], [email protected], minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
8787+
87888788
version "1.2.5"
87898789
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
87908790
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
87918791

8792+
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
8793+
version "1.2.6"
8794+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
8795+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
8796+
87928797
minipass@^2.2.0:
87938798
version "2.9.0"
87948799
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"

0 commit comments

Comments
 (0)