Skip to content

Commit 5b02248

Browse files
Upgrade: [dependabot] - bump constructs from 10.4.4 to 10.4.5 (#304)
Bumps [constructs](https://github.com/aws/constructs) from 10.4.4 to 10.4.5. <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.4.5</h2> <h2><a href="https://github.com/aws/constructs/compare/v10.4.4...v10.4.5">10.4.5</a> (2026-01-16)</h2> <h3>Bug Fixes</h3> <ul> <li>save memory by lazy initializing all fields (<a href="https://redirect.github.com/aws/constructs/issues/2838">#2838</a>) (<a href="https://github.com/aws/constructs/commit/28249f87692e4c965a247d6aabad972ca8f6d0a5">28249f8</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/constructs/commit/28249f87692e4c965a247d6aabad972ca8f6d0a5"><code>28249f8</code></a> fix: save memory by lazy initializing all fields (<a href="https://redirect.github.com/aws/constructs/issues/2838">#2838</a>)</li> <li><a href="https://github.com/aws/constructs/commit/bf2d38d168c9bc13562655cdf6a37f7e38a1f554"><code>bf2d38d</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2837">#2837</a>)</li> <li><a href="https://github.com/aws/constructs/commit/b72aef97c6ac71afe57053b8d19eaddc842313d0"><code>b72aef9</code></a> chore: update maven central badge in README (<a href="https://redirect.github.com/aws/constructs/issues/2836">#2836</a>)</li> <li><a href="https://github.com/aws/constructs/commit/4cdf55d3d1be7508262eba56032c5bfab11a6089"><code>4cdf55d</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2835">#2835</a>)</li> <li><a href="https://github.com/aws/constructs/commit/d3fb2281bf9a9caab4231f4352e8264c1d245131"><code>d3fb228</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2834">#2834</a>)</li> <li><a href="https://github.com/aws/constructs/commit/593648e867f2a5973a5d7f2690cbb96f1fc8d9db"><code>593648e</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2833">#2833</a>)</li> <li><a href="https://github.com/aws/constructs/commit/1f9d60cfa64d587e269058966f0375667d441818"><code>1f9d60c</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2832">#2832</a>)</li> <li>See full diff in <a href="https://github.com/aws/constructs/compare/v10.4.4...v10.4.5">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.4&new-version=10.4.5)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bba5dcd commit 5b02248

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
@@ -14,7 +14,7 @@
1414
"@cdklabs/generative-ai-cdk-constructs": "^0.1.312",
1515
"aws-cdk-lib": "^2.235.0",
1616
"cdk-nag": "^2.37.55",
17-
"constructs": "^10.4.4",
17+
"constructs": "^10.4.5",
1818
"source-map-support": "^0.5.21"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)