From cec2b33c36dda256a8eb8624f46a4a801ecea1d6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 22 Aug 2023 15:02:38 +0000 Subject: [PATCH] chore(deps): upgrade configuration Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-image/actions/runs/5940586717 ------ *Automatically created by projen via the "upgrade-configuration-main" 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 34b1fa9a..94a78617 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "organization": false }, "devDependencies": { - "@cdk8s/projen-common": "^0.0.445", + "@cdk8s/projen-common": "^0.0.447", "@types/jest": "^27", "@types/node": "^16", "@typescript-eslint/eslint-plugin": "^5", @@ -61,7 +61,7 @@ "jsii-pacmak": "^1.87.0", "jsii-rosetta": "1.x", "npm-check-updates": "^16", - "projen": "^0.72.19", + "projen": "^0.72.20", "standard-version": "^9", "ts-jest": "^27", "typescript": "^3.9.10" diff --git a/yarn.lock b/yarn.lock index 3e648d47..8074b3ce 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.445": - version "0.0.445" - resolved "https://registry.yarnpkg.com/@cdk8s/projen-common/-/projen-common-0.0.445.tgz#05798204209e250df957c8e6aec6bdc502fcedf6" - integrity sha512-+s4IAa+deArMapcBdg880Th6z1N+aRuFujSw6lHqrtexioqenXLde0GQG8ckmynaXMfLee9B/ilHShOeutZNLg== +"@cdk8s/projen-common@^0.0.447": + version "0.0.447" + resolved "https://registry.yarnpkg.com/@cdk8s/projen-common/-/projen-common-0.0.447.tgz#332b5dd6cd98f841b0132c28ff9999dae2c796aa" + integrity sha512-7vmMnyVkfi/DncF1/I/XWjJPTpnRGNrpmfjwCm8skR0faDpFv5vwgfvRKE+qS6nOJPRevvokTpgAXP/jodI68Q== dependencies: codemaker "^1.87.0" @@ -5505,10 +5505,10 @@ progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -projen@^0.72.19: - version "0.72.19" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.72.19.tgz#b964c8c65cbc13ccd8cea4e5ee8dbe5f737268a5" - integrity sha512-mdMYBVFZIGtX5O2tfwetYhBZMk4q/ZTL96ub46jH2uEwrnHx4qYkZCB5K9pRbzCrQmLs4134Noj+bDXd7elpUQ== +projen@^0.72.20: + version "0.72.20" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.72.20.tgz#8bf28e1d8dfdb725b255a4ce5f3aa8b0bcebbacc" + integrity sha512-O9/CRBJPH2+NTDw3/bZYLTDVRkV5Ot0dcXY9AoxzwCKpb5f808hliIAOKEY74GOUujiOEJWuNpjO7ScoIqs/eQ== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"