From 6af5a634a749d7174a39bbba435a541574522c2f Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Thu, 6 Jun 2024 08:04:44 -0700 Subject: [PATCH] chore(deps): upgrade configuration (#1506) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-image/actions/runs/9403228194 ------ *Automatically created by projen via the "upgrade-configuration-main" workflow* --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 564b3856..c8378c8c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "organization": false }, "devDependencies": { - "@cdk8s/projen-common": "^0.0.525", + "@cdk8s/projen-common": "^0.0.527", "@types/jest": "^27", "@types/node": "16.18.78", "@typescript-eslint/eslint-plugin": "^6", diff --git a/yarn.lock b/yarn.lock index fa3dd5ca..544ce54d 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.525": - version "0.0.525" - resolved "https://registry.yarnpkg.com/@cdk8s/projen-common/-/projen-common-0.0.525.tgz#7eb004e7f3c7afcccfd76a34ac467596ce816d76" - integrity sha512-oM2F7/W58nIeU/JnAFkyQeKKDPv/HpP7SSnqfPdenvHI0/syjg2HKoxcoSeU/tC3QQ9SqEq8mtMihz9tg19EcA== +"@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== dependencies: codemaker "^1.99.0" deepmerge "^4.3.1"