diff --git a/package-lock.json b/package-lock.json index 1ad8a141..74e56b02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "@tsconfig/node20": "^20.1.2", "@types/chance": "^1.1.4", "@types/compression": "^1.7.3", - "@types/express": "^4.17.19", + "@types/express": "^4.17.20", "@types/jest": "^29.5.5", "@types/lodash": "^4.14.199", "@types/node": "^20.8.6", @@ -3285,9 +3285,9 @@ "dev": true }, "node_modules/@types/express": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.19.tgz", - "integrity": "sha512-UtOfBtzN9OvpZPPbnnYunfjM7XCI4jyk1NvnFhTVz5krYAnW4o5DCoIekvms+8ApqhB4+9wSge1kBijdfTSmfg==", + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.20.tgz", + "integrity": "sha512-rOaqlkgEvOW495xErXMsmyX3WKBInbhG5eqojXYi3cGUaLoRDlXa5d52fkfWZT963AZ3v2eZ4MbKE6WpDAGVsw==", "dev": true, "dependencies": { "@types/body-parser": "*", diff --git a/package.json b/package.json index c5f07638..044726a2 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@tsconfig/node20": "^20.1.2", "@types/chance": "^1.1.4", "@types/compression": "^1.7.3", - "@types/express": "^4.17.19", + "@types/express": "^4.17.20", "@types/jest": "^29.5.5", "@types/lodash": "^4.14.199", "@types/node": "^20.8.6",