From 6cfa00f0af825983a398cb9c01054b26f60ffbfa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Oct 2023 05:43:28 +0000 Subject: [PATCH] feat: upgrade ini from 3.0.1 to 4.1.1 Snyk has created this PR to upgrade ini from 3.0.1 to 4.1.1. See this package in npm: https://www.npmjs.com/package/ini See this project in Snyk: https://app.snyk.io/org/chadbaker47/project/b104cf02-6e41-447f-b424-db6d8303438a?utm_source=github&utm_medium=referral&page=upgrade-pr --- workspaces/config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/config/package.json b/workspaces/config/package.json index 3d70a1565e741..58e873a2b7867 100644 --- a/workspaces/config/package.json +++ b/workspaces/config/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "@npmcli/map-workspaces": "^3.0.0", - "ini": "^3.0.0", + "ini": "^4.1.1", "nopt": "^7.0.0", "proc-log": "^3.0.0", "read-package-json-fast": "^3.0.0",