diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-07 02:50:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 02:50:21 +0000 |
commit | 39e492547dba23250b0f1681973b4cbecc9c9ffb (patch) | |
tree | 4dd87d99a8fd1b5bcc6acbae188269047286d58a /package.json | |
parent | 7a6191ebb9c6605feb62797804ac21266c763912 (diff) | |
download | nextcloud-server-39e492547dba23250b0f1681973b4cbecc9c9ffb.tar.gz nextcloud-server-39e492547dba23250b0f1681973b4cbecc9c9ffb.zip |
chore(deps-dev): bump cypress from 13.13.2 to 13.14.2
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.2 to 13.14.2.
- [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.13.2...v13.14.2)
---
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 27f34132c8f..da10198cc97 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "babel-plugin-module-resolver": "^5.0.2", "colord": "^2.9.3", "css-loader": "^6.8.1", - "cypress": "^13.13.1", + "cypress": "^13.14.2", "cypress-axe": "^1.5.0", "cypress-delete-downloads-folder": "^0.0.6", "cypress-if": "^1.12.5", |