From 019a55cd761b7eeab7691ba1cd63f72454a52066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 22:17:49 +0000 Subject: [PATCH] build(deps): bump type-fest from 4.2.0 to 5.4.4 in /.devops/aws Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 4.2.0 to 5.4.4. - [Release notes](https://github.com/sindresorhus/type-fest/releases) - [Commits](https://github.com/sindresorhus/type-fest/compare/v4.2.0...v5.4.4) --- updated-dependencies: - dependency-name: type-fest dependency-version: 5.4.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .devops/aws/package-lock.json | 38 +++++++++++++++++++++++++++-------- .devops/aws/package.json | 2 +- 2 files changed, 31 insertions(+), 9 deletions(-) diff --git a/.devops/aws/package-lock.json b/.devops/aws/package-lock.json index eb7dca7a..7ee70ccf 100644 --- a/.devops/aws/package-lock.json +++ b/.devops/aws/package-lock.json @@ -22,7 +22,7 @@ "k8s-resource-parser": "^0.2.1", "lodash": "^4.17.21", "safe-stable-stringify": "^2.4.3", - "type-fest": "^4.2.0" + "type-fest": "^5.4.4" }, "devDependencies": { "@aws-sdk/client-elastic-load-balancing-v2": "^3.360.0", @@ -5346,6 +5346,17 @@ "node": ">=10.0.0" } }, + "node_modules/tagged-tag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz", + "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==", + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/tar": { "version": "7.4.0", "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.0.tgz", @@ -5472,11 +5483,14 @@ "dev": true }, "node_modules/type-fest": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.2.0.tgz", - "integrity": "sha512-5zknd7Dss75pMSED270A1RQS3KloqRJA9XbXLe0eCxyw7xXFb3rd+9B0UQ/0E+LQT6lnrLviEolYORlRWamn4w==", + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.4.4.tgz", + "integrity": "sha512-JnTrzGu+zPV3aXIUhnyWJj4z/wigMsdYajGLIYakqyOW1nPllzXEJee0QQbHj+CTIQtXGlAjuK0UY+2xTyjVAw==", + "dependencies": { + "tagged-tag": "^1.0.0" + }, "engines": { - "node": ">=16" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -9581,6 +9595,11 @@ "strip-ansi": "^6.0.1" } }, + "tagged-tag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz", + "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==" + }, "tar": { "version": "7.4.0", "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.0.tgz", @@ -9671,9 +9690,12 @@ "dev": true }, "type-fest": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.2.0.tgz", - "integrity": "sha512-5zknd7Dss75pMSED270A1RQS3KloqRJA9XbXLe0eCxyw7xXFb3rd+9B0UQ/0E+LQT6lnrLviEolYORlRWamn4w==" + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.4.4.tgz", + "integrity": "sha512-JnTrzGu+zPV3aXIUhnyWJj4z/wigMsdYajGLIYakqyOW1nPllzXEJee0QQbHj+CTIQtXGlAjuK0UY+2xTyjVAw==", + "requires": { + "tagged-tag": "^1.0.0" + } }, "typescript": { "version": "5.5.2", diff --git a/.devops/aws/package.json b/.devops/aws/package.json index 9483451f..d00ba945 100644 --- a/.devops/aws/package.json +++ b/.devops/aws/package.json @@ -37,6 +37,6 @@ "k8s-resource-parser": "^0.2.1", "lodash": "^4.17.21", "safe-stable-stringify": "^2.4.3", - "type-fest": "^4.2.0" + "type-fest": "^5.4.4" } }