diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-19 01:22:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-19 01:22:52 +0000 |
commit | 8324fa04511ce48d3a98cdb92d0c1eef35e6f062 (patch) | |
tree | 9da63ee567beee58368b2fa0493fd78bb4da9e91 /package.json | |
parent | 3bdcc36f03ffca8b4f5b9de4dd05210e4d277bd4 (diff) | |
download | nextcloud-server-8324fa04511ce48d3a98cdb92d0c1eef35e6f062.tar.gz nextcloud-server-8324fa04511ce48d3a98cdb92d0c1eef35e6f062.zip |
chore(deps-dev): Bump cypress from 12.17.3 to 12.17.4
Bumps [cypress](https://github.com/cypress-io/cypress) from 12.17.3 to 12.17.4.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v12.17.3...v12.17.4)
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f1af310bb8d..6047380211f 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "babel-loader": "^9.1.0", "babel-loader-exclude-node-modules-except": "^1.2.1", "css-loader": "^6.8.1", - "cypress": "^12.12.0", + "cypress": "^12.17.4", "cypress-wait-until": "^1.7.2", "dockerode": "^3.3.5", "eslint-plugin-cypress": "^2.14.0", |