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" } }