diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-03-16 13:50:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-16 13:50:26 +0100 |
commit | c66d95322db9fb4410e2856ee3409affaa3a1645 (patch) | |
tree | dcd89bbf9b33184c13fc1d1211078cb55cad8163 /package-lock.json | |
parent | ce6b57a31081bf07c4419efa5296981bb9522985 (diff) | |
parent | fb4bcb98de8d82534f50268cfba495ce7ea9b020 (diff) | |
download | nextcloud-server-c66d95322db9fb4410e2856ee3409affaa3a1645.tar.gz nextcloud-server-c66d95322db9fb4410e2856ee3409affaa3a1645.zip |
Merge pull request #44241 from nextcloud/dependabot/npm_and_yarn/cypress-13.7.0
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 2be4f27f517..8e3e8ce1e7e 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.6.5", + "cypress": "^13.7.0", "cypress-axe": "^1.5.0", "cypress-if": "^1.10.5", "cypress-split": "^1.15.3", @@ -9932,9 +9932,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.6.6", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.6.tgz", - "integrity": "sha512-S+2S9S94611hXimH9a3EAYt81QM913ZVA03pUmGDfLTFa5gyp85NJ8dJGSlEAEmyRsYkioS1TtnWtbv/Fzt11A==", + "version": "13.7.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.0.tgz", + "integrity": "sha512-UimjRSJJYdTlvkChcdcfywKJ6tUYuwYuk/n1uMMglrvi+ZthNhoRYcxnWgTqUtkl17fXrPAsD5XT2rcQYN1xKA==", "dev": true, "hasInstallScript": true, "dependencies": { |