From 97da4f938b2b7ad0c013d044b994e88ac11fbc81 Mon Sep 17 00:00:00 2001 From: Matthew Crouch Date: Thu, 2 Jan 2025 12:06:36 -0500 Subject: [PATCH] GQL-98: Updates @edsc/cdk-utils --- cdk/graphql-infrastructure/package-lock.json | 8 ++++---- cdk/graphql-infrastructure/package.json | 2 +- cdk/graphql/package-lock.json | 8 ++++---- cdk/graphql/package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cdk/graphql-infrastructure/package-lock.json b/cdk/graphql-infrastructure/package-lock.json index c4c4f080a..add3ea262 100644 --- a/cdk/graphql-infrastructure/package-lock.json +++ b/cdk/graphql-infrastructure/package-lock.json @@ -8,7 +8,7 @@ "name": "graphql-infrastructure", "version": "0.1.0", "dependencies": { - "@edsc/cdk-utils": "^0.0.3", + "@edsc/cdk-utils": "^0.0.4", "aws-cdk-lib": "^2.173.2", "constructs": "^10.0.0" }, @@ -1514,9 +1514,9 @@ } }, "node_modules/@edsc/cdk-utils": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@edsc/cdk-utils/-/cdk-utils-0.0.3.tgz", - "integrity": "sha512-zekplq4EB3bsIcwFzEo3ZLXjYpesyICkMSA4pZSXA9pMacWgkJkTM/ZJ2BINQkoJfRKZMFhAChv0dmkSj8nS/A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@edsc/cdk-utils/-/cdk-utils-0.0.4.tgz", + "integrity": "sha512-VGANti5u5xBK1nNVek/aZtsuliuFuWMK6RwC2hJb17FW/Rby5r59bktUKy8PnTLm6oe51DHiNZ2XO4KYEKbGeg==", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-s3": "^3.717.0", diff --git a/cdk/graphql-infrastructure/package.json b/cdk/graphql-infrastructure/package.json index cc0046ff7..16bcb3cd3 100644 --- a/cdk/graphql-infrastructure/package.json +++ b/cdk/graphql-infrastructure/package.json @@ -20,7 +20,7 @@ "typescript": "~5.6.3" }, "dependencies": { - "@edsc/cdk-utils": "^0.0.3", + "@edsc/cdk-utils": "^0.0.4", "aws-cdk-lib": "^2.173.2", "constructs": "^10.0.0" } diff --git a/cdk/graphql/package-lock.json b/cdk/graphql/package-lock.json index e3a581f12..f4c108292 100644 --- a/cdk/graphql/package-lock.json +++ b/cdk/graphql/package-lock.json @@ -8,7 +8,7 @@ "name": "graphql", "version": "0.1.0", "dependencies": { - "@edsc/cdk-utils": "^0.0.3", + "@edsc/cdk-utils": "^0.0.4", "aws-cdk-lib": "^2.173.2", "constructs": "^10.0.0" }, @@ -1515,9 +1515,9 @@ } }, "node_modules/@edsc/cdk-utils": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@edsc/cdk-utils/-/cdk-utils-0.0.3.tgz", - "integrity": "sha512-zekplq4EB3bsIcwFzEo3ZLXjYpesyICkMSA4pZSXA9pMacWgkJkTM/ZJ2BINQkoJfRKZMFhAChv0dmkSj8nS/A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@edsc/cdk-utils/-/cdk-utils-0.0.4.tgz", + "integrity": "sha512-VGANti5u5xBK1nNVek/aZtsuliuFuWMK6RwC2hJb17FW/Rby5r59bktUKy8PnTLm6oe51DHiNZ2XO4KYEKbGeg==", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-s3": "^3.717.0", diff --git a/cdk/graphql/package.json b/cdk/graphql/package.json index 447f5aaf9..05edf6d76 100644 --- a/cdk/graphql/package.json +++ b/cdk/graphql/package.json @@ -21,7 +21,7 @@ "typescript": "~5.6.3" }, "dependencies": { - "@edsc/cdk-utils": "^0.0.3", + "@edsc/cdk-utils": "^0.0.4", "aws-cdk-lib": "^2.173.2", "constructs": "^10.0.0" }