Skip to content

Commit 9df6249

Browse files
Upgrade: [dependabot] - bump constructs from 10.4.5 to 10.5.1 (#526)
Bumps [constructs](https://github.com/aws/constructs) from 10.4.5 to 10.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/constructs/releases">constructs's releases</a>.</em></p> <blockquote> <h2>v10.5.0</h2> <h2><a href="https://github.com/aws/constructs/compare/v10.4.5...v10.5.0">10.5.0</a> (2026-02-17)</h2> <h3>Features</h3> <ul> <li><strong>mixin:</strong> add IMixin interface and Construct.with() method (<a href="https://redirect.github.com/aws/constructs/issues/2843">#2843</a>) (<a href="https://github.com/aws/constructs/commit/0f1005b0c29e8edd5eec82434ab7a7fa1db296aa">0f1005b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/aws/constructs/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=constructs&package-manager=npm_and_yarn&previous-version=10.4.5&new-version=10.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f222d0 commit 9df6249

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"aws-cdk": "^2.1106.1",
3030
"aws-cdk-lib": "^2.238.0",
3131
"cdk-nag": "^2.37.52",
32-
"constructs": "^10.4.5",
32+
"constructs": "^10.5.1",
3333
"esbuild": "^0.27.3"
3434
}
3535
}

packages/cdkConstructs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"aws-cdk": "^2.1106.1",
2727
"aws-cdk-lib": "^2.238.0",
2828
"cdk-nag": "^2.37.52",
29-
"constructs": "^10.4.5"
29+
"constructs": "^10.5.1"
3030
},
3131
"bugs": {
3232
"url": "https://github.com/NHSDigital/eps-cdk-utils/issues"

0 commit comments

Comments
 (0)