From 9dbb98d62345b1c23666ab138b63f2d59db2c044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:32:14 +0000 Subject: [PATCH] Bump cdk-nag from 2.34.20 to 2.34.23 in /infrastructure Bumps [cdk-nag](https://github.com/cdklabs/cdk-nag) from 2.34.20 to 2.34.23. - [Release notes](https://github.com/cdklabs/cdk-nag/releases) - [Commits](https://github.com/cdklabs/cdk-nag/compare/v2.34.20...v2.34.23) --- updated-dependencies: - dependency-name: cdk-nag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- infrastructure/package-lock.json | 8 ++++---- infrastructure/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index 60fb932..fcc2bba 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "aws-cdk-lib": "2.172.0", - "cdk-nag": "^2.34.20", + "cdk-nag": "^2.34.23", "constructs": "^10.4.2", "source-map-support": "^0.5.21" }, @@ -2579,9 +2579,9 @@ "license": "CC-BY-4.0" }, "node_modules/cdk-nag": { - "version": "2.34.20", - "resolved": "https://registry.npmjs.org/cdk-nag/-/cdk-nag-2.34.20.tgz", - "integrity": "sha512-yM8lWlYGFy/wQO5JHShvEhgaSTLkT7LXbuv0FkfOzxZ28+lPfCZ92wo5uFiJMY4VwXiNKqGVNWZz9t34Skjr6w==", + "version": "2.34.23", + "resolved": "https://registry.npmjs.org/cdk-nag/-/cdk-nag-2.34.23.tgz", + "integrity": "sha512-TCvQy5uCk1QHek7UhbmFh4Uk2HveXyuQ6jfUC0ZfW5HgAMhv8+6lTY56Jq09/rm0csKDzWnMpGGAXjgLW6rg0A==", "peerDependencies": { "aws-cdk-lib": "^2.156.0", "constructs": "^10.0.5" diff --git a/infrastructure/package.json b/infrastructure/package.json index 14d9b8f..544b6b1 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "aws-cdk-lib": "2.172.0", - "cdk-nag": "^2.34.20", + "cdk-nag": "^2.34.23", "constructs": "^10.4.2", "source-map-support": "^0.5.21" }