From 434f7bc0bcb156c6ea5275baeb743314a42fab31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:42:19 +0200 Subject: [PATCH] chore: Bump ini from 4.1.3 to 5.0.0 (#762) Bumps [ini](https://github.com/npm/ini) from 4.1.3 to 5.0.0. - [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.3...v5.0.0) --- updated-dependencies: - dependency-name: ini dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 232303cf..5ffcb5f6 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "async-lock": "^1.0.0", "asyncbox": "^3.0.0", "bluebird": "^3.4.7", - "ini": "^4.1.1", + "ini": "^5.0.0", "lodash": "^4.0.0", "lru-cache": "^10.0.0", "semver": "^7.0.0",