From ddfbaf9fac803ee7275c5f23b13588241f7c7fcf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Jan 2024 01:33:41 +0000 Subject: [PATCH] fix: upgrade ini from 1.3.5 to 1.3.8 Snyk has created this PR to upgrade ini from 1.3.5 to 1.3.8. See this package in npm: See this project in Snyk: https://app.snyk.io/org/wjeichhold/project/8442bf6b-33b2-45ed-8414-d901b16435d0?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 158730e..c48c018 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "carrier": "^0.3.0", "debug": "^4.1.1", - "ini": "^1.3.4", + "ini": "^1.3.8", "prom-client": "^11.5.3", "redis": "^2.8.0", "statsd-client": "^0.4.4" diff --git a/yarn.lock b/yarn.lock index b244039..4f913b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -707,10 +707,10 @@ inherits@2: version "2.0.3" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" -ini@^1.3.4: - version "1.3.5" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" - integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== +ini@^1.3.8: + version "1.3.8" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" + integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== inquirer@^7.0.0: version "7.0.0"