Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
3ad70a2df7 chore(deps-dev): Bump cypress from 15.11.0 to 15.12.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 15.11.0 to 15.12.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v15.11.0...v15.12.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-version: 15.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-17 13:44:05 +00:00
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@@ -59,7 +59,7 @@
"react-icons": "^5.6.0",
"react-markdown": "^10.1.0",
"reconnecting-websocket": "^4.4.0",
"slugify": "^1.6.8",
"slugify": "^1.6.6",
"string-hash": "^1.1.3",
"url": "^0.11.4"
},
@@ -94,7 +94,7 @@
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "^4.1.0",
"cors": "^2.8.6",
"cypress": "^15.11.0",
"cypress": "^15.12.0",
"cypress-plugin-tab": "^2.0.0",
"eslint": "^10.0.3",
"eslint-plugin-react": "^7.37.5",
@@ -5672,9 +5672,9 @@
"license": "MIT"
},
"node_modules/cypress": {
"version": "15.11.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.11.0.tgz",
"integrity": "sha512-NXDE6/fqZuzh1Zr53nyhCCa4lcANNTYWQNP9fJO+tzD3qVTDaTUni5xXMuigYjMujQ7CRiT9RkJJONmPQSsDFw==",
"version": "15.12.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.12.0.tgz",
"integrity": "sha512-B2BRcudLfA4NZZP5QpA45J70bu1heCH59V1yKRLHAtiC49r7RV03X5ifUh7Nfbk8QNg93RAsc6oAmodm/+j0pA==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
@@ -13441,9 +13441,9 @@
}
},
"node_modules/slugify": {
"version": "1.6.8",
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.8.tgz",
"integrity": "sha512-HVk9X1E0gz3mSpoi60h/saazLKXKaZThMLU3u/aNwoYn8/xQyX2MGxL0ui2eaokkD7tF+Zo+cKTHUbe1mmmGzA==",
"version": "1.6.6",
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz",
"integrity": "sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==",
"license": "MIT",
"engines": {
"node": ">=8.0.0"

View File

@@ -76,7 +76,7 @@
"react-icons": "^5.6.0",
"react-markdown": "^10.1.0",
"reconnecting-websocket": "^4.4.0",
"slugify": "^1.6.8",
"slugify": "^1.6.6",
"string-hash": "^1.1.3",
"url": "^0.11.4"
},
@@ -128,7 +128,7 @@
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "^4.1.0",
"cors": "^2.8.6",
"cypress": "^15.11.0",
"cypress": "^15.12.0",
"cypress-plugin-tab": "^2.0.0",
"eslint": "^10.0.3",
"eslint-plugin-react": "^7.37.5",