diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-04 02:17:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-04 02:17:35 +0000 |
commit | e190d086c9d1259ff85dcb72c3fdb9ddfe767032 (patch) | |
tree | b0c860c5716888ed9cb8219ff4b694e83d20c20c /package.json | |
parent | 33e1db616dfbb38d9931e894484fc08dc4e185d6 (diff) | |
download | nextcloud-server-e190d086c9d1259ff85dcb72c3fdb9ddfe767032.tar.gz nextcloud-server-e190d086c9d1259ff85dcb72c3fdb9ddfe767032.zip |
chore(deps-dev): Bump cypress from 13.3.0 to 13.4.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.3.0 to 13.4.0.
- [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/v13.3.0...v13.4.0)
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 7771e16ce24..96c5851d470 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "babel-loader-exclude-node-modules-except": "^1.2.1", "colord": "^2.9.3", "css-loader": "^6.8.1", - "cypress": "^13.3.0", + "cypress": "^13.4.0", "cypress-axe": "^1.5.0", "cypress-if": "^1.10.5", "cypress-split": "^1.15.3", |