diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-07 03:12:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 03:12:04 +0000 |
commit | 62e1e9ef1a858a64ff9b1da5460daceef9811aeb (patch) | |
tree | 4988cb563cb40f7df3b917880ff0f8f53ab39acb | |
parent | 5e986b5d02ac1c225d31ceb25e7f64c3afcd1add (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/stable28/nextcloud/cypress-1.0.0-beta.12.tar.gz nextcloud-server-dependabot/npm_and_yarn/stable28/nextcloud/cypress-1.0.0-beta.12.zip |
chore(deps-dev): bump @nextcloud/cypressdependabot/npm_and_yarn/stable28/nextcloud/cypress-1.0.0-beta.12
Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.10 to 1.0.0-beta.12.
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases)
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/1.0.0-beta.10...v1.0.0-beta.12)
---
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 50cec8a8202..09c5e8bed5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -98,7 +98,7 @@ "@cypress/webpack-preprocessor": "^6.0.2", "@jest/globals": "^29.7.0", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/cypress": "^1.0.0-beta.10", + "@nextcloud/cypress": "^1.0.0-beta.12", "@nextcloud/eslint-config": "^v8.3.0-beta.2", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^6.0.1", @@ -4358,9 +4358,9 @@ } }, "node_modules/@nextcloud/cypress": { - "version": "1.0.0-beta.10", - "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.10.tgz", - "integrity": "sha512-2Mfg6oDwz6cCnmgyvQ83bW+oM+p+F5YA4aBZk++vtQLURa+2qlNmsby/bxe0rOzAKUXWtBmKINKO64fBTNUWWw==", + "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==", "dev": true, "dependencies": { "dockerode": "^4.0.2", diff --git a/package.json b/package.json index 678ff94c7b8..5aa959680c7 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "@cypress/webpack-preprocessor": "^6.0.2", "@jest/globals": "^29.7.0", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/cypress": "^1.0.0-beta.10", + "@nextcloud/cypress": "^1.0.0-beta.12", "@nextcloud/eslint-config": "^v8.3.0-beta.2", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^6.0.1", |