From 1c25256be426defdfe07ba9c223cf22817f8a775 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 19:51:26 +0000 Subject: [PATCH] chore(deps): update support-deps | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | defenseunicorns/uds-common | v1.3.0 | v1.4.0 | | npm | typescript | 5.6.3 | 5.7.2 | --- tasks/create.yaml | 2 +- tasks/lint.yaml | 2 +- tasks/test.yaml | 2 +- test/jest/package-lock.json | 7 ++++--- test/playwright/package-lock.json | 6 +++--- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/tasks/create.yaml b/tasks/create.yaml index d1e82c32a..081004f49 100644 --- a/tasks/create.yaml +++ b/tasks/create.yaml @@ -3,7 +3,7 @@ includes: - - common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.3.0/tasks/create.yaml + - common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.4.0/tasks/create.yaml variables: - name: FLAVOR diff --git a/tasks/lint.yaml b/tasks/lint.yaml index b0f652981..2f0414c32 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.3.0/tasks/lint.yaml + - remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.4.0/tasks/lint.yaml tasks: - name: fix diff --git a/tasks/test.yaml b/tasks/test.yaml index 69e67db63..5eef35a1a 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.3.0/tasks/compliance.yaml + - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.4.0/tasks/compliance.yaml tasks: - name: base diff --git a/test/jest/package-lock.json b/test/jest/package-lock.json index b0b79a815..e7fde150c 100644 --- a/test/jest/package-lock.json +++ b/test/jest/package-lock.json @@ -4514,10 +4514,11 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/test/playwright/package-lock.json b/test/playwright/package-lock.json index 4cd17991f..fc99d3f6c 100644 --- a/test/playwright/package-lock.json +++ b/test/playwright/package-lock.json @@ -84,9 +84,9 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, "license": "Apache-2.0", "bin": {