Merge pull request #38232 from nextcloud/dependabot/npm_and_yarn/cypress-12.12.0

This commit is contained in:
dependabot[bot] 2023-05-18 03:54:03 +00:00 committed by GitHub
commit 1f9331ef5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View file

@ -113,7 +113,7 @@
"babel-loader": "^9.1.0",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"css-loader": "^6.7.1",
"cypress": "^12.11.0",
"cypress": "^12.12.0",
"cypress-wait-until": "^1.7.2",
"dockerode": "^3.3.5",
"eslint-plugin-cypress": "^2.13.3",
@ -8254,10 +8254,11 @@
"license": "MIT"
},
"node_modules/cypress": {
"version": "12.11.0",
"version": "12.12.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-12.12.0.tgz",
"integrity": "sha512-UU5wFQ7SMVCR/hyKok/KmzG6fpZgBHHfrXcHzDmPHWrT+UUetxFzQgt7cxCszlwfozckzwkd22dxMwl/vNkWRw==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@cypress/request": "^2.88.10",
"@cypress/xvfb": "^1.2.4",
@ -29410,7 +29411,9 @@
"dev": true
},
"cypress": {
"version": "12.11.0",
"version": "12.12.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-12.12.0.tgz",
"integrity": "sha512-UU5wFQ7SMVCR/hyKok/KmzG6fpZgBHHfrXcHzDmPHWrT+UUetxFzQgt7cxCszlwfozckzwkd22dxMwl/vNkWRw==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.10",

View file

@ -138,7 +138,7 @@
"babel-loader": "^9.1.0",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"css-loader": "^6.7.1",
"cypress": "^12.11.0",
"cypress": "^12.12.0",
"cypress-wait-until": "^1.7.2",
"dockerode": "^3.3.5",
"eslint-plugin-cypress": "^2.13.3",