Bump constructs from 10.1.106 to 10.1.107 in /cdk

Bumps [constructs](https://github.com/aws/constructs) from 10.1.106 to 10.1.107.
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](https://github.com/aws/constructs/compare/v10.1.106...v10.1.107)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-20 17:58:31 +00:00 committed by GitHub
parent 3c53883b47
commit 16de2ea3a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
cdk/package-lock.json generated
View File

@ -1543,9 +1543,9 @@
"dev": true
},
"constructs": {
"version": "10.1.106",
"resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.106.tgz",
"integrity": "sha512-xcNB+/5jKk7+9w4pXe5jThpUEDDbhtWLeXlhy9GVdFa/tuasOVEiowZOZMjPvcXrujGgSkVleebo6ZNzvYyZug=="
"version": "10.1.107",
"resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.107.tgz",
"integrity": "sha512-ewB60glRfBrzIlyujDJzIL/TWRhwwxtS579nOOqmvqaEKHtNgzHnDPBsq/vvvFpwZIRHs1ZUvtWPvxCg/2Ee6Q=="
},
"convert-source-map": {
"version": "1.8.0",

View File

@ -25,7 +25,7 @@
},
"dependencies": {
"aws-cdk-lib": "^2.42.1",
"constructs": "^10.1.106",
"constructs": "^10.1.107",
"source-map-support": "^0.5.16"
}
}