diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-20 13:34:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-20 13:34:43 +0000 |
commit | 5c5770ad41fc2a4ef4b9c06e22342eb1d5ebdb63 (patch) | |
tree | 6601252ae5f2106d76851d2b0fb583f617af45ec | |
parent | 4dd31463c8e3938a832634afdd266f78bdb59fd7 (diff) | |
parent | 2c8e3e3fc265ded90e27456da1c00a9f1792da9b (diff) | |
download | nextcloud-server-5c5770ad41fc2a4ef4b9c06e22342eb1d5ebdb63.tar.gz nextcloud-server-5c5770ad41fc2a4ef4b9c06e22342eb1d5ebdb63.zip |
Merge pull request #46653 from nextcloud/dependabot/npm_and_yarn/cypress-wait-until-3.0.2
-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 62bba154742..f55d0bda345 100644 --- a/package-lock.json +++ b/package-lock.json @@ -121,7 +121,7 @@ "cypress-axe": "^1.5.0", "cypress-if": "^1.10.5", "cypress-split": "^1.24.0", - "cypress-wait-until": "^3.0.1", + "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", "eslint-plugin-cypress": "^2.15.2", "eslint-plugin-es": "^4.1.0", @@ -10060,9 +10060,9 @@ } }, "node_modules/cypress-wait-until": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/cypress-wait-until/-/cypress-wait-until-3.0.1.tgz", - "integrity": "sha512-kpoa8yL6Bi/JNsThGBbrrm7g4SNzYyBUv9M5pF6/NTVm/ClY0HnJzeuWnHiAUZKIZ5l86Oedb12wQyjx7/CWPg==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/cypress-wait-until/-/cypress-wait-until-3.0.2.tgz", + "integrity": "sha512-iemies796dD5CgjG5kV0MnpEmKSH+s7O83ZoJLVzuVbZmm4lheMsZqAVT73hlMx4QlkwhxbyUzhOBUOZwoOe0w==", "dev": true }, "node_modules/cypress/node_modules/ansi-styles": { diff --git a/package.json b/package.json index 85aa8473a28..4f3335ec89b 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "cypress-axe": "^1.5.0", "cypress-if": "^1.10.5", "cypress-split": "^1.24.0", - "cypress-wait-until": "^3.0.1", + "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", "eslint-plugin-cypress": "^2.15.2", "eslint-plugin-es": "^4.1.0", |