From 37b1afe900f812928f1dd879b2f28dfe3ba2f559 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:08:47 +0000 Subject: [PATCH] chore(deps): upgrade configuration (#1260) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-jenkins/actions/runs/13013385816 ------ *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 4db65e9..e07c78e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "organization": false }, "devDependencies": { - "@cdk8s/projen-common": "^0.0.572", + "@cdk8s/projen-common": "^0.0.573", "@stylistic/eslint-plugin": "^2", "@types/jest": "^27", "@types/node": "16.18.78", diff --git a/yarn.lock b/yarn.lock index 68083b6..ffbc753 100644 --- a/yarn.lock +++ b/yarn.lock @@ -277,10 +277,10 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cdk8s/projen-common@^0.0.572": - version "0.0.572" - resolved "https://registry.yarnpkg.com/@cdk8s/projen-common/-/projen-common-0.0.572.tgz#420fb41de5555324f0182b058d8406e03355100c" - integrity sha512-aDq1tsYj1g4XrmZufi1VC0ZwV5YuTWeAdl3Rmir2RhaDIEsbsW6u4YS9bvaEE9tNeJYfWcsBoWMnBRI1I9Z8PA== +"@cdk8s/projen-common@^0.0.573": + version "0.0.573" + resolved "https://registry.yarnpkg.com/@cdk8s/projen-common/-/projen-common-0.0.573.tgz#9870031dcce1f670eaaa908bb7a5a4fa06a1798c" + integrity sha512-t6A1vS+XGXQpnT0R8CzbiiPU6BjbKTc8F+javZ3aE/0r60918vI6OFxdQBJeE19qIzhsn/0Ev/WGqNE6PXGEMg== dependencies: codemaker "^1.106.0" deepmerge "^4.3.1"