From d128eb4887cf27fe4632406738b8ea99f3135068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:41:53 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cdk-nag from 2.34.14 to 2.34.15 (#135) Bumps [cdk-nag](https://github.com/cdklabs/cdk-nag) from 2.34.14 to 2.34.15.
Release notes

Sourced from cdk-nag's releases.

v2.34.15

2.34.15 (2024-12-04)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cdk-nag&package-manager=npm_and_yarn&previous-version=2.34.14&new-version=2.34.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- packages/cdk/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98163c4..cd8109f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3029,9 +3029,9 @@ "link": true }, "node_modules/cdk-nag": { - "version": "2.34.14", - "resolved": "https://registry.npmjs.org/cdk-nag/-/cdk-nag-2.34.14.tgz", - "integrity": "sha512-vjMb4hJUDdqeoRkE+wjwmb8Bvcso6cuNkwP4UB+SDmhaGRrw4DcubHqf+qTrBNongA0l66Y7XA4ulVgDHLrmOw==", + "version": "2.34.15", + "resolved": "https://registry.npmjs.org/cdk-nag/-/cdk-nag-2.34.15.tgz", + "integrity": "sha512-oooIvOIOU0i1XcZfk7OYdkIZhKhM/shm0A3SYNUKWdZwS5B59KBrec3myJVKPyyEPmXgmvnmv51z1Uic0x2gVQ==", "license": "Apache-2.0", "peerDependencies": { "aws-cdk-lib": "^2.156.0", @@ -11433,7 +11433,7 @@ "version": "0.1.0", "dependencies": { "aws-cdk-lib": "^2.171.1", - "cdk-nag": "^2.34.14", + "cdk-nag": "^2.34.15", "constructs": "^10.4.2", "source-map-support": "^0.5.21" }, diff --git a/packages/cdk/package.json b/packages/cdk/package.json index 2653463..55bede7 100644 --- a/packages/cdk/package.json +++ b/packages/cdk/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "aws-cdk-lib": "^2.171.1", - "cdk-nag": "^2.34.14", + "cdk-nag": "^2.34.15", "constructs": "^10.4.2", "source-map-support": "^0.5.21" },