aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-07-27 10:25:31 +0200
committerGitHub <noreply@github.com>2024-07-27 10:25:31 +0200
commitafd8452201c83fcbb1302b1b4158ebf563eaf749 (patch)
tree73890e2f721f51861763df00f4513ae1cf21db60 /package-lock.json
parente9edc53b76d5184a3a8bfc0897a45ec5d9a93668 (diff)
parent69603dbc23538bdaac59143bb6a84e3a029e2646 (diff)
downloadnextcloud-server-afd8452201c83fcbb1302b1b4158ebf563eaf749.tar.gz
nextcloud-server-afd8452201c83fcbb1302b1b4158ebf563eaf749.zip
Merge pull request #46795 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-cypress-3.4.0
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 3ea87e435a0..bcbffff290b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -123,7 +123,7 @@
"cypress-split": "^1.24.0",
"cypress-wait-until": "^3.0.2",
"dockerode": "^4.0.2",
- "eslint-plugin-cypress": "^2.15.2",
+ "eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-es": "^4.1.0",
"exports-loader": "^5.0.0",
"file-loader": "^6.2.0",
@@ -11891,15 +11891,15 @@
}
},
"node_modules/eslint-plugin-cypress": {
- "version": "2.15.2",
- "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz",
- "integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==",
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz",
+ "integrity": "sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA==",
"dev": true,
"dependencies": {
"globals": "^13.20.0"
},
"peerDependencies": {
- "eslint": ">= 3.2.1"
+ "eslint": ">=7"
}
},
"node_modules/eslint-plugin-cypress/node_modules/globals": {