From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:00:32 +0000 (+0000) Subject: build(deps-dev): bump eslint-plugin-cypress from 2.15.1 to 2.15.2 X-Git-Tag: v28.0.9rc1~44^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=890fbe587307b88b754b8937e0dea00f9254917e;p=nextcloud-server.git build(deps-dev): bump eslint-plugin-cypress from 2.15.1 to 2.15.2 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.1 to 2.15.2. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.15.1...v2.15.2) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- diff --git a/package-lock.json b/package-lock.json index 23400140c24..d5178e27cc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -123,7 +123,7 @@ "cypress-split": "^1.21.0", "cypress-wait-until": "^2.0.1", "dockerode": "^4.0.2", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^2.15.2", "eslint-plugin-es": "^4.1.0", "exports-loader": "^4.0.0", "file-loader": "^6.2.0", @@ -12004,9 +12004,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz", - "integrity": "sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w==", + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz", + "integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==", "dev": true, "dependencies": { "globals": "^13.20.0" diff --git a/package.json b/package.json index 7359690b769..a9377885738 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "cypress-split": "^1.21.0", "cypress-wait-until": "^2.0.1", "dockerode": "^4.0.2", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^2.15.2", "eslint-plugin-es": "^4.1.0", "exports-loader": "^4.0.0", "file-loader": "^6.2.0",