From 3910a267e06466fc6d2539c0044ccb860d7fa864 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:10:06 -0800 Subject: [PATCH] chore(deps): upgrade configuration (#3583) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-plus/actions/runs/7557652815 ------ *Automatically created by projen via the "upgrade-configuration-k8s-26-main" workflow* --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f5145bef9..716c43383 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "jsii-docgen": "^3.8.31", "jsii-pacmak": "^1.94.0", "jsii-rosetta": "1.x", - "projen": "^0.79.0", + "projen": "^0.79.1", "snake-case": "^3.0.4", "standard-version": "^9", "ts-jest": "^27", diff --git a/yarn.lock b/yarn.lock index 08d2c1b31..43e1f05d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4774,10 +4774,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.79.0: - version "0.79.0" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.79.0.tgz#5751e023d3fa11ff9d883187e0f672d37738c088" - integrity sha512-Kuj/NLMmt+zx0VlC++jv5OH8Kv8tqrEBhawQHMI6lI16CusRdSPWo2JI906yj5Wvqqb3n7taflqPe7IzxE/xkw== +projen@^0.79.1: + version "0.79.1" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.79.1.tgz#bff39a8378675dc92d7a880f8f57595b52f51bcd" + integrity sha512-BkkCdGXZ+1pCN6hUZadxclweDfFkH6k1uAUpoY+B4awDDCtQQ7A9/Is6zyc89Jt38xDg7Ctc+/1Z86WwjOIENA== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"