From 91e281dfac74726a5822c018fff3492e8b941804 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Mon, 15 Apr 2024 08:13:23 -0700 Subject: [PATCH] chore(deps): upgrade configuration (#1438) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-image/actions/runs/8691429109 ------ *Automatically created by projen via the "upgrade-configuration-main" workflow* --- .projen/deps.json | 2 +- .projen/tasks.json | 2 +- package.json | 4 ++-- yarn.lock | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.projen/deps.json b/.projen/deps.json index e7b30d41..5a6aac45 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -11,7 +11,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 76616147..4a3a9263 100644 --- a/.projen/tasks.json +++ b/.projen/tasks.json @@ -337,7 +337,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 d350663c..ddde3ab9 100644 --- a/package.json +++ b/package.json @@ -42,9 +42,9 @@ "organization": false }, "devDependencies": { - "@cdk8s/projen-common": "^0.0.515", + "@cdk8s/projen-common": "^0.0.516", "@types/jest": "^27", - "@types/node": "^16 <= 16.18.78", + "@types/node": "16.18.78", "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", "cdk8s": "2.68.4", diff --git a/yarn.lock b/yarn.lock index 28d3a457..f191916e 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" @@ -870,7 +870,7 @@ dependencies: undici-types "~5.26.4" -"@types/node@^16 <= 16.18.78": +"@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==