From 9974697bf7a01126bb8e0197ff5456352fe5575a Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Jun 2024 15:07:31 +0000 Subject: [PATCH] chore(deps): upgrade configuration Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s/actions/runs/9485008768 ------ *Automatically created by projen via the "upgrade-configuration" 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 f2ff2c58da..819334d4cc 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "organization": false }, "devDependencies": { - "@cdk8s/projen-common": "^0.0.527", + "@cdk8s/projen-common": "^0.0.528", "@types/jest": "^26.0.24", "@types/node": "16.18.78", "@typescript-eslint/eslint-plugin": "^7", diff --git a/yarn.lock b/yarn.lock index d1b3b3e4d6..eb08c64ca3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -294,10 +294,10 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cdk8s/projen-common@^0.0.527": - version "0.0.527" - resolved "https://registry.yarnpkg.com/@cdk8s/projen-common/-/projen-common-0.0.527.tgz#71c64bf1f6d4e6fac8229137876d281f7ee865e5" - integrity sha512-nOAs0v08pzKr01hYBFcdxcZtkaOUqhLU58C/Voqeqxr6tONBZwab01mk09aJf/PIqSE66YgWcfsyVSLV3SoSpA== +"@cdk8s/projen-common@^0.0.528": + version "0.0.528" + resolved "https://registry.yarnpkg.com/@cdk8s/projen-common/-/projen-common-0.0.528.tgz#e8c6f60e6b0f61804ec4eccd5ff2bfb279593620" + integrity sha512-Odk3Vjjl2qO15nqIpQxtykTj1axxF7cbkxnHWQ3Bsi3NOP0r9iuWnH4tWYvyUMRm/lGiUZPAMGMMTK6qD5ECuA== dependencies: codemaker "^1.99.0" deepmerge "^4.3.1"