From a51702ad268a84840b47114e8311f03e33ba3667 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Thu, 11 Jul 2024 08:10:52 -0700 Subject: [PATCH] chore(deps): upgrade configuration (#861) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-validation-plugin-example/actions/runs/9893826358 ------ *Automatically created by projen via the "upgrade-configuration-main" workflow* --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0c8b0803..3682d57d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "fs-extra": "^10.1.0", "jest": "^28.1.3", "jest-junit": "^15", - "projen": "^0.84.3", + "projen": "^0.84.4", "standard-version": "^9", "ts-jest": "^28.0.8", "ts-node": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index bfca83d2..1b3a199d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4593,10 +4593,10 @@ process-nextick-args@~2.0.0: resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== -projen@^0.84.3: - version "0.84.3" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.84.3.tgz#344df133ffd8b14c199743c5a35d349b55574d02" - integrity sha512-47Mf61Sxm17SfUwEam5XIW+S4lKjcXsi3Z2AiUP8XqFfDS94vNvG6/9Od625oNQoa5YIB3R1JQQSFuc4Tre/Wg== +projen@^0.84.4: + version "0.84.4" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.84.4.tgz#574cc65769087d664573e81f10f207bfb55a8b4a" + integrity sha512-hlyBtIwc+As3KuiaSGQ5d0dVyE5Jc6SfnhIxyE1VqlgHvKpPVhvun+2gwH4CFtQyxjEGh4bHoU/aS7P5McqfGA== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"