diff --git a/package-lock.json b/package-lock.json index db98b7c..446f975 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/cross-spawn": "^6.0.2", "@types/diff": "^5.0.2", "@types/fs-extra": "^9.0.13", - "@types/ini": "^1.3.31", + "@types/ini": "^4.1.1", "@types/lodash": "^4.14.175", "@types/plist": "^3.0.2", "@types/prompts": "^2.0.14", @@ -1243,9 +1243,9 @@ } }, "node_modules/@types/ini": { - "version": "1.3.34", - "resolved": "https://registry.npmjs.org/@types/ini/-/ini-1.3.34.tgz", - "integrity": "sha512-FafeLhwmWucTi31ZYg/6aHBZNyrogQ35aDvSW7zMAz3HMhUqQ4G/NBya8c5pe2jwoYsDFwra8O9/yZotong76g==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@types/ini/-/ini-4.1.1.tgz", + "integrity": "sha512-MIyNUZipBTbyUNnhvuXJTY7B6qNI78meck9Jbv3wk0OgNwRyOOVEKDutAkOs1snB/tx0FafyR6/SN4Ps0hZPeg==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index f309d41..90a1375 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/cross-spawn": "^6.0.2", "@types/diff": "^5.0.2", "@types/fs-extra": "^9.0.13", - "@types/ini": "^1.3.31", + "@types/ini": "^4.1.1", "@types/lodash": "^4.14.175", "@types/plist": "^3.0.2", "jest": "^27.2.5",