Skip to content

Commit

Permalink
build(deps): Bump constructs from 10.2.67 to 10.2.69 (#420)
Browse files Browse the repository at this point in the history
Bumps [constructs](https://github.com/aws/constructs) from 10.2.67 to 10.2.69.
<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.2.69</h2>
<h3><a href="https://github.com/aws/constructs/compare/v10.2.68...v10.2.69">10.2.69</a> (2023-07-05)</h3>
<h2>v10.2.68</h2>
<h3><a href="https://github.com/aws/constructs/compare/v10.2.67...v10.2.68">10.2.68</a> (2023-07-04)</h3>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/constructs/commit/4c43cabb485ab84e76b3f8030b23748a21c17fd1"><code>4c43cab</code></a> chore(deps): upgrade dependencies (<a href="https://redirect.github.com/aws/constructs/issues/1782">#1782</a>)</li>
<li><a href="https://github.com/aws/constructs/commit/be0ce0f5f4c95d9eb099b36b77c81cba5e3f65fc"><code>be0ce0f</code></a> chore(deps): upgrade dependencies (<a href="https://redirect.github.com/aws/constructs/issues/1780">#1780</a>)</li>
<li>See full diff in <a href="https://github.com/aws/constructs/compare/v10.2.67...v10.2.69">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.2.67&new-version=10.2.69)](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 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>
  • Loading branch information
dependabot[bot] authored Jul 9, 2023
1 parent a8c7bc2 commit 6703e3d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion usecases/blea-gov-base-ct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"dependencies": {
"aws-cdk-lib": "^2.85.0",
"constructs": "^10.2.67"
"constructs": "^10.2.69"
}
}
4 changes: 2 additions & 2 deletions usecases/blea-gov-base-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.61.0",
"aws-cdk-lib": "^2.85.0",
"constructs": "^10.2.67",
"constructs": "^10.2.69",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"jest": "^27.5.1",
Expand All @@ -33,6 +33,6 @@
},
"dependencies": {
"aws-cdk-lib": "^2.85.0",
"constructs": "^10.2.67"
"constructs": "^10.2.69"
}
}
2 changes: 1 addition & 1 deletion usecases/blea-guest-ec2-app-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"aws-cdk-lib": "^2.85.0",
"constructs": "^10.2.67",
"constructs": "^10.2.69",
"source-map-support": "^0.5.21"
}
}
2 changes: 1 addition & 1 deletion usecases/blea-guest-ecs-app-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@aws-cdk/aws-synthetics-alpha": "^2.38.1-alpha.0",
"aws-cdk-lib": "^2.85.0",
"constructs": "^10.2.67",
"constructs": "^10.2.69",
"source-map-support": "^0.5.21"
}
}
2 changes: 1 addition & 1 deletion usecases/blea-guest-serverless-api-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"aws-cdk-lib": "^2.85.0",
"aws-sdk": "^2.1413.0",
"aws-xray-sdk": "^3.5.0",
"constructs": "^10.2.67",
"constructs": "^10.2.69",
"source-map-support": "^0.5.21"
}
}

0 comments on commit 6703e3d

Please sign in to comment.