Skip to content

chore(deps-dev): bump @guardian/cdk from 62.3.1 to 62.4.0#233

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/guardian/cdk-62.4.0
Mar 1, 2026
Merged

chore(deps-dev): bump @guardian/cdk from 62.3.1 to 62.4.0#233
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/guardian/cdk-62.4.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps @guardian/cdk from 62.3.1 to 62.4.0.

Release notes

Sourced from @​guardian/cdk's releases.

v62.4.0

Minor Changes

  • 62c6674: Add a class for safe instantiation of managed policies with a specific structure of path which enables them to be discoverable.

    This enables teams to define sets of permissions which are re-usable and can be used to create credentials suitable to approach a given workload, consistent with the Principle of Least Privilege. This is preferred to existing workflows where a wide-ranging developer role is used.

    These can be reused in multiple locations, so, for example, an EC2 instance can be given a specific set of permissions which are also identically available for a support task. Changing one would then change the other, ensuring encapsulation of requirements in a single place.

v62.3.5

Patch Changes

  • abf37bc: Update aws-cdk to ^2.1107.0, aws-cdk-lib to ^2.240.0, constructs to ^10.5.1
  • f0c4165: Update dependencies to resolve security vulnerability CVE-2026-26996.
  • 4baf9ed: Update dependencies to resolve security vulnerability CVE-2026-26278.

v62.3.4

Patch Changes

  • 7d08810: Remove unnecessary npm script from new project template

v62.3.3

Patch Changes

  • 7ad7ff0: Update aws-cdk to ^2.1105.0, aws-cdk-lib to ^2.238.0, constructs to ^10.4.5

v62.3.2

Patch Changes

  • c35e7db: Add the option to create a WAF parameter to GuEc2App.

    Various projects use WAF to protect their load balancer. This is implemented by an SSM Parameter which is picked up by WAF configuration.

    Rather than have multiple projects create the param, it is now possible to simply mark the GuEc2App as WAF enabled, and the param will be created with a standard format.

Changelog

Sourced from @​guardian/cdk's changelog.

62.4.0

Minor Changes

  • 62c6674: Add a class for safe instantiation of managed policies with a specific structure of path which enables them to be discoverable.

    This enables teams to define sets of permissions which are re-usable and can be used to create credentials suitable to approach a given workload, consistent with the Principle of Least Privilege. This is preferred to existing workflows where a wide-ranging developer role is used.

    These can be reused in multiple locations, so, for example, an EC2 instance can be given a specific set of permissions which are also identically available for a support task. Changing one would then change the other, ensuring encapsulation of requirements in a single place.

62.3.5

Patch Changes

  • abf37bc: Update aws-cdk to ^2.1107.0, aws-cdk-lib to ^2.240.0, constructs to ^10.5.1
  • f0c4165: Update dependencies to resolve security vulnerability CVE-2026-26996.
  • 4baf9ed: Update dependencies to resolve security vulnerability CVE-2026-26278.

62.3.4

Patch Changes

  • 7d08810: Remove unnecessary npm script from new project template

62.3.3

Patch Changes

  • 7ad7ff0: Update aws-cdk to ^2.1105.0, aws-cdk-lib to ^2.238.0, constructs to ^10.4.5

62.3.2

Patch Changes

  • c35e7db: Add the option to create a WAF parameter to GuEc2App.

    Various projects use WAF to protect their load balancer. This is implemented by an SSM Parameter which is picked up by WAF configuration.

    Rather than have multiple projects create the param, it is now possible to simply mark the GuEc2App as WAF enabled, and the param will be created with a standard format.

Commits

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2026
@github-actions github-actions bot enabled auto-merge March 1, 2026 20:24
@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2026

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/guardian/cdk-62.4.0 branch from 2eee43f to 83c2cf0 Compare March 1, 2026 20:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/guardian/cdk-62.4.0 branch from 83c2cf0 to 1fc1a8e Compare March 1, 2026 20:28
Bumps [@guardian/cdk](https://github.com/guardian/cdk) from 62.3.1 to 62.4.0.
- [Release notes](https://github.com/guardian/cdk/releases)
- [Changelog](https://github.com/guardian/cdk/blob/main/CHANGELOG.md)
- [Commits](guardian/cdk@v62.3.1...v62.4.0)

---
updated-dependencies:
- dependency-name: "@guardian/cdk"
  dependency-version: 62.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/guardian/cdk-62.4.0 branch from 1fc1a8e to fec1e6d Compare March 1, 2026 20:30
@github-actions github-actions bot merged commit 08d1e99 into main Mar 1, 2026
2 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/guardian/cdk-62.4.0 branch March 1, 2026 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants