From 99cc4cfd35faeeb3b8aabe19f2309bf8ebe535ff Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:25:24 -0700 Subject: [PATCH] chore(deps): upgrade configuration (#4249) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-plus/actions/runs/9352609463 ------ *Automatically created by projen via the "upgrade-configuration-k8s-27-main" workflow* --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 014c84f28..83c80f897 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "jsii-docgen": "^3.8.31", "jsii-pacmak": "^1.98.0", "jsii-rosetta": "1.x", - "projen": "^0.82.3", + "projen": "^0.82.4", "snake-case": "^3.0.4", "standard-version": "^9", "ts-jest": "^27", diff --git a/yarn.lock b/yarn.lock index 19bf5f0a4..61e5767d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1689,9 +1689,9 @@ co@^4.6.0: integrity sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ== 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" @@ -4883,10 +4883,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"