From d149bf0e38a95e049dda852a094c6d915ca589ae Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:06:53 +0300 Subject: [PATCH] chore(deps): upgrade configuration (#1593) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-image/actions/runs/10599290061 ------ *Automatically created by projen via the "upgrade-configuration-main" workflow* --- package.json | 2 +- yarn.lock | 19 +++++-------------- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 93bdbd6d..9396499f 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "organization": false }, "devDependencies": { - "@cdk8s/projen-common": "^0.0.539", + "@cdk8s/projen-common": "^0.0.541", "@types/jest": "^27", "@types/node": "16.18.78", "@typescript-eslint/eslint-plugin": "^7", diff --git a/yarn.lock b/yarn.lock index c2d69d47..10b60974 100644 --- a/yarn.lock +++ b/yarn.lock @@ -284,12 +284,12 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cdk8s/projen-common@^0.0.539": - version "0.0.539" - resolved "https://registry.yarnpkg.com/@cdk8s/projen-common/-/projen-common-0.0.539.tgz#bf8967b644a1061ae63500efab48ebc7031c5226" - integrity sha512-ZFzW5RJvDSJ4PFttsLRkQbHEOal3OLh7I7+hHPB4nWQ/SSKyEFVzlMZIu5PtJhnEKBXN+WDPO/Of6bt9NrGtNw== +"@cdk8s/projen-common@^0.0.541": + version "0.0.541" + resolved "https://registry.yarnpkg.com/@cdk8s/projen-common/-/projen-common-0.0.541.tgz#eb6863012b9369ad10a80625b32d074b96d64d97" + integrity sha512-xipNs7YWVGgW99sBOEZQJcRDFZWJVkKVQrXOe1RTK7NRcHF1oGVYICcvMUBOkbwB+ApXtWj8FCgFhFdxOAwD9A== dependencies: - codemaker "^1.102.0" + codemaker "^1.103.0" deepmerge "^4.3.1" "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0": @@ -1329,15 +1329,6 @@ co@^4.6.0: resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" integrity sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ== -codemaker@^1.102.0: - version "1.102.0" - resolved "https://registry.yarnpkg.com/codemaker/-/codemaker-1.102.0.tgz#336dd6a8f7ffd64e02afcee7830c1f8d768f0efe" - integrity sha512-lxsbbcSMxCdT+9wUv1AvBH9791andoWDcQ6s7ZK6KsMZ+UkRLO3obzhi7Zm+RIA3lHecqzaGmOKyRnu0Dx/Zew== - dependencies: - camelcase "^6.3.0" - decamelize "^5.0.1" - fs-extra "^10.1.0" - codemaker@^1.103.0: version "1.103.0" resolved "https://registry.yarnpkg.com/codemaker/-/codemaker-1.103.0.tgz#96a89763010a97a69b89fa29d6a382a169126692"