From cfe96502772f591080ab0e0cb7ebf18a94cb9a92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Jul 2022 10:07:07 +0000 Subject: [PATCH] fix: upgrade constructs from 10.0.50 to 10.1.39 Snyk has created this PR to upgrade constructs from 10.0.50 to 10.1.39. See this package in npm: https://www.npmjs.com/package/constructs See this project in Snyk: https://app.snyk.io/org/allamand/project/fedb3a79-e29c-49c6-b0f1-7e48a2b5faa6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 77ad537..468d02e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT-0", "dependencies": { "aws-cdk-lib": "^2.29.1", - "constructs": "^10.0.5" + "constructs": "^10.1.39" }, "devDependencies": { "@types/jest": "^27.4.0", @@ -2256,12 +2256,11 @@ "license": "MIT" }, "node_modules/constructs": { - "version": "10.0.50", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.0.50.tgz", - "integrity": "sha512-VD42/7n4arHVQO445+EHFb7GHmR2+NTt2xHjhbJg93bm2d8ixkRw39aSFdlNurd7DAcOekmXNSU47TM0G7wEmA==", - "license": "Apache-2.0", + "version": "10.1.39", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.39.tgz", + "integrity": "sha512-6SiY7h4SyYx1qnOFPb74zkkyVWrmvLRbIe9TmjuZBCqofot039LzdcoVwdbWGm+WFRGitHcAThvHMh+UEz5rhQ==", "engines": { - "node": ">= 12.7.0" + "node": ">= 14.17.0" } }, "node_modules/convert-source-map": { @@ -9195,9 +9194,9 @@ "dev": true }, "constructs": { - "version": "10.0.50", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.0.50.tgz", - "integrity": "sha512-VD42/7n4arHVQO445+EHFb7GHmR2+NTt2xHjhbJg93bm2d8ixkRw39aSFdlNurd7DAcOekmXNSU47TM0G7wEmA==" + "version": "10.1.39", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.39.tgz", + "integrity": "sha512-6SiY7h4SyYx1qnOFPb74zkkyVWrmvLRbIe9TmjuZBCqofot039LzdcoVwdbWGm+WFRGitHcAThvHMh+UEz5rhQ==" }, "convert-source-map": { "version": "1.8.0", diff --git a/package.json b/package.json index 7195179..2e1d53e 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "dependencies": { "aws-cdk-lib": "^2.29.1", - "constructs": "^10.0.5" + "constructs": "^10.1.39" }, "keywords": [ "aws",