Skip to content

Commit

Permalink
chore: dep update and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell committed Mar 2, 2024
1 parent e886e2d commit 02424c3
Show file tree
Hide file tree
Showing 39 changed files with 2,973 additions and 2,403 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["packages/*"],
"version": "5.2.5"
"version": "5.2.6"
}
5,208 changes: 2,889 additions & 2,319 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/monorepo",
"version": "5.2.5",
"version": "5.2.6",
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda",
"private": true,
"type": "module",
Expand Down Expand Up @@ -55,8 +55,8 @@
},
"homepage": "https://middy.js.org",
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@swc/cli": "^0.3.9",
"@swc/core": "^1.2.135",
"ava": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/appconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/appconfig",
"version": "5.2.5",
"version": "5.2.6",
"description": "AppConfig middleware for the middy framework",
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudwatch-metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/cloudwatch-metrics",
"version": "5.2.5",
"version": "5.2.6",
"description": "Embedded CloudWatch metrics middleware for the middy framework",
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/core",
"version": "5.2.5",
"version": "5.2.6",
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda (core package)",
"type": "module",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/do-not-wait-for-empty-event-loop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/do-not-wait-for-empty-event-loop",
"version": "5.2.5",
"version": "5.2.6",
"description": "Middleware for the middy framework that allows to easily disable the wait for empty event loop in a Lambda function",
"type": "module",
"engines": {
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431",
"devDependencies": {
"@middy/core": "5.2.5",
"@middy/core": "5.2.6",
"@types/aws-lambda": "^8.10.76"
}
}
2 changes: 1 addition & 1 deletion packages/dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/dynamodb",
"version": "5.2.5",
"version": "5.2.6",
"description": "DynamoDB middleware for the middy framework",
"type": "module",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/error-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/error-logger",
"version": "5.2.5",
"version": "5.2.6",
"description": "Input and output logger middleware for the middy framework",
"type": "module",
"engines": {
Expand Down Expand Up @@ -60,7 +60,7 @@
"url": "https://github.com/sponsors/willfarrell"
},
"devDependencies": {
"@middy/core": "5.2.5",
"@middy/core": "5.2.6",
"@types/node": "^20.0.0"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
Expand Down
6 changes: 3 additions & 3 deletions packages/event-normalizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/event-normalizer",
"version": "5.2.5",
"version": "5.2.6",
"description": "Parse and normalize AWS events middleware for the middy framework",
"type": "module",
"engines": {
Expand Down Expand Up @@ -62,10 +62,10 @@
"url": "https://github.com/sponsors/willfarrell"
},
"dependencies": {
"@middy/util": "5.2.5"
"@middy/util": "5.2.6"
},
"devDependencies": {
"@middy/core": "5.2.5",
"@middy/core": "5.2.6",
"@serverless/event-mocks": "^1.1.1"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
Expand Down
6 changes: 3 additions & 3 deletions packages/http-content-encoding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-content-encoding",
"version": "5.2.5",
"version": "5.2.6",
"description": "Http content encoding middleware for the middy framework",
"type": "module",
"engines": {
Expand Down Expand Up @@ -63,10 +63,10 @@
"url": "https://github.com/sponsors/willfarrell"
},
"dependencies": {
"@middy/util": "5.2.5"
"@middy/util": "5.2.6"
},
"devDependencies": {
"@middy/core": "5.2.5"
"@middy/core": "5.2.6"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
}
6 changes: 3 additions & 3 deletions packages/http-content-negotiation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-content-negotiation",
"version": "5.2.5",
"version": "5.2.6",
"description": "Http content negotiation middleware for the middy framework",
"type": "module",
"engines": {
Expand Down Expand Up @@ -60,11 +60,11 @@
"url": "https://github.com/sponsors/willfarrell"
},
"dependencies": {
"@middy/util": "5.2.5",
"@middy/util": "5.2.6",
"negotiator": "0.6.3"
},
"devDependencies": {
"@middy/core": "5.2.5"
"@middy/core": "5.2.6"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
}
6 changes: 3 additions & 3 deletions packages/http-cors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-cors",
"version": "5.2.5",
"version": "5.2.6",
"description": "CORS (Cross-Origin Resource Sharing) middleware for the middy framework",
"type": "module",
"engines": {
Expand Down Expand Up @@ -60,9 +60,9 @@
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431",
"dependencies": {
"@middy/util": "5.2.5"
"@middy/util": "5.2.6"
},
"devDependencies": {
"@middy/core": "5.2.5"
"@middy/core": "5.2.6"
}
}
6 changes: 3 additions & 3 deletions packages/http-error-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-error-handler",
"version": "5.2.5",
"version": "5.2.6",
"description": "Http error handler middleware for the middy framework",
"type": "module",
"engines": {
Expand Down Expand Up @@ -61,10 +61,10 @@
"url": "https://github.com/sponsors/willfarrell"
},
"dependencies": {
"@middy/util": "5.2.5"
"@middy/util": "5.2.6"
},
"devDependencies": {
"@middy/core": "5.2.5",
"@middy/core": "5.2.6",
"@types/http-errors": "^2.0.0",
"@types/node": "^20.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/http-event-normalizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-event-normalizer",
"version": "5.2.5",
"version": "5.2.6",
"description": "Http event normalizer middleware for the middy framework",
"type": "module",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/http-header-normalizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-header-normalizer",
"version": "5.2.5",
"version": "5.2.6",
"description": "Http header normalizer middleware for the middy framework",
"type": "module",
"engines": {
Expand Down Expand Up @@ -63,6 +63,6 @@
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431",
"devDependencies": {
"@middy/core": "5.2.5"
"@middy/core": "5.2.6"
}
}
2 changes: 1 addition & 1 deletion packages/http-json-body-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-json-body-parser",
"version": "5.2.5",
"version": "5.2.6",
"description": "Http JSON body parser middleware for the middy framework",
"type": "module",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/http-multipart-body-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-multipart-body-parser",
"version": "5.2.5",
"version": "5.2.6",
"description": "Http event normalizer middleware for the middy framework",
"type": "module",
"engines": {
Expand Down Expand Up @@ -60,7 +60,7 @@
"url": "https://github.com/sponsors/willfarrell"
},
"dependencies": {
"@fastify/busboy": "2.1.0"
"@fastify/busboy": "2.1.1"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.101",
Expand Down
6 changes: 3 additions & 3 deletions packages/http-partial-response/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-partial-response",
"version": "5.2.5",
"version": "5.2.6",
"description": "Http partial response middleware for the middy framework",
"type": "module",
"engines": {
Expand Down Expand Up @@ -61,11 +61,11 @@
"url": "https://github.com/sponsors/willfarrell"
},
"dependencies": {
"@middy/util": "5.2.5",
"@middy/util": "5.2.6",
"json-mask": "2.0.0"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431",
"devDependencies": {
"@middy/core": "5.2.5"
"@middy/core": "5.2.6"
}
}
6 changes: 3 additions & 3 deletions packages/http-response-serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-response-serializer",
"version": "5.2.5",
"version": "5.2.6",
"description": "The Http Serializer middleware lets you define serialization mechanisms based on the current content negotiation.",
"type": "module",
"engines": {
Expand Down Expand Up @@ -63,10 +63,10 @@
"url": "https://github.com/sponsors/willfarrell"
},
"dependencies": {
"@middy/util": "5.2.5"
"@middy/util": "5.2.6"
},
"devDependencies": {
"@middy/core": "5.2.5"
"@middy/core": "5.2.6"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
}
6 changes: 3 additions & 3 deletions packages/http-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-router",
"version": "5.2.5",
"version": "5.2.6",
"description": "HTTP event router for the middy framework",
"type": "module",
"engines": {
Expand Down Expand Up @@ -60,10 +60,10 @@
"url": "https://github.com/sponsors/willfarrell"
},
"dependencies": {
"@middy/util": "5.2.5"
"@middy/util": "5.2.6"
},
"devDependencies": {
"@middy/core": "5.2.5",
"@middy/core": "5.2.6",
"@types/aws-lambda": "^8.10.97"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
Expand Down
6 changes: 3 additions & 3 deletions packages/http-security-headers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-security-headers",
"version": "5.2.5",
"version": "5.2.6",
"description": "Applies best practice security headers to responses. It's a simplified port of HelmetJS",
"type": "module",
"engines": {
Expand Down Expand Up @@ -64,9 +64,9 @@
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431",
"dependencies": {
"@middy/util": "5.2.5"
"@middy/util": "5.2.6"
},
"devDependencies": {
"@middy/core": "5.2.5"
"@middy/core": "5.2.6"
}
}
2 changes: 1 addition & 1 deletion packages/http-urlencode-body-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-urlencode-body-parser",
"version": "5.2.5",
"version": "5.2.6",
"description": "Urlencode body parser middleware for the middy framework",
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/http-urlencode-path-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/http-urlencode-path-parser",
"version": "5.2.5",
"version": "5.2.6",
"description": "Urlencode path parser middleware for the middy framework",
"type": "module",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/input-output-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/input-output-logger",
"version": "5.2.5",
"version": "5.2.6",
"description": "Input and output logger middleware for the middy framework",
"type": "module",
"engines": {
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@datastream/core": "0.0.35",
"@middy/core": "5.2.5",
"@middy/core": "5.2.6",
"@types/node": "^20.0.0"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
Expand Down
2 changes: 1 addition & 1 deletion packages/rds-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/rds-signer",
"version": "5.2.5",
"version": "5.2.6",
"description": "RDS (Relational Database Service) credentials middleware for the middy framework",
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/s3-object-response/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/s3-object-response",
"version": "5.2.5",
"version": "5.2.6",
"description": "S3 object response handling middleware for the middy framework",
"type": "module",
"engines": {
Expand Down

0 comments on commit 02424c3

Please sign in to comment.