diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-24 18:20:25 +0000 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2025-02-26 16:12:00 +0100 |
commit | 7e87d9f38c23172909fd6fe10e07ba4bb0ab104a (patch) | |
tree | 2494cf23991a6d22f214655a174c0b984d799067 | |
parent | 6a8bccc023db58f151393463e9a8ef7d9fb45dd6 (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/stable29/nextcloud/cypress-1.0.0-beta.14.tar.gz nextcloud-server-dependabot/npm_and_yarn/stable29/nextcloud/cypress-1.0.0-beta.14.zip |
chore(deps-dev): bump @nextcloud/cypressdependabot/npm_and_yarn/stable29/nextcloud/cypress-1.0.0-beta.14
Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.13 to 1.0.0-beta.14.
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases)
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.13...v1.0.0-beta.14)
---
updated-dependencies:
- dependency-name: "@nextcloud/cypress"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 748d8ae158c..e94eb1e3092 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,7 @@ "@cypress/webpack-preprocessor": "^6.0.2", "@jest/globals": "^29.7.0", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/cypress": "^1.0.0-beta.13", + "@nextcloud/cypress": "^1.0.0-beta.14", "@nextcloud/eslint-config": "^v8.3.0-beta.2", "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/typings": "^1.8.0", @@ -4430,9 +4430,9 @@ } }, "node_modules/@nextcloud/cypress": { - "version": "1.0.0-beta.13", - "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.13.tgz", - "integrity": "sha512-ggs4IEV87KWJUdpT6Shs/C/x9+zRI4v4E4h0aYX3qTxMFxub8gLUYmCSVP3AmE2qGIArezfzPb5EDy9QQk5waA==", + "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": { diff --git a/package.json b/package.json index 6fda72a6db0..84c54923a18 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "@cypress/webpack-preprocessor": "^6.0.2", "@jest/globals": "^29.7.0", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/cypress": "^1.0.0-beta.13", + "@nextcloud/cypress": "^1.0.0-beta.14", "@nextcloud/eslint-config": "^v8.3.0-beta.2", "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/typings": "^1.8.0", |