From d3eb7d293f78561b35a2fd5463a257ab9350a65e Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Tue, 5 Dec 2023 07:09:53 -0800 Subject: [PATCH] chore(deps): upgrade configuration (#1706) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s/actions/runs/7102593256 ------ *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 16a9ebfa7e..fc843b18b9 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "jest": "^27", "jest-junit": "^15", "lerna": "^7.4.2", - "projen": "^0.77.4", + "projen": "^0.77.5", "semver": "^7.5.4", "ts-jest": "^27.1.5", "ts-node": "^10.9.1", diff --git a/yarn.lock b/yarn.lock index ce0510c804..f30c805f97 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6484,10 +6484,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.77.4: - version "0.77.4" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.77.4.tgz#d05393f49c326b00f42fc3814120fcd6f5fc0881" - integrity sha512-mErPkhiIweZ1GBfr8syClijfqNmPtAu1skOwsrm49lmyEIA8esqQCguzKV1/ytyv1N+4apfOUmkUW/+5dBTbPA== +projen@^0.77.5: + version "0.77.5" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.77.5.tgz#4e93e4d83f3ede5d9e169edec03180920027d445" + integrity sha512-n3JtwKzGE0E1zB7GP7O1LkktjYiukcw/Te9P48NqvEN4cfj/IiBeqWOQAvqCjXMwgjTLxYFMLmnr3PkzyWOKUA== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"