Skip to content

Commit fbf0954

Browse files
Upgrade: [dependabot] - bump constructs from 10.4.3 to 10.4.4 (#406)
Bumps [constructs](https://github.com/aws/constructs) from 10.4.3 to 10.4.4. <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.4</h2> <h2><a href="https://github.com/aws/constructs/compare/v10.4.3...v10.4.4">10.4.4</a> (2025-12-11)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>python:</strong> only allow Typeguard 2.x (<a href="https://redirect.github.com/aws/constructs/issues/2831">#2831</a>) (<a href="https://github.com/aws/constructs/commit/04ca69c40d88297225cb4012f58cd23cf429b819">04ca69c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/constructs/commit/04ca69c40d88297225cb4012f58cd23cf429b819"><code>04ca69c</code></a> fix(python): only allow Typeguard 2.x (<a href="https://redirect.github.com/aws/constructs/issues/2831">#2831</a>)</li> <li><a href="https://github.com/aws/constructs/commit/aaf6d772af1e581c8a8e046fa1577ff70496e243"><code>aaf6d77</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2830">#2830</a>)</li> <li><a href="https://github.com/aws/constructs/commit/0980d56a30596ec89e64bb47d150f8b3f30b6d1d"><code>0980d56</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2829">#2829</a>)</li> <li><a href="https://github.com/aws/constructs/commit/41c7a17b1eff75ef9668f1144dd087c6f88e7e6c"><code>41c7a17</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2828">#2828</a>)</li> <li><a href="https://github.com/aws/constructs/commit/b0ac5f927237d9394d36dc3e4ebfb10a102d9de9"><code>b0ac5f9</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2827">#2827</a>)</li> <li><a href="https://github.com/aws/constructs/commit/886066732a064bca898906062cd6860d960054f5"><code>8860667</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2826">#2826</a>)</li> <li><a href="https://github.com/aws/constructs/commit/d792389d69e4e1a646729efb51994d1428581a88"><code>d792389</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2824">#2824</a>)</li> <li>See full diff in <a href="https://github.com/aws/constructs/compare/v10.4.3...v10.4.4">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.3&new-version=10.4.4)](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 5d988e6 commit fbf0954

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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
@@ -37,7 +37,7 @@
3737
"aws-cdk": "^2.1100.1",
3838
"aws-cdk-lib": "^2.230.0",
3939
"cdk-nag": "^2.37.52",
40-
"constructs": "^10.4.3",
40+
"constructs": "^10.4.4",
4141
"esbuild": "^0.27.0"
4242
},
4343
"publishConfig": {

packages/cdkConstructs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"aws-cdk": "^2.1100.1",
2424
"aws-cdk-lib": "^2.230.0",
2525
"cdk-nag": "^2.37.52",
26-
"constructs": "^10.4.3"
26+
"constructs": "^10.4.4"
2727
},
2828
"bugs": {
2929
"url": "https://github.com/NHSDigital/eps-cdk-utils/issues"

0 commit comments

Comments
 (0)