From c7d4a4c5457581d4deae31dc2382e87ef5b777a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 20:14:38 +0000 Subject: [PATCH] chore(deps): update support-deps | datasource | package | from | to | | ------------------ | -------------------------- | ------ | ------ | | terraform-provider | hashicorp/aws | 5.83.1 | 5.84.0 | | github-tags | defenseunicorns/uds-common | v1.6.3 | v1.7.0 | | github-tags | k3d-io/k3d | v5.7.5 | v5.8.1 | | npm | kubernetes-fluent-client | 3.3.7 | 3.3.8 | --- .github/actions/setup/action.yaml | 2 +- .github/test-infra/aws/rke2/versions.tf | 2 +- tasks/create.yaml | 2 +- tasks/lint.yaml | 2 +- tasks/test.yaml | 2 +- test/jest/package-lock.json | 22 +++++++++++----------- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index ae1d45cd6..7061e0b9a 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -29,7 +29,7 @@ runs: - name: Install k3d shell: bash # renovate: datasource=github-tags depName=k3d-io/k3d versioning=semver - run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v5.7.5 bash + run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v5.8.1 bash - name: Install UDS CLI uses: defenseunicorns/setup-uds@ab842abcad1f7a3305c2538e3dd1950d0daacfa5 # v1.0.1 diff --git a/.github/test-infra/aws/rke2/versions.tf b/.github/test-infra/aws/rke2/versions.tf index 8ffa4e29c..a68747bd2 100644 --- a/.github/test-infra/aws/rke2/versions.tf +++ b/.github/test-infra/aws/rke2/versions.tf @@ -6,7 +6,7 @@ terraform { } required_providers { aws = { - version = "~> 5.83.0" + version = "~> 5.84.0" } random = { version = "~> 3.6.0" diff --git a/tasks/create.yaml b/tasks/create.yaml index 0c3827a5f..6fd2a2bb1 100644 --- a/tasks/create.yaml +++ b/tasks/create.yaml @@ -3,7 +3,7 @@ includes: - - common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.3/tasks/create.yaml + - common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.7.0/tasks/create.yaml variables: - name: FLAVOR diff --git a/tasks/lint.yaml b/tasks/lint.yaml index 7abdd7a81..53e5c22c6 100644 --- a/tasks/lint.yaml +++ b/tasks/lint.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial includes: - - remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.3/tasks/lint.yaml + - remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.7.0/tasks/lint.yaml tasks: - name: fix diff --git a/tasks/test.yaml b/tasks/test.yaml index 0adcd2b31..47bd6380f 100644 --- a/tasks/test.yaml +++ b/tasks/test.yaml @@ -9,7 +9,7 @@ includes: - base-layer: ../packages/base/tasks.yaml - idam-layer: ../packages/identity-authorization/tasks.yaml - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/refs/tags/v0.13.1/tasks/setup.yaml - - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.6.3/tasks/compliance.yaml + - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.7.0/tasks/compliance.yaml tasks: - name: base diff --git a/test/jest/package-lock.json b/test/jest/package-lock.json index 296bb841c..1d986574e 100644 --- a/test/jest/package-lock.json +++ b/test/jest/package-lock.json @@ -3267,9 +3267,9 @@ } }, "node_modules/kubernetes-fluent-client": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/kubernetes-fluent-client/-/kubernetes-fluent-client-3.3.7.tgz", - "integrity": "sha512-KBgt2tQ76CfrDd8aig1xrCIcazztARdTYsqHH1//DctbUEB++2yz+KYR9CYBisSySDS625e86MVfxIB63R77hw==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/kubernetes-fluent-client/-/kubernetes-fluent-client-3.3.8.tgz", + "integrity": "sha512-uuqYZqE4225nvJeKa/qSJfwvvemOCvyjGbURCGkAyHsEfOfTLqpGnt0xtyAroj5T2VYBfFsmWrmaSjB9NVriKg==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -3278,8 +3278,8 @@ "http-status-codes": "2.3.0", "node-fetch": "2.7.0", "quicktype-core": "23.0.170", - "type-fest": "4.30.0", - "undici": "7.1.0", + "type-fest": "4.32.0", + "undici": "7.2.3", "yargs": "17.7.2" }, "bin": { @@ -3290,9 +3290,9 @@ } }, "node_modules/kubernetes-fluent-client/node_modules/type-fest": { - "version": "4.30.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz", - "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==", + "version": "4.32.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.32.0.tgz", + "integrity": "sha512-rfgpoi08xagF3JSdtJlCwMq9DGNDE0IMh3Mkpc1wUypg9vPi786AiqeBBKcqvIkq42azsBM85N490fyZjeUftw==", "dev": true, "license": "(MIT OR CC0-1.0)", "engines": { @@ -4528,9 +4528,9 @@ } }, "node_modules/undici": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.1.0.tgz", - "integrity": "sha512-3+mdX2R31khuLCm2mKExSlMdJsfol7bJkIMH80tdXA74W34rT1jKemUTlYR7WY3TqsV4wfOgpatWmmB2Jl1+5g==", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.2.3.tgz", + "integrity": "sha512-2oSLHaDalSt2/O/wHA9M+/ZPAOcU2yrSP/cdBYJ+YxZskiPYDSqHbysLSlD7gq3JMqOoJI5O31RVU3BxX/MnAA==", "dev": true, "license": "MIT", "engines": {