This is an automated email from the ASF dual-hosted git repository.
reiabreu 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 2d2f2ee0e Bump cypress from 15.14.2 to 15.15.0 in /storm-webapp (#8659)
2d2f2ee0e is described below
commit 2d2f2ee0e77fcd09c192d0bb78d0e6e7370abb61
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 18 23:53:32 2026 +0100
Bump cypress from 15.14.2 to 15.15.0 in /storm-webapp (#8659)
Bumps [cypress](https://github.com/cypress-io/cypress) from 15.14.2 to
15.15.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.14.2...v15.15.0)
---
updated-dependencies:
- dependency-name: cypress
dependency-version: 15.15.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 | 22 +++++++++++-----------
storm-webapp/package.json | 2 +-
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/storm-webapp/package-lock.json b/storm-webapp/package-lock.json
index 38ed75df5..f48f59c1e 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.14.2",
+ "cypress": "^15.15.0",
"express": "^5.2.1",
"mini-css-extract-plugin": "^2.10.2",
"start-server-and-test": "^3.0.4",
@@ -40,9 +40,9 @@
}
},
"node_modules/@cypress/request": {
- "version": "3.0.10",
- "resolved":
"https://registry.npmjs.org/@cypress/request/-/request-3.0.10.tgz",
- "integrity":
"sha512-hauBrOdvu08vOsagkZ/Aju5XuiZx6ldsLfByg1htFeldhex+PeMrYauANzFsMJeAA0+dyPLbDoX2OYuvVoLDkQ==",
+ "version": "4.0.0",
+ "resolved":
"https://registry.npmjs.org/@cypress/request/-/request-4.0.0.tgz",
+ "integrity":
"sha512-wGTQfwDMMMiz/muFw4YbCLwTh0uZsXKK+6zWBzftADpitSi6iM62C8GzEhNcng2srUiGPksOriQkA8zakW2R0g==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
@@ -62,11 +62,10 @@
"qs": "~6.14.1",
"safe-buffer": "^5.1.2",
"tough-cookie": "^5.0.0",
- "tunnel-agent": "^0.6.0",
- "uuid": "^8.3.2"
+ "tunnel-agent": "^0.6.0"
},
"engines": {
- "node": ">= 6"
+ "node": ">= 14.17.0"
}
},
"node_modules/@cypress/xvfb": {
@@ -1743,14 +1742,14 @@
"license": "CC0-1.0"
},
"node_modules/cypress": {
- "version": "15.14.2",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.2.tgz",
- "integrity":
"sha512-xMWg/iEImeIThRQZdnf3BFJT1a84apM/R91Feoa4vVWGuYWDphMT5jLhRVTBVlCgi+6axegF1zqhNyjhug2SsQ==",
+ "version": "15.15.0",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.15.0.tgz",
+ "integrity":
"sha512-N8qBv3AUYn6xfIG73O5O58kTClUBSZ7a3C08IQFkSGTUdEauJ3BqwTFb/f9KPZgadftoZjllC0XSwD7xNNolbA==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
- "@cypress/request": "^3.0.10",
+ "@cypress/request": "^4.0.0",
"@cypress/xvfb": "^1.2.4",
"@types/sinonjs__fake-timers": "8.1.1",
"@types/sizzle": "^2.3.2",
@@ -5660,6 +5659,7 @@
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity":
"sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"license": "MIT",
+ "peer": true,
"bin": {
"uuid": "dist/bin/uuid"
}
diff --git a/storm-webapp/package.json b/storm-webapp/package.json
index f941b4909..0c95ee77b 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.14.2",
+ "cypress": "^15.15.0",
"express": "^5.2.1",
"mini-css-extract-plugin": "^2.10.2",
"start-server-and-test": "^3.0.4",