From 82eccba861de92449c19fb5af58873c047c21cae Mon Sep 17 00:00:00 2001 From: cdklabs-automation <90142015+cdklabs-automation@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:12:27 -0800 Subject: [PATCH] chore(deps): upgrade dependencies (#516) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/cdk-hyperledger-fabric-network/actions/runs/7304847530 ------ *Automatically created by projen via the "upgrade-main" workflow* --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e2a7f7a..c1cf4f1 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", "aws-cdk-lib": "2.24.1", - "cdk-nag": "2.27.221", + "cdk-nag": "2.27.222", "constructs": "10.0.5", "eslint": "^8", "eslint-import-resolver-typescript": "^2.7.1", diff --git a/yarn.lock b/yarn.lock index da86444..fb46f86 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1365,10 +1365,10 @@ case@1.6.3, case@^1.6.3: resolved "https://registry.yarnpkg.com/case/-/case-1.6.3.tgz#0a4386e3e9825351ca2e6216c60467ff5f1ea1c9" integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ== -cdk-nag@2.27.221: - version "2.27.221" - resolved "https://registry.yarnpkg.com/cdk-nag/-/cdk-nag-2.27.221.tgz#0c76e3436ef43663a4708cd156b1c01eb709514a" - integrity sha512-mKCsY65MFL6hvImFcvZWJPvwSh3BC3jJ3cw6QtLRYmXdntgbFpPtraobDKOAh03pxeCZad0oWmvFKaEp8XZoYw== +cdk-nag@2.27.222: + version "2.27.222" + resolved "https://registry.yarnpkg.com/cdk-nag/-/cdk-nag-2.27.222.tgz#e2e134bd713c7ba23e35abd56ae32bc417449f2f" + integrity sha512-iY2gN2SU5Ni9A9D1yeAX6aq3E4T23iMslKEoF/POn8oGeZYqciAyA5pu0XSEidL/beJ5YCKgeeKoyo99Hn1pRg== chalk@^2.4.2: version "2.4.2"