From 5ab1453615d3c6ddb8cf03490ccd71a9abd93c03 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Feb 2024 18:14:13 +0000 Subject: [PATCH] fix: upgrade @stackspot/cdk-component-handler-core from 0.2.7 to 0.3.1 Snyk has created this PR to upgrade @stackspot/cdk-component-handler-core from 0.2.7 to 0.3.1. See this package in npm: https://www.npmjs.com/package/@stackspot/cdk-component-handler-core See this project in Snyk: https://app.snyk.io/org/stackspot/project/4dcbe157-72d2-4fee-aba1-4ab8f7907af0?utm_source=github-enterprise&utm_medium=referral&page=upgrade-pr --- templates/infra/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/infra/package.json b/templates/infra/package.json index 8542890..7f83a72 100644 --- a/templates/infra/package.json +++ b/templates/infra/package.json @@ -41,7 +41,7 @@ "typescript": "~4.5.4" }, "dependencies": { - "@stackspot/cdk-component-handler-core": "^0.2.7", + "@stackspot/cdk-component-handler-core": "^0.3.1", "@types/aws-lambda": "^8.10.92", "@types/nunjucks": "^3.2.0", "aws-cdk-lib": "2.12.0",