diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-04 03:41:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-04 03:41:20 +0000 |
commit | 7289aa89fbc8ed9271b11c87e75269f51b0491eb (patch) | |
tree | b0c860c5716888ed9cb8219ff4b694e83d20c20c | |
parent | 33e1db616dfbb38d9931e894484fc08dc4e185d6 (diff) | |
parent | e190d086c9d1259ff85dcb72c3fdb9ddfe767032 (diff) | |
download | nextcloud-server-7289aa89fbc8ed9271b11c87e75269f51b0491eb.tar.gz nextcloud-server-7289aa89fbc8ed9271b11c87e75269f51b0491eb.zip |
Merge pull request #41280 from nextcloud/dependabot/npm_and_yarn/cypress-13.4.0
-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 a40a7e67357..a2eeecae584 100644 --- a/package-lock.json +++ b/package-lock.json @@ -115,7 +115,7 @@ "babel-loader-exclude-node-modules-except": "^1.2.1", "colord": "^2.9.3", "css-loader": "^6.8.1", - "cypress": "^13.3.0", + "cypress": "^13.4.0", "cypress-axe": "^1.5.0", "cypress-if": "^1.10.5", "cypress-split": "^1.15.3", @@ -9961,9 +9961,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.0.tgz", - "integrity": "sha512-mpI8qcTwLGiA4zEQvTC/U1xGUezVV4V8HQCOYjlEOrVmU1etVvxOjkCXHGwrlYdZU/EPmUiWfsO3yt1o+Q2bgw==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.4.0.tgz", + "integrity": "sha512-KeWNC9xSHG/ewZURVbaQsBQg2mOKw4XhjJZFKjWbEjgZCdxpPXLpJnfq5Jns1Gvnjp6AlnIfpZfWFlDgVKXdWQ==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 7771e16ce24..96c5851d470 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "babel-loader-exclude-node-modules-except": "^1.2.1", "colord": "^2.9.3", "css-loader": "^6.8.1", - "cypress": "^13.3.0", + "cypress": "^13.4.0", "cypress-axe": "^1.5.0", "cypress-if": "^1.10.5", "cypress-split": "^1.15.3", |