From 25b96853ebd02d4918c41d3f92c6756793232bdf Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 28 May 2024 15:07:11 +0000 Subject: [PATCH] chore(deps): upgrade configuration Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-examples/actions/runs/9271809170 ------ *Automatically created by projen via the "upgrade-configuration" workflow* Signed-off-by: github-actions --- package.json | 5 ++++- yarn.lock | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index de81c756..a253872d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@cdk8s/projen-common": "^0.0.521", "constructs": "^10.0.0", "lerna": "^6.6.2", - "projen": "^0.81.15" + "projen": "^0.82.1" }, "resolutions": { "@yarnpkg/parsers": "3.0.0-rc.48.1" @@ -37,6 +37,9 @@ }, "main": "lib/index.js", "license": "Apache-2.0", + "publishConfig": { + "access": "public" + }, "version": "0.0.0", "private": true, "workspaces": { diff --git a/yarn.lock b/yarn.lock index e386a455..75a18712 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4448,10 +4448,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.81.15: - version "0.81.15" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.81.15.tgz#6eca919899099fa7a74894a2a0e189c1769e1e00" - integrity sha512-Frr2bcYzqZqgk6yQarjHm+lOQRWW6qAP6LAB7ZgtoxqJUN74tzllbceoGTBY/QOG6DLHJORNlvFQ9xMnXM576A== +projen@^0.82.1: + version "0.82.1" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.82.1.tgz#d1b4fac6db2921c42bcc1d0ed7ae948b152c6e02" + integrity sha512-Qa0lALlR9XjcugOuLZbWYMO4NaGu964LavudwC993I2NLpYj3DFv/TdRJOfwxvYsIJI7609luI162Ts5Sz69sw== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"