diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-10 08:30:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 08:30:41 +0000 |
commit | 70afad21906df5d49a1cd32a92162f8f070b243c (patch) | |
tree | 57ae4d914f272830c0b13543780f31d80b999031 /package.json | |
parent | 048e116301e04bb7e6c3881f532816081dc93c4d (diff) | |
download | nextcloud-server-70afad21906df5d49a1cd32a92162f8f070b243c.tar.gz nextcloud-server-70afad21906df5d49a1cd32a92162f8f070b243c.zip |
build(deps-dev): bump cypress from 13.7.1 to 13.7.2
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.1 to 13.7.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.7.1...v13.7.2)
---
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 65bb70f608b..1a9c86aa123 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "babel-loader-exclude-node-modules-except": "^1.2.1", "colord": "^2.9.3", "css-loader": "^6.8.1", - "cypress": "^13.7.1", + "cypress": "^13.7.2", "cypress-axe": "^1.5.0", "cypress-if": "^1.10.5", "cypress-split": "^1.21.0", |