diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-06 01:26:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-06 01:26:45 +0000 |
commit | 4ff93ceabe2c06ab1fc93da14d50786f4853a59a (patch) | |
tree | 4184583ba0a7a77c8902105769df103ed635e12e /package-lock.json | |
parent | 331e535a121828d398a0f197f7db279571a0e9b2 (diff) | |
download | nextcloud-server-4ff93ceabe2c06ab1fc93da14d50786f4853a59a.tar.gz nextcloud-server-4ff93ceabe2c06ab1fc93da14d50786f4853a59a.zip |
chore(deps-dev): bump cypress from 13.7.1 to 13.7.3
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.1 to 13.7.3.
- [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.3)
---
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 750b411ad70..70fc31cce63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -116,7 +116,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.3", "cypress-axe": "^1.5.0", "cypress-if": "^1.10.5", "cypress-split": "^1.21.2", @@ -9908,9 +9908,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.7.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.1.tgz", - "integrity": "sha512-4u/rpFNxOFCoFX/Z5h+uwlkBO4mWzAjveURi3vqdSu56HPvVdyGTxGw4XKGWt399Y1JwIn9E1L9uMXQpc0o55w==", + "version": "13.7.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.3.tgz", + "integrity": "sha512-uoecY6FTCAuIEqLUYkTrxamDBjMHTYak/1O7jtgwboHiTnS1NaMOoR08KcTrbRZFCBvYOiS4tEkQRmsV+xcrag==", "dev": true, "hasInstallScript": true, "dependencies": { |