Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump constructs from 10.1.81 to 10.4.5 in /.devops/aws (#58)

Bumps [constructs](https://github.com/aws/constructs) from 10.1.81 to 10.4.5.
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](https://github.com/aws/constructs/compare/v10.1.81...v10.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
2f509819 9b8cf6d1

+8 -11
+7 -10
.devops/aws/package-lock.json
··· 16 16 "aws-cdk-lib": "^2.168.0", 17 17 "cdk8s": "^2.0.5", 18 18 "cdk8s-cli": "^1.0.58", 19 - "constructs": "^10.0.0", 19 + "constructs": "^10.4.5", 20 20 "js-yaml": "^4.1.0", 21 21 "json-to-pretty-yaml": "^1.2.2", 22 22 "k8s-resource-parser": "^0.2.1", ··· 2988 2988 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" 2989 2989 }, 2990 2990 "node_modules/constructs": { 2991 - "version": "10.1.81", 2992 - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.81.tgz", 2993 - "integrity": "sha512-nt5mWb1vYI8qvFmIq6epgfCsOfW+OehoE7CNw1oI8sfKvw6v0Vx4GuUYbZYEXVsu3viCoOHHqnD2Gl0t52Yl6A==", 2994 - "engines": { 2995 - "node": ">= 14.17.0" 2996 - } 2991 + "version": "10.4.5", 2992 + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.4.5.tgz", 2993 + "integrity": "sha512-fOoP70YLevMZr5avJHx2DU3LNYmC6wM8OwdrNewMZou1kZnPGOeVzBrRjZNgFDHUlulYUjkpFRSpTE3D+n+ZSg==" 2997 2994 }, 2998 2995 "node_modules/core-util-is": { 2999 2996 "version": "1.0.2", ··· 7862 7859 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" 7863 7860 }, 7864 7861 "constructs": { 7865 - "version": "10.1.81", 7866 - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.81.tgz", 7867 - "integrity": "sha512-nt5mWb1vYI8qvFmIq6epgfCsOfW+OehoE7CNw1oI8sfKvw6v0Vx4GuUYbZYEXVsu3viCoOHHqnD2Gl0t52Yl6A==" 7862 + "version": "10.4.5", 7863 + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.4.5.tgz", 7864 + "integrity": "sha512-fOoP70YLevMZr5avJHx2DU3LNYmC6wM8OwdrNewMZou1kZnPGOeVzBrRjZNgFDHUlulYUjkpFRSpTE3D+n+ZSg==" 7868 7865 }, 7869 7866 "core-util-is": { 7870 7867 "version": "1.0.2",
+1 -1
.devops/aws/package.json
··· 31 31 "aws-cdk-lib": "^2.168.0", 32 32 "cdk8s": "^2.0.5", 33 33 "cdk8s-cli": "^1.0.58", 34 - "constructs": "^10.0.0", 34 + "constructs": "^10.4.5", 35 35 "js-yaml": "^4.1.0", 36 36 "json-to-pretty-yaml": "^1.2.2", 37 37 "k8s-resource-parser": "^0.2.1",