Browse Source
Merge pull request #41030 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-cypress-2.15.1
chore(deps-dev): Bump eslint-plugin-cypress from 2.14.0 to 2.15.1
pull/41029/head
Ferdinand Thiessen
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
5 deletions
-
package-lock.json
-
package.json
|
|
@ -118,7 +118,7 @@ |
|
|
"cypress-if": "^1.10.5", |
|
|
"cypress-if": "^1.10.5", |
|
|
"cypress-wait-until": "^2.0.1", |
|
|
"cypress-wait-until": "^2.0.1", |
|
|
"dockerode": "^4.0.0", |
|
|
"dockerode": "^4.0.0", |
|
|
"eslint-plugin-cypress": "^2.14.0", |
|
|
|
|
|
|
|
|
"eslint-plugin-cypress": "^2.15.1", |
|
|
"eslint-plugin-es": "^4.1.0", |
|
|
"eslint-plugin-es": "^4.1.0", |
|
|
"exports-loader": "^4.0.0", |
|
|
"exports-loader": "^4.0.0", |
|
|
"file-loader": "^6.2.0", |
|
|
"file-loader": "^6.2.0", |
|
|
@ -11595,9 +11595,9 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/eslint-plugin-cypress": { |
|
|
"node_modules/eslint-plugin-cypress": { |
|
|
"version": "2.14.0", |
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.14.0.tgz", |
|
|
|
|
|
"integrity": "sha512-eW6tv7iIg7xujleAJX4Ujm649Bf5jweqa4ObPEIuueYRyLZt7qXGWhCY/n4bfeFW/j6nQZwbIBHKZt6EKcL/cg==", |
|
|
|
|
|
|
|
|
"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==", |
|
|
"dev": true, |
|
|
"dev": true, |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"globals": "^13.20.0" |
|
|
"globals": "^13.20.0" |
|
|
|
|
|
@ -145,7 +145,7 @@ |
|
|
"cypress-if": "^1.10.5", |
|
|
"cypress-if": "^1.10.5", |
|
|
"cypress-wait-until": "^2.0.1", |
|
|
"cypress-wait-until": "^2.0.1", |
|
|
"dockerode": "^4.0.0", |
|
|
"dockerode": "^4.0.0", |
|
|
"eslint-plugin-cypress": "^2.14.0", |
|
|
|
|
|
|
|
|
"eslint-plugin-cypress": "^2.15.1", |
|
|
"eslint-plugin-es": "^4.1.0", |
|
|
"eslint-plugin-es": "^4.1.0", |
|
|
"exports-loader": "^4.0.0", |
|
|
"exports-loader": "^4.0.0", |
|
|
"file-loader": "^6.2.0", |
|
|
"file-loader": "^6.2.0", |
|
|
|