diff --git a/package-lock.json b/package-lock.json index 3e90a110..8d1da698 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", "@eslint/eslintrc": "^3.3.1", - "@types/express": "^5.0.4", + "@types/express": "^5.0.5", "chai": "^6.2.0", "eslint": "^9.38.0", "eslint-config-loopback": "^13.1.0", @@ -637,15 +637,15 @@ "license": "MIT" }, "node_modules/@types/express": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.4.tgz", - "integrity": "sha512-g64dbryHk7loCIrsa0R3shBnEu5p6LPJ09bu9NG58+jz+cRUjFrc3Bz0kNQ7j9bXeCsrRDvNET1G54P/GJkAyA==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.5.tgz", + "integrity": "sha512-LuIQOcb6UmnF7C1PCFmEU1u2hmiHL43fgFQX67sN3H4Z+0Yk0Neo++mFsBjhOAuLzvlQeqAAkeDOZrJs9rzumQ==", "dev": true, "license": "MIT", "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^5.0.0", - "@types/serve-static": "*" + "@types/serve-static": "^1" } }, "node_modules/@types/express-serve-static-core": { diff --git a/package.json b/package.json index 26a00a3f..a03d1303 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", "@eslint/eslintrc": "^3.3.1", - "@types/express": "^5.0.4", + "@types/express": "^5.0.5", "chai": "^6.2.0", "eslint": "^9.38.0", "eslint-config-loopback": "^13.1.0",