Skip to content

Commit ee17eda

Browse files
Upgrade: [dependabot] - bump constructs from 10.4.5 to 10.5.1 (#953)
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.1</h2> <h2><a href="https://github.com/aws/constructs/compare/v10.5.0...v10.5.1">10.5.1</a> (2026-02-19)</h2> <h3>Bug Fixes</h3> <ul> <li>provide default implementation of <code>with()</code> on <code>Node</code> class (<a href="https://redirect.github.com/aws/constructs/issues/2848">#2848</a>) (<a href="https://github.com/aws/constructs/commit/f0f37e53aaf784cebbe1bfa35a9dfb2d55cee743">f0f37e5</a>)</li> </ul> <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><a href="https://github.com/aws/constructs/commit/f0f37e53aaf784cebbe1bfa35a9dfb2d55cee743"><code>f0f37e5</code></a> fix: provide default implementation of <code>with()</code> on <code>Node</code> class (<a href="https://redirect.github.com/aws/constructs/issues/2848">#2848</a>)</li> <li><a href="https://github.com/aws/constructs/commit/a00cc11247fe564d2f8ff008fabf3675afa58903"><code>a00cc11</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2846">#2846</a>)</li> <li><a href="https://github.com/aws/constructs/commit/0f1005b0c29e8edd5eec82434ab7a7fa1db296aa"><code>0f1005b</code></a> feat(mixin): add IMixin interface and Construct.with() method (<a href="https://redirect.github.com/aws/constructs/issues/2843">#2843</a>)</li> <li><a href="https://github.com/aws/constructs/commit/eb900d5f9ff87c0468716117c0be45b99fba6182"><code>eb900d5</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2845">#2845</a>)</li> <li><a href="https://github.com/aws/constructs/commit/9c4d938bb0ef5be146293271c31ca64bea13266b"><code>9c4d938</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2844">#2844</a>)</li> <li><a href="https://github.com/aws/constructs/commit/8bfbd10e49f1a8442c730efc72d369a79c412fa3"><code>8bfbd10</code></a> chore: enforce consistent type imports and exports (<a href="https://redirect.github.com/aws/constructs/issues/2842">#2842</a>)</li> <li><a href="https://github.com/aws/constructs/commit/8fb617acd98713ca6e9b0ef4717396072d54d6d8"><code>8fb617a</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2841">#2841</a>)</li> <li><a href="https://github.com/aws/constructs/commit/cbf74073ac20155db3ed4085a731f18dbc647210"><code>cbf7407</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2840">#2840</a>)</li> <li>See full diff in <a href="https://github.com/aws/constructs/compare/v10.4.5...v10.5.1">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 999dc3d commit ee17eda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

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

packages/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"aws-cdk-lib": "^2.238.0",
1313
"cdk-nag": "^2.37.55",
14-
"constructs": "^10.4.5",
14+
"constructs": "^10.5.1",
1515
"source-map-support": "^0.5.21"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)