This commit is contained in:
dependabot[bot] 2026-08-13 11:34:31 +07:00 committed by GitHub
commit 4f6a5355c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

View file

@ -31,6 +31,7 @@
"@types/qrcode": "~1.5.0",
"bootstrap": "~5.3.8",
"clipboard": "^2.0.11",
"cypress": "15.18.0",
"domino": "^2.1.6",
"echarts": "~6.1.0",
"ngx-echarts": "~20.0.2",
@ -56,7 +57,7 @@
},
"optionalDependencies": {
"@cypress/schematic": "^2.5.0",
"cypress": "^15.16.0",
"cypress": "^15.18.0",
"cypress-fail-on-console-error": "~5.1.1",
"cypress-wait-until": "^3.0.1",
"mock-socket": "~9.3.1",
@ -10364,9 +10365,9 @@
}
},
"node_modules/cypress": {
"version": "15.16.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.16.0.tgz",
"integrity": "sha512-fy0M0c9xDLEp4v9y7LLKFeAQhIdDsobxDSKpD3JcZpqQefjy9TSzEyVV3HA0zu7hUi0bGHlSYlI7ASub8wgR9A==",
"version": "15.18.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.18.0.tgz",
"integrity": "sha512-aLfOYSLlVt1b6QSoVUjbCY27taZlYAT8ST47xQbwd9pvQrY/g5gXi12yItZTB+kxkkj+ZcvUYmRLUC95SlCJsw==",
"hasInstallScript": true,
"optional": true,
"dependencies": {
@ -24818,9 +24819,9 @@
"integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="
},
"cypress": {
"version": "15.16.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.16.0.tgz",
"integrity": "sha512-fy0M0c9xDLEp4v9y7LLKFeAQhIdDsobxDSKpD3JcZpqQefjy9TSzEyVV3HA0zu7hUi0bGHlSYlI7ASub8wgR9A==",
"version": "15.18.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.18.0.tgz",
"integrity": "sha512-aLfOYSLlVt1b6QSoVUjbCY27taZlYAT8ST47xQbwd9pvQrY/g5gXi12yItZTB+kxkkj+ZcvUYmRLUC95SlCJsw==",
"optional": true,
"requires": {
"@cypress/request": "^4.0.0",

View file

@ -106,7 +106,7 @@
},
"optionalDependencies": {
"@cypress/schematic": "^2.5.0",
"cypress": "^15.16.0",
"cypress": "^15.18.0",
"cypress-fail-on-console-error": "~5.1.1",
"cypress-wait-until": "^3.0.1",
"mock-socket": "~9.3.1",