From 90148e47185ab5b0f675e7cc7239deea483ff18f Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 2 Oct 2025 15:08:17 +0000 Subject: [PATCH] chore(deps): upgrade configuration Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-redis/actions/runs/18197150176 ------ *Automatically created by projen via the "upgrade-configuration-main" workflow* Signed-off-by: github-actions --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index df491767..37ed3738 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "jsii-docgen": "^10.5.0", "jsii-pacmak": "^1.115.0", "jsii-rosetta": "~5.8.0", - "projen": "^0.96.5", + "projen": "^0.97.0", "ts-jest": "^27", "typescript": "^4.9.5" }, diff --git a/yarn.lock b/yarn.lock index c1a2d7f8..740b0213 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4549,10 +4549,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.96.5: - version "0.96.5" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.96.5.tgz#eb613e0a5f4ec5251eefb634334f49f49942b2b1" - integrity sha512-JPhtJAgFZirh5QN+GpSOUpEuT2HEKBvUwunob1tu33AkR9HxTX2upzIA+1BggrftKcri+De/X01AdLRHjOmUYg== +projen@^0.97.0: + version "0.97.0" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.97.0.tgz#c0c4d4ef0c1e00faf11b5a44a825b82db68a95c2" + integrity sha512-8DSD/FL+f/kb/fyDaLTIjeYRJPc6xF7lq4JvO0R12Evw3xQf+Xb74UvH4SKWUr6qBl65O4eGvYrrdbF1du9ubg== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"