From 6661161ac3039d54abd7bf466244574c72c50fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 16:33:21 +0000 Subject: [PATCH] Bump ini in /Tools/AUTOSAR studio/Executable file (.exe)/resources/app Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] --- .../Executable file (.exe)/resources/app/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tools/AUTOSAR studio/Executable file (.exe)/resources/app/package-lock.json b/Tools/AUTOSAR studio/Executable file (.exe)/resources/app/package-lock.json index 222f558..66aec20 100644 --- a/Tools/AUTOSAR studio/Executable file (.exe)/resources/app/package-lock.json +++ b/Tools/AUTOSAR studio/Executable file (.exe)/resources/app/package-lock.json @@ -885,9 +885,9 @@ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" }, "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha1-7uJfVtscnsYIXgwid4CD9Zar+Sc=", + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.7.tgz", + "integrity": "sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==", "dev": true }, "is-arrayish": {