Skip to content

Commit 1bce924

Browse files
Upgrade: [dependabot] - bump @middy/core from 7.2.2 to 7.3.0 (#3021)
Bumps [@middy/core](https://github.com/middyjs/middy/tree/HEAD/packages/core) from 7.2.2 to 7.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/middyjs/middy/releases"><code>@​middy/core</code>'s releases</a>.</em></p> <blockquote> <h2>7.3.0</h2> <h2>What's Changed</h2> <ul> <li>Add in {name}ValideOptions to all packages to allow for easy testing or runtime checks on options</li> <li>Removed package.json export requires that were left over cjs deprecation</li> <li>Security and test improvements</li> <li>chore(deps): bump github/codeql-action from 4.35.1 to 4.35.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/middyjs/middy/pull/1619">middyjs/middy#1619</a></li> <li>chore(deps): bump cloudflare/wrangler-action from 3.14.1 to 3.15.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/middyjs/middy/pull/1618">middyjs/middy#1618</a></li> <li>chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/middyjs/middy/pull/1617">middyjs/middy#1617</a></li> <li>chore(deps): bump softprops/action-gh-release from 2.6.1 to 3.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/middyjs/middy/pull/1616">middyjs/middy#1616</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/middyjs/middy/compare/7.2.3...7.3.0">https://github.com/middyjs/middy/compare/7.2.3...7.3.0</a></p> <h2>7.2.3</h2> <h2>What's Changed</h2> <ul> <li>fix(http-urlencode-body-parser): preserve duplicate keys as arrays using getAll() <a href="https://github.com/cloudyun888"><code>@​cloudyun888</code></a> <a href="https://github.com/middyjs/middy/tree/HEAD/packages/core/issues/1614">#1614</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/middyjs/middy/compare/7.2.2...7.2.3">https://github.com/middyjs/middy/compare/7.2.2...7.2.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/middyjs/middy/commit/28bffc57db20d4b05757b17c4b4750b38928066a"><code>28bffc5</code></a> chore: version bump</li> <li><a href="https://github.com/middyjs/middy/commit/678a000afba5f530f3706e3fd631eb513f6990ce"><code>678a000</code></a> test: improve coverage</li> <li><a href="https://github.com/middyjs/middy/commit/416ce6ca5d91f3a1d010900d5aec24c30bf568ac"><code>416ce6c</code></a> test: reduce fuzz noise. remove unused require export</li> <li><a href="https://github.com/middyjs/middy/commit/fd30d94d6406588048f67807f18265ff7fe7f454"><code>fd30d94</code></a> feat: add in optional valideOptions for each package</li> <li><a href="https://github.com/middyjs/middy/commit/4694d82f652650a5217c5a2cd7fc5cbdef2c6fb0"><code>4694d82</code></a> fix: edge cases</li> <li><a href="https://github.com/middyjs/middy/commit/88a8fd1f2a2b060e3abb198bcb2c303f5f962851"><code>88a8fd1</code></a> chore: version bump</li> <li><a href="https://github.com/middyjs/middy/commit/fbdb4e6e4fcd11ee2caa2248b0a6f7e2a84e777e"><code>fbdb4e6</code></a> fix: make sure plugin.requestEnd always runs</li> <li><a href="https://github.com/middyjs/middy/commit/7316d0a343ddbcb95790f5dfa3544b12b326ab3b"><code>7316d0a</code></a> test: improve fuzz coverage</li> <li><a href="https://github.com/middyjs/middy/commit/0516ad5aaa7797ee83bf4cb198499e57b550cb22"><code>0516ad5</code></a> test: improve perf test controls</li> <li><a href="https://github.com/middyjs/middy/commit/02056e21dc4a989b3f416a5aa21b692326863378"><code>02056e2</code></a> fix: small sec improvements</li> <li>See full diff in <a href="https://github.com/middyjs/middy/commits/7.3.0/packages/core">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58d95c8 commit 1bce924

13 files changed

Lines changed: 41 additions & 28 deletions

File tree

package-lock.json

Lines changed: 29 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/capabilityStatement/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@aws-lambda-powertools/commons": "^2.31.0",
1818
"@aws-lambda-powertools/logger": "^2.32.0",
19-
"@middy/core": "^7.1.2",
19+
"@middy/core": "^7.3.0",
2020
"@middy/input-output-logger": "^7.2.1",
2121
"@nhs/fhir-middy-error-handler": "^2.1.75"
2222
},

packages/checkPrescriptionStatusUpdates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@aws-lambda-powertools/parameters": "^2.32.0",
1919
"@aws-sdk/client-dynamodb": "^3.1016.0",
2020
"@aws-sdk/lib-dynamodb": "^3.1019.0",
21-
"@middy/core": "^7.1.2",
21+
"@middy/core": "^7.3.0",
2222
"@middy/http-header-normalizer": "^7.2.1",
2323
"@middy/input-output-logger": "^7.2.1",
2424
"@psu-common/middyErrorHandler": "^1.0.0"

packages/common/middyErrorHandler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@aws-lambda-powertools/logger": "^2.32.0"
1818
},
1919
"devDependencies": {
20-
"@middy/core": "^7.1.2",
20+
"@middy/core": "^7.3.0",
2121
"@psu-common/testing": "^1.0.0"
2222
}
2323
}

packages/cpsuLambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@aws-lambda-powertools/logger": "^2.32.0",
1919
"@aws-sdk/client-dynamodb": "^3.1016.0",
2020
"@aws-sdk/util-dynamodb": "^3.991.0",
21-
"@middy/core": "^7.1.2",
21+
"@middy/core": "^7.3.0",
2222
"@middy/http-header-normalizer": "^7.2.1",
2323
"@middy/input-output-logger": "^7.2.1",
2424
"@middy/validator": "6.4.1",

packages/gsul/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@aws-sdk/client-dynamodb": "^3.1016.0",
2020
"@aws-sdk/lib-dynamodb": "^3.1019.0",
2121
"@aws-sdk/util-dynamodb": "^3.991.0",
22-
"@middy/core": "^7.1.2",
22+
"@middy/core": "^7.3.0",
2323
"@middy/input-output-logger": "^7.2.1",
2424
"@middy/validator": "6.4.1",
2525
"@psu-common/middyErrorHandler": "^1.0.0",

packages/nhsNotifyLambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@aws-lambda-powertools/logger": "^2.32.0",
2020
"@aws-lambda-powertools/parameters": "^2.32.0",
2121
"@aws-sdk/client-ssm": "^3.1032.0",
22-
"@middy/core": "^7.1.2",
22+
"@middy/core": "^7.3.0",
2323
"@middy/input-output-logger": "^7.2.1",
2424
"@nhs/fhir-middy-error-handler": "^2.1.75",
2525
"axios": "^1.15.0",

packages/nhsNotifyUpdateCallback/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@aws-lambda-powertools/logger": "^2.32.0",
1919
"@aws-lambda-powertools/parameters": "^2.32.0",
2020
"@aws-sdk/client-secrets-manager": "^3.1019.0",
21-
"@middy/core": "^7.1.2",
21+
"@middy/core": "^7.3.0",
2222
"@middy/input-output-logger": "^7.2.1",
2323
"@nhs/fhir-middy-error-handler": "^2.1.75",
2424
"axios": "^1.15.0"

packages/nhsd-psu-sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@aws-lambda-powertools/logger": "^2.32.0",
17-
"@middy/core": "^7.1.2",
17+
"@middy/core": "^7.3.0",
1818
"@middy/input-output-logger": "^7.2.1",
1919
"@nhs/fhir-middy-error-handler": "^2.1.75"
2020
}

packages/postDatedLambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@aws-sdk/client-dynamodb": "^3.1016.0",
2020
"@aws-sdk/client-sqs": "^3.1019.0",
2121
"@aws-sdk/util-dynamodb": "^3.991.0",
22-
"@middy/core": "^7.1.2",
22+
"@middy/core": "^7.3.0",
2323
"@middy/input-output-logger": "^7.2.1",
2424
"@nhs/fhir-middy-error-handler": "^2.1.75",
2525
"@psu-common/commonTypes": "^1.0.0"

0 commit comments

Comments
 (0)