chore: update dependency express to ^4.19.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-25 17:06:06 +00:00
parent 8b83de5d91
commit bfa045483c
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -24,7 +24,7 @@
"chai": "^5.1.0",
"eslint": "^8.57.0",
"eslint-config-loopback": "^13.1.0",
"express": "^4.19.1",
"express": "^4.19.2",
"lockfile-lint": "^4.13.2",
"mocha": "^10.3.0",
"supertest": "^6.3.4"
@ -1854,9 +1854,9 @@
}
},
"node_modules/express": {
"version": "4.19.1",
"resolved": "https://registry.npmjs.org/express/-/express-4.19.1.tgz",
"integrity": "sha512-K4w1/Bp7y8iSiVObmCrtq8Cs79XjJc/RU2YYkZQ7wpUu5ZyZ7MtPHkqoMz4pf+mgXfNvo2qft8D9OnrH2ABk9w==",
"version": "4.19.2",
"resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz",
"integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==",
"dev": true,
"dependencies": {
"accepts": "~1.3.8",

View File

@ -32,7 +32,7 @@
"chai": "^5.1.0",
"eslint": "^8.57.0",
"eslint-config-loopback": "^13.1.0",
"express": "^4.19.1",
"express": "^4.19.2",
"lockfile-lint": "^4.13.2",
"mocha": "^10.3.0",
"supertest": "^6.3.4"