Merge pull request #301 from zeplia/dependabot/npm_and_yarn/cdk/constructs-10.1.107

Bump constructs from 10.1.106 to 10.1.107 in /cdk
This commit is contained in:
Laurenţiu Trofoşilă 2022-09-21 11:16:15 +02:00 committed by GitHub
commit d0d63440cb
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"
}
}