From c9eba0d9a25dc35669d6ff6021cde4abb8fba688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 14:51:00 +0000 Subject: [PATCH] Bump ini from 4.1.1 to 4.1.3 Bumps [ini](https://github.com/npm/ini) from 4.1.1 to 4.1.3. - [Release notes](https://github.com/npm/ini/releases) - [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/ini/compare/v4.1.1...v4.1.3) --- updated-dependencies: - dependency-name: ini dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca96b71ea..b36ff89b2 100644 --- a/package.json +++ b/package.json @@ -334,7 +334,7 @@ "indexof": "0.0.1", "inflight": "1.0.6", "inherits": "2.0.4", - "ini": "4.1.1", + "ini": "4.1.3", "interpret": "3.1.1", "invariant": "2.2.4", "invert-kv": "4.2.0",