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 | |
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>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index fede7356281..5a3370f95b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -117,7 +117,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", @@ -9961,9 +9961,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.0.tgz", - "integrity": "sha512-ou/MQUDq4tcDJI2FsPaod2FZpex4kpIK43JJlcBgWrX8WX7R/05ZxGTuxedOuZBfxjZxja+fbijZGyxiLP6CFA==", + "version": "13.13.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.1.tgz", + "integrity": "sha512-8F9UjL5MDUdgC/S5hr8CGLHbS5gGht5UOV184qc2pFny43fnkoaKxlzH/U6//zmGu/xRTaKimNfjknLT8+UDFg==", "dev": true, "hasInstallScript": true, "dependencies": { 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", |