From ac232c70b19afdfe41eead619f84fc07bc23251e Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Tue, 28 May 2024 08:07:57 -0700 Subject: [PATCH] chore(deps): upgrade configuration (#1971) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s/actions/runs/9271777791 ------ *Automatically created by projen via the "upgrade-configuration" workflow* --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 16dc63ece1..8021cb6b3c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "jest": "^27", "jest-junit": "^15", "lerna": "^7.4.2", - "projen": "^0.81.16", + "projen": "^0.82.1", "semver": "^7.6.2", "ts-jest": "^27.1.5", "ts-node": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index bea6854b49..a4a37e4e65 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6586,10 +6586,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.81.16: - version "0.81.16" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.81.16.tgz#7fd2041c3892eccdd8f7cf97a8317d7aed64c96a" - integrity sha512-AjzA5l/qqWJaQwX1FZbsY/TWqyS4vIsV2CfMw3wpqROthIfqCeqa3ov3xBK2YQXmMrDHB1NqZK3Z4kwzwWO0YQ== +projen@^0.82.1: + version "0.82.1" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.82.1.tgz#d1b4fac6db2921c42bcc1d0ed7ae948b152c6e02" + integrity sha512-Qa0lALlR9XjcugOuLZbWYMO4NaGu964LavudwC993I2NLpYj3DFv/TdRJOfwxvYsIJI7609luI162Ts5Sz69sw== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"