diff --git a/package-lock.json b/package-lock.json index d807e5ef..8e8285f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1905,12 +1905,12 @@ } }, "node_modules/body-parser": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", - "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", + "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", "dependencies": { "bytes": "3.1.2", - "content-type": "~1.0.4", + "content-type": "~1.0.5", "debug": "2.6.9", "depd": "2.0.0", "destroy": "1.2.0", @@ -1918,7 +1918,7 @@ "iconv-lite": "0.4.24", "on-finished": "2.4.1", "qs": "6.11.0", - "raw-body": "2.5.1", + "raw-body": "2.5.2", "type-is": "~1.6.18", "unpipe": "1.0.0" }, @@ -2879,13 +2879,13 @@ } }, "node_modules/express": { - "version": "4.18.2", - "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", - "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", + "version": "4.18.3", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.3.tgz", + "integrity": "sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==", "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", - "body-parser": "1.20.1", + "body-parser": "1.20.2", "content-disposition": "0.5.4", "content-type": "~1.0.4", "cookie": "0.5.0", @@ -12064,9 +12064,9 @@ } }, "node_modules/raw-body": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", - "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", "dependencies": { "bytes": "3.1.2", "http-errors": "2.0.0", @@ -17722,7 +17722,7 @@ "dependencies": { "@api-ts/io-ts-http": "0.0.0-semantically-released", "@api-ts/typed-express-router": "0.0.0-semantically-released", - "express": "4.18.2", + "express": "4.18.3", "fp-ts": "^2.0.0", "io-ts": "2.1.3" }, @@ -17857,7 +17857,7 @@ "@types/supertest": "6.0.2", "@types/whatwg-url": "11.0.0", "c8": "9.1.0", - "express": "4.18.2", + "express": "4.18.3", "io-ts-types": "0.5.19", "superagent": "8.1.2", "supertest": "6.3.4", @@ -17887,7 +17887,7 @@ "dependencies": { "@api-ts/io-ts-http": "0.0.0-semantically-released", "@types/express": "4.17.21", - "express": "4.18.2", + "express": "4.18.3", "fp-ts": "^2.0.0", "io-ts": "2.1.3" }, diff --git a/packages/express-wrapper/package.json b/packages/express-wrapper/package.json index e800021e..6be490df 100644 --- a/packages/express-wrapper/package.json +++ b/packages/express-wrapper/package.json @@ -19,7 +19,7 @@ "dependencies": { "@api-ts/io-ts-http": "0.0.0-semantically-released", "@api-ts/typed-express-router": "0.0.0-semantically-released", - "express": "4.18.2", + "express": "4.18.3", "fp-ts": "^2.0.0", "io-ts": "2.1.3" }, diff --git a/packages/superagent-wrapper/package.json b/packages/superagent-wrapper/package.json index b9dcdef7..7a6331b9 100644 --- a/packages/superagent-wrapper/package.json +++ b/packages/superagent-wrapper/package.json @@ -30,7 +30,7 @@ "@types/supertest": "6.0.2", "@types/whatwg-url": "11.0.0", "c8": "9.1.0", - "express": "4.18.2", + "express": "4.18.3", "io-ts-types": "0.5.19", "superagent": "8.1.2", "supertest": "6.3.4", diff --git a/packages/typed-express-router/package.json b/packages/typed-express-router/package.json index 97ab024b..8ba54d88 100644 --- a/packages/typed-express-router/package.json +++ b/packages/typed-express-router/package.json @@ -19,7 +19,7 @@ "dependencies": { "@api-ts/io-ts-http": "0.0.0-semantically-released", "@types/express": "4.17.21", - "express": "4.18.2", + "express": "4.18.3", "fp-ts": "^2.0.0", "io-ts": "2.1.3" },