Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the cdk-infra-deps group across 1 directory with 16 updates #412

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 28, 2024

Bumps the cdk-infra-deps group with 15 updates in the /cdk_infra directory:

Package From To
@aws-cdk/lambda-layer-kubectl-v26 2.0.1 2.1.0
aws-cdk-lib 2.89.0 2.143.0
constructs 10.2.69 10.3.0
@types/js-yaml 4.0.5 4.0.9
@types/node 20.4.5 20.12.12
@typescript-eslint/eslint-plugin 6.2.1 7.11.0
@typescript-eslint/parser 6.2.1 7.11.0
ajv 8.12.0 8.14.0
aws-cdk 2.89.0 2.143.0
jest 29.6.2 29.7.0
@types/jest 29.5.3 29.5.12
prettier 3.0.0 3.2.5
ts-jest 29.1.1 29.1.4
ts-node 10.9.1 10.9.2
typescript 5.1.6 5.4.5

Updates @aws-cdk/lambda-layer-kubectl-v26 from 2.0.1 to 2.1.0

Commits
  • 7cc8d25 feat: add LAYER_SOURCE_DIR (#57)
  • bbbed10 feat: expose LAYER_SOURCE and ASSET_PATH consts (#52)
  • 3f84107 chore(deps): upgrade dependencies (#36)
  • b8107f7 chore(deps): upgrade dependencies (#34)
  • d598e82 chore: explain how to contribute new kubectl version assets in the contributi...
  • 27c35a3 chore(deps): upgrade dependencies (#33)
  • 9cd326c chore(deps): upgrade dependencies (#30)
  • 2277428 chore(deps): upgrade dependencies (#29)
  • 28c3cf8 chore(deps): upgrade dependencies (#28)
  • d89aa9b chore(deps): upgrade dependencies (#27)
  • Additional commits viewable in compare view

Updates aws-cdk-lib from 2.89.0 to 2.143.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.143.0

Features

Bug Fixes

  • ecs: add feature flag and remove ecs default deployment alarm settings (#30217) (1e94267)
  • elbv2: unable to deploy template with IPv4 load balancer when denyAllIgwTraffic set (#29956) (42d424e), closes #30247
  • events_targets: kinesisfirehosestream not accepting ideliverystream for imported deliverystream (#30189) (d7e6a10)
  • rds: readers not always be created after the writer (#30277) (e8676cb), closes #30260
  • s3: bucketKey does not support SSE-S3 (#30184) (c7c75f8), closes #30183
  • stepfunctions-tasks: runtime language used to evaluate expressions is ignored (#30302) (dfea721)

Alpha modules (2.143.0-alpha.0)

v2.142.1

Reverts

  • fix(diff): properties from ChangeSet diff were ignored (#30243) (3748472)

Alpha modules (2.142.1-alpha.0)

v2.142.0

Features

Bug Fixes

  • apigateway: set authorization scope when authorization type is Cognito (#30035) (38a2284)
  • autoscaling: cooldown cannot be set with step scaling actions (#30150) (6810762), closes #29779
  • cli: cdk bootstrap --help does not show some options (#30113) (8debd20)
  • cli: handle attributes of AWS::KMS::Key when hotswapping (#30112) (a1dcaa6), closes #25418
  • cli: template created during import should be written to assets folder (#29830) (a96cf55), closes #22928 #22530
  • diff: properties from ChangeSet diff were ignored (#30093) (9c3f3f5), closes #29731
  • ecs: require task pidMode for Linux-based Fargate tasks, not host (#30020) (3e9e0a8), closes #29995
  • eks: in place updates for EKS security group and Subnets (#30114) (eb39d9e), closes #28584

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.143.0 (2024-05-23)

Features

Bug Fixes

  • ecs: add feature flag and remove ecs default deployment alarm settings (#30217) (1e94267)
  • elbv2: unable to deploy template with IPv4 load balancer when denyAllIgwTraffic set (#29956) (42d424e), closes #30247
  • events_targets: kinesisfirehosestream not accepting ideliverystream for imported deliverystream (#30189) (d7e6a10)
  • rds: readers not always be created after the writer (#30277) (e8676cb), closes #30260
  • s3: bucketKey does not support SSE-S3 (#30184) (c7c75f8), closes #30183
  • stepfunctions-tasks: runtime language used to evaluate expressions is ignored (#30302) (dfea721)

2.142.1 (2024-05-17)

Reverts

  • fix(diff): properties from ChangeSet diff were ignored (#30243) (3748472)

2.142.0 (2024-05-15)

Features

Bug Fixes

  • apigateway: set authorization scope when authorization type is Cognito (#30035) (38a2284)
  • autoscaling: cooldown cannot be set with step scaling actions (#30150) (6810762), closes #29779
  • cli: cdk bootstrap --help does not show some options (#30113) (8debd20)
  • cli: handle attributes of AWS::KMS::Key when hotswapping (#30112) (a1dcaa6), closes #25418
  • cli: template created during import should be written to assets folder (#29830) (a96cf55), closes #22928 #22530

... (truncated)

Commits
  • a43281b chore(release): 2.143.0
  • c3003ab feat(codebuild): add deleteReports property to the ReportGroup Construct (#30...
  • 555d1c7 feat: update L1 CloudFormation resource definitions (#30182)
  • e8676cb fix(rds): readers not always be created after the writer (#30277)
  • f4b1d5a feat(ec2): support placementGroup for ec2.Instance (#30293)
  • dfea721 fix(stepfunctions-tasks): runtime language used to evaluate expressions is ig...
  • a2e8dc5 chore(rds): removed unreleased aurora postgres 16.3 cluster engine. (#30296)
  • 32e9b02 chore(rds): deprecate unsupported aurora mysql versions (#30282)
  • 1f43a6d chore(deps): bump requests from 2.31.0 to 2.32.0 in /packages/aws-cdk-lib/aws...
  • e4e8361 docs(event-targets): clarify that adding an imported SNS Topic as an event ta...
  • Additional commits viewable in compare view

Updates constructs from 10.2.69 to 10.3.0

Release notes

Sourced from constructs's releases.

v10.3.0

10.3.0 (2023-10-07)

Features

  • add a mechanism to retrieve all context (with defaults) (#1751) (23df709)

v10.2.70

10.2.70 (2023-08-29)

Bug Fixes

Commits

Updates @types/js-yaml from 4.0.5 to 4.0.9

Commits

Updates @types/node from 20.4.5 to 20.12.12

Commits

Updates @typescript-eslint/eslint-plugin from 6.2.1 to 7.11.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)

🩹 Fixes

  • ast-spec: add EmptyStatement to Statement (#8892)
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
  • typescript-estree: truncate number of files printed by the maximum file error (#9127)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.10.0

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760)

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764)
  • typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097)
  • utils: remove function form type from flat config files and ignores (#9111)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.9.0

7.9.0 (2024-05-13)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment

🩹 Fixes

  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions

❤️ Thank You

  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag

❤️ Thank You

  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

7.9.0 (2024-05-13)

🩹 Fixes

  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters

... (truncated)

Commits
  • e360541 chore(release): publish 7.11.0
  • b230385 feat(eslint-plugin): deprecate prefer-ts-expect-error in favor of ban-ts-comm...
  • 3461f45 test(eslint-plugin): [consistent-type-assertions] add missing output: null ...
  • 342b873 fix(eslint-plugin): [consistent-type-assertions] prevent syntax errors on arr...
  • b5ce43b chore(eslint-plugin): replaced map/reduce with flatMap in normalizedOptions i...
  • c18226e chore(release): publish 7.10.0
  • 8d92ba8 docs: [no-floating-promises] fix capitalization typo (#9118)
  • d951d83 fix(eslint-plugin): [prefer-regexp-exec] fix heuristic to check whether regex...
  • 987a96e feat(eslint-plugin): [sort-type-constituents] support case sensitive sorting ...
  • 77fc366 chore(release): publish 7.9.0
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.2.1 to 7.11.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)

🩹 Fixes

  • ast-spec: add EmptyStatement to Statement (#8892)
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
  • typescript-estree: truncate number of files printed by the maximum file error (#9127)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.10.0

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760)

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764)
  • typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097)
  • utils: remove function form type from flat config files and ignores (#9111)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.9.0

7.9.0 (2024-05-13)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.11.0 (2024-05-27)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.10.0 (2024-05-20)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.9.0 (2024-05-13)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.8.0 (2024-04-29)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.7.1 (2024-04-22)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.7.0 (2024-04-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.6.0 (2024-04-08)

🚀 Features

  • bump npm dependency ranges

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brad Zacher

... (truncated)

Commits

Updates ajv from 8.12.0 to 8.14.0

Release notes

Sourced from ajv's releases.

v8.14.0

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.13.0...v8.14.0

v8.13.0

  • add named exports
  • update dependencies
  • update node.js
Commits

Updates aws-cdk from 2.89.0 to 2.143.0

Release notes

Sourced from aws-cdk's releases.

v2.143.0

Features

Bug Fixes

  • ecs: add feature flag and remove ecs default deployment alarm settings (#30217) (1e94267)
  • elbv2: unable to deploy template with IPv4 load balancer when denyAllIgwTraffic set (#29956) (42d424e), closes #30247
  • events_targets: kinesisfirehosestream not accepting ideliverystream for imported deliverystream (#30189) (d7e6a10)
  • rds: readers not always be created after the writer (#30277) (e8676cb), closes #30260
  • s3: bucketKey does not support SSE-S3 (#30184) (c7c75f8), closes #30183
  • stepfunctions-tasks: runtime language used to evaluate expressions is ignored (#30302) (dfea721)

Alpha modules (2.143.0-alpha.0)

v2.142.1

Reverts

  • fix(diff): properties from ChangeSet diff were ignored (#30243) (3748472)

Alpha modules (2.142.1-alpha.0)

v2.142.0

Features

Bug Fixes

  • apigateway: set authorization scope when authorization type is Cognito (#30035) (38a2284)
  • autoscaling: cooldown cannot be set with step scaling actions (#30150) (6810762), closes #29779
  • cli: cdk bootstrap --help does not show some options (#30113) (8debd20)
  • cli: handle attributes of AWS::KMS::Key when hotswapping (#30112) (a1dcaa6), closes #25418
  • cli: template created during import should be written to assets folder (#29830) (a96cf55), closes #22928 #22530
  • diff: properties from ChangeSet diff were ignored (#30093) (9c3f3f5), closes #29731
  • ecs: require task pidMode for Linux-based Fargate tasks, not host (#30020) (3e9e0a8), closes #29995
  • eks: in place updates for EKS security group and Subnets (#30114) (eb39d9e), closes #28584

... (truncated)

Changelog

Sourced from aws-cdk's changelog.

2.143.0 (2024-05-23)

Features

Bug Fixes

  • ecs: add feature flag and remove ecs default deployment alarm settings (#30217) (1e94267)
  • elbv2: unable to deploy template with IPv4 load balancer when denyAllIgwTraffic set (#29956) (42d424e), closes #30247
  • events_targets: kinesisfirehosestream not accepting ideliverystream for imported deliverystream (#30189) (d7e6a10)
  • rds: readers not always be created after the writer (#30277) (e8676cb), closes #30260
  • s3: bucketKey does not support SSE-S3 (#30184) (c7c75f8), closes #30183
  • stepfunctions-tasks: runtime language used to evaluate expressions is ignored (#30302) (dfea721)

2.142.1 (2024-05-17)

Reverts

  • fix(diff): properties from ChangeSet diff were ignored (#30243) (3748472)

2.142.0 (2024-05-15)

Features

Bumps the cdk-infra-deps group with 15 updates in the /cdk_infra directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-cdk/lambda-layer-kubectl-v26](https://github.com/cdklabs/awscdk-asset-kubectl) | `2.0.1` | `2.1.0` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.89.0` | `2.143.0` |
| [constructs](https://github.com/aws/constructs) | `10.2.69` | `10.3.0` |
| [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml) | `4.0.5` | `4.0.9` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.4.5` | `20.12.12` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.2.1` | `7.11.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.2.1` | `7.11.0` |
| [ajv](https://github.com/ajv-validator/ajv) | `8.12.0` | `8.14.0` |
| [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) | `2.89.0` | `2.143.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.6.2` | `29.7.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.3` | `29.5.12` |
| [prettier](https://github.com/prettier/prettier) | `3.0.0` | `3.2.5` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.1` | `29.1.4` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.1.6` | `5.4.5` |



Updates `@aws-cdk/lambda-layer-kubectl-v26` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/cdklabs/awscdk-asset-kubectl/releases)
- [Commits](cdklabs/awscdk-asset-kubectl@kubectl-v22v2.0.1...kubectl-v20v2.1.0)

Updates `aws-cdk-lib` from 2.89.0 to 2.143.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.143.0/packages/aws-cdk-lib)

Updates `constructs` from 10.2.69 to 10.3.0
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.2.69...v10.3.0)

Updates `@types/js-yaml` from 4.0.5 to 4.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml)

Updates `@types/node` from 20.4.5 to 20.12.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 6.2.1 to 7.11.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.11.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.2.1 to 7.11.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.11.0/packages/parser)

Updates `ajv` from 8.12.0 to 8.14.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.12.0...v8.14.0)

Updates `aws-cdk` from 2.89.0 to 2.143.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.143.0/packages/aws-cdk)

Updates `eslint` from 8.46.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.46.0...v8.57.0)

Updates `jest` from 29.6.2 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `@types/jest` from 29.5.3 to 29.5.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `prettier` from 3.0.0 to 3.2.5
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.0...3.2.5)

Updates `ts-jest` from 29.1.1 to 29.1.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.1...v29.1.4)

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

Updates `typescript` from 5.1.6 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.1.6...v5.4.5)

---
updated-dependencies:
- dependency-name: "@aws-cdk/lambda-layer-kubectl-v26"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: aws-cdk-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: constructs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: "@types/js-yaml"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cdk-infra-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: cdk-infra-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: cdk-infra-deps
- dependency-name: ajv
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: aws-cdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cdk-infra-deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cdk-infra-deps
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cdk-infra-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 28, 2024
Copy link
Author

dependabot bot commented on behalf of github Jun 4, 2024

Superseded by #415.

@dependabot dependabot bot closed this Jun 4, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cdk_infra/cdk-infra-deps-638a60641f branch June 4, 2024 22:58
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