diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-23 13:09:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-23 13:09:58 +0000 |
commit | 58a5caa2ae1e8c13c166b68c7856ed1a27194022 (patch) | |
tree | fbd1bf13a7490b5b928a50b903e6e8c23437a1cc /package-lock.json | |
parent | 28de774bcace1cd2295d7f41fb5d48a777882324 (diff) | |
download | nextcloud-server-58a5caa2ae1e8c13c166b68c7856ed1a27194022.tar.gz nextcloud-server-58a5caa2ae1e8c13c166b68c7856ed1a27194022.zip |
build(deps-dev): bump cypress from 13.7.0 to 13.7.1
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.0 to 13.7.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.7.0...v13.7.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-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index b48973c77f2..d450841daeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -117,7 +117,7 @@ "babel-loader-exclude-node-modules-except": "^1.2.1", "colord": "^2.9.3", "css-loader": "^6.8.1", - "cypress": "^13.7.0", + "cypress": "^13.7.1", "cypress-axe": "^1.5.0", "cypress-if": "^1.10.5", "cypress-split": "^1.21.0", @@ -9888,9 +9888,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.7.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.0.tgz", - "integrity": "sha512-UimjRSJJYdTlvkChcdcfywKJ6tUYuwYuk/n1uMMglrvi+ZthNhoRYcxnWgTqUtkl17fXrPAsD5XT2rcQYN1xKA==", + "version": "13.7.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.1.tgz", + "integrity": "sha512-4u/rpFNxOFCoFX/Z5h+uwlkBO4mWzAjveURi3vqdSu56HPvVdyGTxGw4XKGWt399Y1JwIn9E1L9uMXQpc0o55w==", "dev": true, "hasInstallScript": true, "dependencies": { |