diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-20 01:23:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-20 01:23:17 +0000 |
commit | 25e6c52efc5797d4e989754379f1c1e31d9077a7 (patch) | |
tree | 8522f83ed87505b26aed3a253a3f494ff7c265dc /package.json | |
parent | cdfa01abfc59d6b2eff7ee9421282d4ae2a2f168 (diff) | |
download | nextcloud-server-25e6c52efc5797d4e989754379f1c1e31d9077a7.tar.gz nextcloud-server-25e6c52efc5797d4e989754379f1c1e31d9077a7.zip |
chore(deps-dev): bump cypress from 13.13.0 to 13.13.1
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.0 to 13.13.1.
- [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.0...v13.13.1)
---
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 7949b954ee7..d94fbf225cc 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "babel-plugin-module-resolver": "^5.0.2", "colord": "^2.9.3", "css-loader": "^6.8.1", - "cypress": "^13.13.0", + "cypress": "^13.13.1", "cypress-axe": "^1.5.0", "cypress-if": "^1.10.5", "cypress-split": "^1.24.0", |