Skip to content

Commit c7060b5

Browse files
Upgrade: [dependabot] - bump constructs from 10.5.1 to 10.6.0 (#626)
Bumps [constructs](https://github.com/aws/constructs) from 10.5.1 to 10.6.0. <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.6.0</h2> <h2><a href="https://github.com/aws/constructs/compare/v10.5.1...v10.6.0">10.6.0</a> (2026-03-23)</h2> <h3>Features</h3> <ul> <li>add stackTraceOverride option to MetadataOptions (<a href="https://redirect.github.com/aws/constructs/issues/2853">#2853</a>) (<a href="https://github.com/aws/constructs/commit/f1fd2869f9283dc52f3985856032f309b8002082">f1fd286</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/constructs/commit/f1fd2869f9283dc52f3985856032f309b8002082"><code>f1fd286</code></a> feat: add stackTraceOverride option to MetadataOptions (<a href="https://redirect.github.com/aws/constructs/issues/2853">#2853</a>)</li> <li><a href="https://github.com/aws/constructs/commit/809d63a21ccd62d6f77ec93f8daf999a4c84c590"><code>809d63a</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2852">#2852</a>)</li> <li><a href="https://github.com/aws/constructs/commit/c2298f1bf89a701e1d501f279aa71d7d33b91c2b"><code>c2298f1</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2851">#2851</a>)</li> <li><a href="https://github.com/aws/constructs/commit/eb0d0222c3d5ccf938efbee46cad626daf2cad9b"><code>eb0d022</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2850">#2850</a>)</li> <li><a href="https://github.com/aws/constructs/commit/780040f04d2beea3e62a5f9e2e4acc4522034d84"><code>780040f</code></a> chore(deps): upgrade dev dependencies (<a href="https://redirect.github.com/aws/constructs/issues/2849">#2849</a>)</li> <li>See full diff in <a href="https://github.com/aws/constructs/compare/v10.5.1...v10.6.0">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.5.1&new-version=10.6.0)](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 ac1a52f commit c7060b5

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
@@ -30,7 +30,7 @@
3030
"aws-cdk": "^2.1112.0",
3131
"aws-cdk-lib": "^2.244.0",
3232
"cdk-nag": "^2.37.52",
33-
"constructs": "^10.5.1",
33+
"constructs": "^10.6.0",
3434
"esbuild": "^0.27.4"
3535
}
3636
}

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.1112.0",
2727
"aws-cdk-lib": "^2.244.0",
2828
"cdk-nag": "^2.37.52",
29-
"constructs": "^10.5.1"
29+
"constructs": "^10.6.0"
3030
},
3131
"bugs": {
3232
"url": "https://github.com/NHSDigital/eps-cdk-utils/issues"

0 commit comments

Comments
 (0)