This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new d07354e73 build(deps-dev): bump cypress from 15.16.0 to 15.18.0 in
/storm-webapp (#8853)
d07354e73 is described below
commit d07354e737a40caa156dd3c82380622325f42807
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 13:55:05 2026 +0200
build(deps-dev): bump cypress from 15.16.0 to 15.18.0 in /storm-webapp
(#8853)
Bumps [cypress](https://github.com/cypress-io/cypress) from 15.16.0 to
15.18.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.16.0...v15.18.0)
---
updated-dependencies:
- dependency-name: cypress
dependency-version: 15.18.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
storm-webapp/package-lock.json | 8 ++++----
storm-webapp/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/storm-webapp/package-lock.json b/storm-webapp/package-lock.json
index 5001d9d34..c2f8d80cc 100644
--- a/storm-webapp/package-lock.json
+++ b/storm-webapp/package-lock.json
@@ -30,7 +30,7 @@
"devDependencies": {
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^8.0.0",
- "cypress": "^15.16.0",
+ "cypress": "^15.18.0",
"express": "^5.2.1",
"mini-css-extract-plugin": "^2.10.2",
"start-server-and-test": "^3.0.5",
@@ -1728,9 +1728,9 @@
"license": "CC0-1.0"
},
"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==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
diff --git a/storm-webapp/package.json b/storm-webapp/package.json
index 613657994..ca17ad207 100644
--- a/storm-webapp/package.json
+++ b/storm-webapp/package.json
@@ -34,7 +34,7 @@
"devDependencies": {
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^8.0.0",
- "cypress": "^15.16.0",
+ "cypress": "^15.18.0",
"express": "^5.2.1",
"mini-css-extract-plugin": "^2.10.2",
"start-server-and-test": "^3.0.5",