diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-02 11:24:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-02 11:24:13 +0000 |
commit | bf387e571c3085007e1f697bf1180cda6d09b090 (patch) | |
tree | 22b7a740acb1821cf78ea35c4da0b0367154a0b9 | |
parent | 8e06e757171fb8cb6dde657b3ff865f6c23f10fb (diff) | |
parent | 95c6a23a789ac1033e2e9b177749f0518c2a3117 (diff) | |
download | nextcloud-server-bf387e571c3085007e1f697bf1180cda6d09b090.tar.gz nextcloud-server-bf387e571c3085007e1f697bf1180cda6d09b090.zip |
Merge pull request #51156 from nextcloud/dependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.14
-rw-r--r-- | package-lock.json | 9 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 52f719fe0b5..fd5b16e45a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,7 +94,7 @@ "@cypress/vue2": "^2.1.1", "@cypress/webpack-preprocessor": "^6.0.2", "@nextcloud/babel-config": "^1.2.0", - "@nextcloud/cypress": "^1.0.0-beta.12", + "@nextcloud/cypress": "^1.0.0-beta.14", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/typings": "^1.9.1", @@ -3649,10 +3649,11 @@ } }, "node_modules/@nextcloud/cypress": { - "version": "1.0.0-beta.12", - "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.12.tgz", - "integrity": "sha512-/o+DiuX5LKeaIKpRvBiao8e4WXl0GJY+jn1NZpFg3jzYDQz4jDFx+wANvAzIlPpxoRqkKPPifZWwZc4IMYe0XQ==", + "version": "1.0.0-beta.14", + "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.14.tgz", + "integrity": "sha512-qXs+VtdhgK5Mdahyp95FTBmxJfj49IiRkD1YqsyHo4PvexDO3qzbR+aIMESRjfcdz7iMyDkPRzRtsqGI4cQUmA==", "dev": true, + "license": "AGPL-3.0-or-later", "dependencies": { "dockerode": "^4.0.2", "fast-xml-parser": "^4.3.6", diff --git a/package.json b/package.json index 89c573572ab..e646eb96374 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "@cypress/vue2": "^2.1.1", "@cypress/webpack-preprocessor": "^6.0.2", "@nextcloud/babel-config": "^1.2.0", - "@nextcloud/cypress": "^1.0.0-beta.12", + "@nextcloud/cypress": "^1.0.0-beta.14", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/typings": "^1.9.1", |