From 788bb5580344fcc11586d70442d86c2a642cc043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 23:55:42 +0000 Subject: [PATCH] build(deps): bump type-fest from 4.10.1 to 4.10.2 Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 4.10.1 to 4.10.2. - [Release notes](https://github.com/sindresorhus/type-fest/releases) - [Commits](https://github.com/sindresorhus/type-fest/compare/v4.10.1...v4.10.2) --- updated-dependencies: - dependency-name: type-fest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1d956b9b157..922d8b7af281 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "run-async": "3.0.0", "semver": "7.5.4", "simple-git": "3.22.0", - "type-fest": "4.10.1", + "type-fest": "4.10.2", "uuid": "9.0.1", "winston": "3.11.0", "yaml": "2.3.4", @@ -14150,9 +14150,9 @@ } }, "node_modules/type-fest": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz", - "integrity": "sha512-7ZnJYTp6uc04uYRISWtiX3DSKB/fxNQT0B5o1OUeCqiQiwF+JC9+rJiZIDrPrNCLLuTqyQmh4VdQqh/ZOkv9MQ==", + "version": "4.10.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.2.tgz", + "integrity": "sha512-anpAG63wSpdEbLwOqH8L84urkL6PiVIov3EMmgIhhThevh9aiMQov+6Btx0wldNcvm4wV+e2/Rt1QdDwKHFbHw==", "engines": { "node": ">=16" }, diff --git a/package.json b/package.json index 3a56487a7b4a..d581a920ae07 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "run-async": "3.0.0", "semver": "7.5.4", "simple-git": "3.22.0", - "type-fest": "4.10.1", + "type-fest": "4.10.2", "uuid": "9.0.1", "winston": "3.11.0", "yaml": "2.3.4",