diff --git a/BackendFeatures/DeltaLakeIntegration/package-lock.json b/BackendFeatures/DeltaLakeIntegration/package-lock.json index 586a6cc..4e62b7b 100644 --- a/BackendFeatures/DeltaLakeIntegration/package-lock.json +++ b/BackendFeatures/DeltaLakeIntegration/package-lock.json @@ -8,7 +8,7 @@ "name": "ttt", "version": "0.1.0", "dependencies": { - "aws-cdk-lib": "2.189.0", + "aws-cdk-lib": "2.189.1", "constructs": "^10.0.0", "source-map-support": "^0.5.21" }, @@ -1347,9 +1347,9 @@ } }, "node_modules/aws-cdk-lib": { - "version": "2.189.0", - "resolved": "https://registry.npmjs.org/aws-cdk-lib/-/aws-cdk-lib-2.189.0.tgz", - "integrity": "sha512-B5Uha7uRntOAyuKfU0eFtxij3ZVTzGAbetw5qaXlURa68wsWpKlU72/OyKugB6JYkhjCZkSTVVBxd1pVTosxEw==", + "version": "2.189.1", + "resolved": "https://registry.npmjs.org/aws-cdk-lib/-/aws-cdk-lib-2.189.1.tgz", + "integrity": "sha512-9JU0yUr2iRTJ1oCPrHyx7hOtBDWyUfyOcdb6arlumJnMcQr2cyAMASY8HuAXHc8Y10ipVp8dRTW+J4/132IIYA==", "bundleDependencies": [ "@balena/dockerignore", "case", diff --git a/BackendFeatures/DeltaLakeIntegration/package.json b/BackendFeatures/DeltaLakeIntegration/package.json index b3322d3..352ee98 100644 --- a/BackendFeatures/DeltaLakeIntegration/package.json +++ b/BackendFeatures/DeltaLakeIntegration/package.json @@ -20,7 +20,7 @@ "typescript": "~5.2.2" }, "dependencies": { - "aws-cdk-lib": "2.189.0", + "aws-cdk-lib": "2.189.1", "constructs": "^10.0.0", "source-map-support": "^0.5.21" }