From 3834053e2f8bc84f6a0ddf365886f7a79eeda251 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Wed, 1 Jan 2025 10:03:05 -0500 Subject: [PATCH] chore(deps): upgrade configuration (#1748) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-image/actions/runs/12571790953 ------ *Automatically created by projen via the "upgrade-configuration-main" workflow* Signed-off-by: github-actions Co-authored-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 6e613d73..1518b54b 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "jsii-docgen": "^10.5.0", "jsii-pacmak": "^1.106.0", "jsii-rosetta": "~5.6.0", - "projen": "^0.91.4", + "projen": "^0.91.5", "ts-jest": "^27", "typescript": "^3.9.10" }, diff --git a/yarn.lock b/yarn.lock index 7666916d..1f60b291 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4333,10 +4333,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.91.4: - version "0.91.4" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.91.4.tgz#5e06397091eec83cd174cbd8cd439826e93cd70a" - integrity sha512-EM/P2VhKvi2HG75zzMX2y5u5Z3WjwE/jrHV7uWps8tPN96thRKepEiENOJt78XG+6LXWB7x7/9WYCJyuzmBC5Q== +projen@^0.91.5: + version "0.91.5" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.91.5.tgz#139f4210b4c1f5d406577ff08a53cca05f70eaa2" + integrity sha512-j4gzywNELz3Adq5YZ6PoyyzZWXat29y7zdCi8pnkUjuuXdDJgx5dHDRM/KPyEJpo8ytx6hY5GOHsOZnea4/cgw== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"