diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-31 02:04:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-31 02:04:38 +0000 |
commit | 0774eb2a106215146e2616e961d6875728faf215 (patch) | |
tree | 9213356b8314f5cf36552c9dcd99d291990ffb68 | |
parent | b2c3c610e7a8dc636bd97574fb6495560546c80a (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/eslint-plugin-cypress-5.0.1.tar.gz nextcloud-server-dependabot/npm_and_yarn/eslint-plugin-cypress-5.0.1.zip |
build(deps-dev): bump eslint-plugin-cypress from 3.6.0 to 5.0.1dependabot/npm_and_yarn/eslint-plugin-cypress-5.0.1
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.6.0 to 5.0.1.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.6.0...v5.0.1)
---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
dependency-version: 5.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 37 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 12 insertions, 27 deletions
diff --git a/package-lock.json b/package-lock.json index dc886419632..1c3f5d809e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -123,7 +123,7 @@ "cypress-split": "^1.24.17", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.6", - "eslint-plugin-cypress": "^3.6.0", + "eslint-plugin-cypress": "^5.0.1", "eslint-plugin-es": "^4.1.0", "exports-loader": "^5.0.0", "file-loader": "^6.2.0", @@ -12498,41 +12498,26 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz", - "integrity": "sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.0.1.tgz", + "integrity": "sha512-m1OlIo/tqlCQmxLNC+FE/ObDEB4GuGZqu0dO3+XdwJVErmQC1Wlw2jlBSV+jOdsTRdhjpT0qz49vdlIFKyU4dg==", "dev": true, + "license": "MIT", "dependencies": { - "globals": "^13.20.0" + "globals": "^16.2.0" }, "peerDependencies": { - "eslint": ">=7" + "eslint": ">=9" } }, "node_modules/eslint-plugin-cypress/node_modules/globals": { - "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", + "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", "dev": true, "license": "MIT", - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint-plugin-cypress/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "license": "(MIT OR CC0-1.0)", "engines": { - "node": ">=10" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index 3e8a0efaa51..3baf2cb8b1b 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "cypress-split": "^1.24.17", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.6", - "eslint-plugin-cypress": "^3.6.0", + "eslint-plugin-cypress": "^5.0.1", "eslint-plugin-es": "^4.1.0", "exports-loader": "^5.0.0", "file-loader": "^6.2.0", |