From ad7139d27ca59bdaec0221bc60ff24828964b95f Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Mon, 15 Apr 2024 08:17:38 -0700 Subject: [PATCH] chore(deps): upgrade configuration (#4033) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-plus/actions/runs/8691508956 ------ *Automatically created by projen via the "upgrade-configuration-k8s-29-main" workflow* --- .projen/deps.json | 2 +- .projen/tasks.json | 2 +- package.json | 4 ++-- yarn.lock | 18 +++++++++--------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.projen/deps.json b/.projen/deps.json index 364b84ce4..5490925ba 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -15,7 +15,7 @@ }, { "name": "@types/node", - "version": "^16 <= 16.18.78", + "version": "16.18.78", "type": "build" }, { diff --git a/.projen/tasks.json b/.projen/tasks.json index 3a4fb8158..21c826694 100644 --- a/.projen/tasks.json +++ b/.projen/tasks.json @@ -425,7 +425,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 c2ff032ac..0eef43a88 100644 --- a/package.json +++ b/package.json @@ -50,10 +50,10 @@ "organization": false }, "devDependencies": { - "@cdk8s/projen-common": "^0.0.515", + "@cdk8s/projen-common": "^0.0.516", "@types/jest": "^27", "@types/minimatch": "^3.0.5", - "@types/node": "^16 <= 16.18.78", + "@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 ad359444a..63b4ad495 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" @@ -931,16 +931,16 @@ 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" integrity sha512-84iSqGXoO+Ha16j8pRZ/L90vDMKX04QTYMTfYeE1WrjWaZXuchBehGUZEpNgx7JnmlrIHdnABmpjrQjhCnNldQ== -"@types/node@^16 <= 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/normalize-package-data@^2.4.0": version "2.4.4" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"