diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-10 17:29:01 +0000 |
---|---|---|
committer | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2024-12-14 14:17:07 +0100 |
commit | 9122622dca0e1b1c986338841b18bd84a18c9fb4 (patch) | |
tree | 7c99635a41656d542f0d5ec26b4c1693e52b0f77 | |
parent | 2651d4964ec26696b5f8b1f5db48588a5d09ab01 (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/eslint-plugin-cypress-4.1.0.tar.gz nextcloud-server-dependabot/npm_and_yarn/eslint-plugin-cypress-4.1.0.zip |
chore(deps-dev): bump eslint-plugin-cypress from 3.5.0 to 4.1.0dependabot/npm_and_yarn/eslint-plugin-cypress-4.1.0
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.5.0 to 4.1.0.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.5.0...v4.1.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
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, 11 insertions, 28 deletions
diff --git a/package-lock.json b/package-lock.json index f157d915f6e..995b0b3b182 100644 --- a/package-lock.json +++ b/package-lock.json @@ -125,7 +125,7 @@ "cypress-split": "^1.24.0", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", - "eslint-plugin-cypress": "^3.5.0", + "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-es": "^4.1.0", "exports-loader": "^5.0.0", "file-loader": "^6.2.0", @@ -11853,41 +11853,24 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz", - "integrity": "sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.1.0.tgz", + "integrity": "sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg==", "dev": true, "dependencies": { - "globals": "^13.20.0" + "globals": "^15.11.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": "15.13.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz", + "integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==", "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 dbb84320df1..478eaa2172f 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "cypress-split": "^1.24.0", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", - "eslint-plugin-cypress": "^3.5.0", + "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-es": "^4.1.0", "exports-loader": "^5.0.0", "file-loader": "^6.2.0", |