chore(deps): bump express from 5.1.0 to 5.2.1 in /superset-websocket/utils/client-ws-app (#36373)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-02 15:21:58 -08:00
committed by GitHub
parent a8111de3ef
commit f955f0d133
2 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
"dependencies": {
"cookie-parser": "~1.4.7",
"debug": "~4.4.3",
"express": "~5.2.0",
"express": "~5.2.1",
"http-errors": "~2.0.1",
"jsonwebtoken": "^9.0.2",
"morgan": "~1.10.1",
@@ -405,9 +405,9 @@
}
},
"node_modules/express": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/express/-/express-5.2.0.tgz",
"integrity": "sha512-XdpJDLxfztVY59X0zPI6sibRiGcxhTPXRD3IhJmjKf2jwMvkRGV1j7loB8U+heeamoU3XvihAaGRTR4aXXUN3A==",
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
"integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
"dependencies": {
"accepts": "^2.0.0",
"body-parser": "^2.2.1",
@@ -1702,9 +1702,9 @@
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg=="
},
"express": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/express/-/express-5.2.0.tgz",
"integrity": "sha512-XdpJDLxfztVY59X0zPI6sibRiGcxhTPXRD3IhJmjKf2jwMvkRGV1j7loB8U+heeamoU3XvihAaGRTR4aXXUN3A==",
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
"integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
"requires": {
"accepts": "^2.0.0",
"body-parser": "^2.2.1",

View File

@@ -8,7 +8,7 @@
"dependencies": {
"cookie-parser": "~1.4.7",
"debug": "~4.4.3",
"express": "~5.2.0",
"express": "~5.2.1",
"http-errors": "~2.0.1",
"jsonwebtoken": "^9.0.2",
"morgan": "~1.10.1",