Skip to content

Commit 8f52c99

Browse files
Bump cypress from 9.1.1 to 9.2.0 in /src/main/webapp (#95)
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.1.1 to 9.2.0. - [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.1.1...v9.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 9460424 commit 8f52c99

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/main/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@types/yup": "^0.29.13",
8787
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
8888
"axios-mock-adapter": "^1.20.0",
89-
"cypress": "^9.1.1",
89+
"cypress": "^9.2.0",
9090
"enzyme": "^3.11.0",
9191
"http-proxy-middleware": "^2.0.1",
9292
"husky": "^7.0.4",

src/main/webapp/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5398,10 +5398,10 @@ cyclist@^1.0.1:
53985398
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
53995399
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
54005400

5401-
cypress@^9.1.1:
5402-
version "9.1.1"
5403-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.1.1.tgz#26720ca5a22077cd85f49745616b7a08152a298f"
5404-
integrity sha512-yWcYD8SEQ8F3okFbRPqSDj5V0xhrZBT5QRIH+P1J2vYvtEmZ4KGciHE7LCcZZLILOrs7pg4WNCqkj/XRvReQlQ==
5401+
cypress@^9.2.0:
5402+
version "9.2.0"
5403+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.2.0.tgz#727c20b4662167890db81d5f6ba615231835b17d"
5404+
integrity sha512-Jn26Tprhfzh/a66Sdj9SoaYlnNX6Mjfmj5PHu2a7l3YHXhrgmavM368wjCmgrxC6KHTOv9SpMQGhAJn+upDViA==
54055405
dependencies:
54065406
"@cypress/request" "^2.88.10"
54075407
"@cypress/xvfb" "^1.2.4"

0 commit comments

Comments
 (0)