From 08061c3366fa6ecfacc397387d60e25b4805a720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:20:03 +0000 Subject: [PATCH] build(deps-dev): bump utility-types from 3.10.0 to 3.11.0 Bumps [utility-types](https://github.com/piotrwitek/utility-types) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/piotrwitek/utility-types/releases) - [Commits](https://github.com/piotrwitek/utility-types/compare/v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: utility-types dependency-type: direct:development update-type: version-update:semver-minor ... 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 c73ded8..f276c2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "ts-node": "^10.9.2", "tsup": "^8.0.1", "typescript": "^5.3.2", - "utility-types": "^3.10.0" + "utility-types": "^3.11.0" }, "engines": { "node": ">=18" @@ -8446,9 +8446,9 @@ } }, "node_modules/utility-types": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.10.0.tgz", - "integrity": "sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz", + "integrity": "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==", "dev": true, "engines": { "node": ">= 4" diff --git a/package.json b/package.json index dc97c19..2d3e463 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,6 @@ "ts-node": "^10.9.2", "tsup": "^8.0.1", "typescript": "^5.3.2", - "utility-types": "^3.10.0" + "utility-types": "^3.11.0" } }