From 107988e06dcd552ac20512bb35d591a4bac2c4c4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 3 Jun 2024 15:19:37 +0000 Subject: [PATCH] chore(deps): upgrade configuration Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-examples/actions/runs/9352629785 ------ *Automatically created by projen via the "upgrade-configuration" workflow* Signed-off-by: github-actions --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 8e9fbbb1..e30a9b32 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@cdk8s/projen-common": "^0.0.522", "constructs": "^10.0.0", "lerna": "^6.6.2", - "projen": "^0.82.3" + "projen": "^0.82.4" }, "resolutions": { "@yarnpkg/parsers": "3.0.0-rc.48.1" diff --git a/yarn.lock b/yarn.lock index 0e80de71..5bc0219f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1533,9 +1533,9 @@ codemaker@^1.86.1: fs-extra "^10.1.0" codemaker@^1.98.0: - version "1.98.0" - resolved "https://registry.yarnpkg.com/codemaker/-/codemaker-1.98.0.tgz#cd4f2667c69857162193fe1abbbaad90fe3eed38" - integrity sha512-UAeICTmY7lJXf4OPnDTwKWg/DU87u67nyxuTjMON+vO8yo8C+EcPWnmmOmWtZm3wWLPsPuxyYIQxIIi/4OZ9TA== + version "1.99.0" + resolved "https://registry.yarnpkg.com/codemaker/-/codemaker-1.99.0.tgz#642716671066395d54aab301f32112731f0b813d" + integrity sha512-Skhc0pdsxRWxevjQWLFWOGzhC8BJaac0MfV0lF5UUJuRcf2T6qAhc1OGuWwlZTZZxor9dS0JKavlSTKyLcksag== dependencies: camelcase "^6.3.0" decamelize "^5.0.1" @@ -4448,10 +4448,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.82.3: - version "0.82.3" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.82.3.tgz#372ff7b360178f34f76156647ee66a7195334ba8" - integrity sha512-JLDIFazUjBJcJcq8EqPDZejZsMNq9VKt7CgWDJmERjXUrWoeDP4qHb5Dr8X+6lgwrxFEQ2eF//vOlOY3/A5jxg== +projen@^0.82.4: + version "0.82.4" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.82.4.tgz#e7db812d25fb7ed2a3a2a16ebc02f15583551cdd" + integrity sha512-tZhYkxZpl3PyaOvzIyUfLdCY3iMFZaGsMpBZZcX0efnumm0sP4VMj75TBxVrqdTxf4XwE18cCvIOOFvI/iuFxA== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"