mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 23:27:46 -04:00
Merge pull request #58630 from nextcloud/dependabot/npm_and_yarn/stable33/cypress-15.11.0
[stable33] chore(deps-dev): Bump cypress from 15.10.0 to 15.11.0
This commit is contained in:
commit
8617e3239a
2 changed files with 17 additions and 9 deletions
24
package-lock.json
generated
24
package-lock.json
generated
|
|
@ -53,7 +53,7 @@
|
|||
"@vue/tsconfig": "^0.8.1",
|
||||
"@zip.js/zip.js": "^2.8.21",
|
||||
"concurrently": "^9.2.1",
|
||||
"cypress": "^15.10.0",
|
||||
"cypress": "^15.11.0",
|
||||
"cypress-axe": "^1.7.0",
|
||||
"cypress-if": "^1.13.2",
|
||||
"cypress-split": "^1.24.28",
|
||||
|
|
@ -6932,9 +6932,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "15.10.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.10.0.tgz",
|
||||
"integrity": "sha512-OtUh7OMrfEjKoXydlAD1CfG2BvKxIqgWGY4/RMjrqQ3BKGBo5JFKoYNH+Tpcj4xKxWH4XK0Xri+9y8WkxhYbqQ==",
|
||||
"version": "15.11.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.11.0.tgz",
|
||||
"integrity": "sha512-NXDE6/fqZuzh1Zr53nyhCCa4lcANNTYWQNP9fJO+tzD3qVTDaTUni5xXMuigYjMujQ7CRiT9RkJJONmPQSsDFw==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
|
@ -6976,9 +6976,10 @@
|
|||
"proxy-from-env": "1.0.0",
|
||||
"request-progress": "^3.0.0",
|
||||
"supports-color": "^8.1.1",
|
||||
"systeminformation": "^5.27.14",
|
||||
"systeminformation": "^5.31.1",
|
||||
"tmp": "~0.2.4",
|
||||
"tree-kill": "1.2.2",
|
||||
"tslib": "1.14.1",
|
||||
"untildify": "^4.0.0",
|
||||
"yauzl": "^2.10.0"
|
||||
},
|
||||
|
|
@ -7062,6 +7063,13 @@
|
|||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/cypress/node_modules/tslib": {
|
||||
"version": "1.14.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
||||
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
||||
"dev": true,
|
||||
"license": "0BSD"
|
||||
},
|
||||
"node_modules/dashdash": {
|
||||
"version": "1.14.1",
|
||||
"resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
|
||||
|
|
@ -16092,9 +16100,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/systeminformation": {
|
||||
"version": "5.27.14",
|
||||
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.27.14.tgz",
|
||||
"integrity": "sha512-3DoNDYSZBLxBwaJtQGWNpq0fonga/VZ47HY1+7/G3YoIPaPz93Df6egSzzTKbEMmlzUpy3eQ0nR9REuYIycXGg==",
|
||||
"version": "5.31.1",
|
||||
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.31.1.tgz",
|
||||
"integrity": "sha512-6pRwxoGeV/roJYpsfcP6tN9mep6pPeCtXbUOCdVa0nme05Brwcwdge/fVNhIZn2wuUitAKZm4IYa7QjnRIa9zA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"os": [
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
"@vue/tsconfig": "^0.8.1",
|
||||
"@zip.js/zip.js": "^2.8.21",
|
||||
"concurrently": "^9.2.1",
|
||||
"cypress": "^15.10.0",
|
||||
"cypress": "^15.11.0",
|
||||
"cypress-axe": "^1.7.0",
|
||||
"cypress-if": "^1.13.2",
|
||||
"cypress-split": "^1.24.28",
|
||||
|
|
|
|||
Loading…
Reference in a new issue