chore(base-driver): update dependency express to v5.2.1 (#21772)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-02 13:33:26 +00:00
committed by GitHub
parent 7e8cc784c8
commit 9a0cb698bd
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -9552,9 +9552,9 @@
"license": "Apache-2.0"
},
"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==",
"license": "MIT",
"dependencies": {
"accepts": "^2.0.0",
@@ -20981,7 +20981,7 @@
"axios": "1.13.2",
"bluebird": "3.7.2",
"body-parser": "2.2.1",
"express": "5.2.0",
"express": "5.2.1",
"fastest-levenshtein": "1.0.16",
"http-status-codes": "2.3.0",
"lodash": "4.17.21",
@@ -22371,7 +22371,7 @@
"axios": "1.13.2",
"bluebird": "3.7.2",
"body-parser": "2.2.1",
"express": "5.2.0",
"express": "5.2.1",
"fastest-levenshtein": "1.0.16",
"http-status-codes": "2.3.0",
"lodash": "4.17.21",
@@ -29326,9 +29326,9 @@
"dev": true
},
"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

@@ -52,7 +52,7 @@
"axios": "1.13.2",
"bluebird": "3.7.2",
"body-parser": "2.2.1",
"express": "5.2.0",
"express": "5.2.1",
"fastest-levenshtein": "1.0.16",
"http-status-codes": "2.3.0",
"lodash": "4.17.21",