From 890edd24671c4fb6fb4fdba72aebe7a31b9b8e81 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 16 Jan 2024 15:04:20 +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/7543492934 ------ *Automatically created by projen via the "upgrade-configuration" workflow* Signed-off-by: github-actions --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index ae5c38d45b..8b850e3304 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "organization": false }, "devDependencies": { - "@cdk8s/projen-common": "^0.0.480", + "@cdk8s/projen-common": "^0.0.481", "@types/jest": "^26.0.24", "@types/node": "^16", "@typescript-eslint/eslint-plugin": "^6", @@ -46,7 +46,7 @@ "jest": "^27", "jest-junit": "^15", "lerna": "^7.4.2", - "projen": "^0.78.13", + "projen": "^0.79.0", "semver": "^7.5.4", "ts-jest": "^27.1.5", "ts-node": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index 3a47375b73..13f4ba9dd9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -295,10 +295,10 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cdk8s/projen-common@^0.0.480": - version "0.0.480" - resolved "https://registry.yarnpkg.com/@cdk8s/projen-common/-/projen-common-0.0.480.tgz#ba4e00d883a218df4842a7ad441bcfddc485ba1a" - integrity sha512-QAAwpRQPMkOmsNSrJRs8ZumjKUSKihw0lYsJ6qBwDF+rSXBDeLOegDv2hg6de6Y10RjV8T16vywdEicEyQKUPw== +"@cdk8s/projen-common@^0.0.481": + version "0.0.481" + resolved "https://registry.yarnpkg.com/@cdk8s/projen-common/-/projen-common-0.0.481.tgz#66e222e63162af92755fd18e099a5debfb50764c" + integrity sha512-sww73tVVJxYltUS2ovGo47jG/Pf4F+lae+F9z0/QWQT/baH/LidEjqgHQoNKidx5XqE/N+vEx+uUnTZkBcD9VA== dependencies: codemaker "^1.94.0" deepmerge "^4.3.1" @@ -6485,10 +6485,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.78.13: - version "0.78.13" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.78.13.tgz#5c6693ababa4f2e7d93759c722a35d41c9c2e691" - integrity sha512-ihL1lcfmi7M0EA7qgdXGja2SLLc6vtsQ1Wd2RqqxOuFnchw9/kZubdrxy38J8iI36AEwb0Qucb1uLTuwFhl7Qw== +projen@^0.79.0: + version "0.79.0" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.79.0.tgz#5751e023d3fa11ff9d883187e0f672d37738c088" + integrity sha512-Kuj/NLMmt+zx0VlC++jv5OH8Kv8tqrEBhawQHMI6lI16CusRdSPWo2JI906yj5Wvqqb3n7taflqPe7IzxE/xkw== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"