Skip to content

Commit

Permalink
chore(deps): Bump constructs in /examples/typescript-step-functions
Browse files Browse the repository at this point in the history
Bumps [constructs](https://github.com/aws/constructs) from 10.2.69 to 10.2.70.
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.2.69...v10.2.70)

---
updated-dependencies:
- dependency-name: constructs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 4, 2023
1 parent cc33cc2 commit 311b114
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/typescript-step-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@cdktf/aws-cdk": "^0.11.6",
"aws-cdk-lib": "2.93.0",
"cdktf": "0.18.0",
"constructs": "^10.2.69"
"constructs": "^10.2.70"
},
"engines": {
"node": ">= 18.12.0"
Expand Down
8 changes: 4 additions & 4 deletions examples/typescript-step-functions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1806,10 +1806,10 @@ constant-case@^3.0.4:
tslib "^2.0.3"
upper-case "^2.0.2"

constructs@^10.0.25, constructs@^10.2.69:
version "10.2.69"
resolved "https://registry.npmjs.org/constructs/-/constructs-10.2.69.tgz"
integrity sha512-0AiM/uQe5Uk6JVe/62oolmSN2MjbFQkOlYrM3fFGZLKuT+g7xlAI10EebFhyCcZwI2JAcWuWCmmCAyCothxjuw==
constructs@^10.0.25, constructs@^10.2.70:
version "10.2.70"
resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.2.70.tgz#a7d414a717b64a5fab65ff68aaba2ddf73b522bf"
integrity sha512-z6zr1E8K/9tzJbCQzY0UGX0/oVKPFKu9C/mzEnghCG6TAJINnvlq0CMKm63XqqeMleadZYm5T3sZGJKcxJS/Pg==

convert-source-map@^1.6.0, convert-source-map@^1.7.0:
version "1.9.0"
Expand Down

0 comments on commit 311b114

Please sign in to comment.