From 05d5fa911635c18dc73493a4e19bfce62ec22a61 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 15 Apr 2024 15:04:39 +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/8691466738 ------ *Automatically created by projen via the "upgrade-configuration" workflow* Signed-off-by: github-actions --- .projen/deps.json | 2 +- .projen/tasks.json | 2 +- package.json | 4 ++-- yarn.lock | 13 +++++++++---- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.projen/deps.json b/.projen/deps.json index 69c3d86881..0d87b2c830 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -10,7 +10,7 @@ }, { "name": "@types/node", - "version": "^16", + "version": "16.18.78", "type": "build" }, { diff --git a/.projen/tasks.json b/.projen/tasks.json index efe3db4b21..c88c9ad0da 100644 --- a/.projen/tasks.json +++ b/.projen/tasks.json @@ -182,7 +182,7 @@ }, "steps": [ { - "exec": "npx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=projen,@cdk8s/projen-common" + "exec": "npx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev --filter=projen,@cdk8s/projen-common" }, { "exec": "yarn install --check-files" diff --git a/package.json b/package.json index e8fc0fea80..4022b5a11d 100644 --- a/package.json +++ b/package.json @@ -29,9 +29,9 @@ "organization": false }, "devDependencies": { - "@cdk8s/projen-common": "^0.0.515", + "@cdk8s/projen-common": "^0.0.516", "@types/jest": "^26.0.24", - "@types/node": "^16", + "@types/node": "16.18.78", "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", "cdk8s": "^2.68.59", diff --git a/yarn.lock b/yarn.lock index d0b2ba3e0f..4fefeee84e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -296,10 +296,10 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cdk8s/projen-common@^0.0.515": - version "0.0.515" - resolved "https://registry.yarnpkg.com/@cdk8s/projen-common/-/projen-common-0.0.515.tgz#b0ff313065939f1f6283bb808b8f9f7be67e2890" - integrity sha512-TrWwjBEy8DyCNN8gdQ/d703I7I71nk0UXAcGr2AS49zCP8pe/DTatFD0L9PQuc5A9706X1LfUWnbe7imamJKDQ== +"@cdk8s/projen-common@^0.0.516": + version "0.0.516" + resolved "https://registry.yarnpkg.com/@cdk8s/projen-common/-/projen-common-0.0.516.tgz#a2f556c6f50bfea3471b8f8ef942faec253a6f57" + integrity sha512-deAs4BlYTPySJ37KqsnThhlTv5ptOm9PQHZy4XdLAn1VBiRu4PPZ9i0++YQhOaHiV7lrrLxVXqlgqku2/qDipg== dependencies: codemaker "^1.97.0" deepmerge "^4.3.1" @@ -1389,6 +1389,11 @@ dependencies: undici-types "~5.26.4" +"@types/node@16.18.78": + version "16.18.78" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.78.tgz#3d97264128712f2eb59f1f8456bcfc5d56d8105c" + integrity sha512-2poPMDdsGfvhcLmgJZ85QrIfN6z3PijYRMiV0FWIEUiQW/t/lzH7BEm4vN+HMhjZXbtIKssMcAxTcgu4Rm83YA== + "@types/node@^16": version "16.18.96" resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.96.tgz#eb0012d23ff53d14d64ec8a352bf89792de6aade"