diff --git a/package-lock.json b/package-lock.json index dc36af6..7ac021c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5579,9 +5579,9 @@ } }, "i": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/i/-/i-0.3.6.tgz", - "integrity": "sha1-2WyScyB28HJxG2sQ/X1PZa2O4j0=" + "version": "0.3.7", + "resolved": "https://registry.npmjs.org/i/-/i-0.3.7.tgz", + "integrity": "sha512-FYz4wlXgkQwIPqhzC5TdNMLSE5+GS1IIDJZY/1ZiEPCT2S3COUVZeT5OW4BmW4r5LHLQuOosSwsvnroG9GR59Q==" }, "iconv-lite": { "version": "0.4.19", diff --git a/package.json b/package.json index d1841d0..a545dc9 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "fstream": "^1.0.12", "handlebars": "^4.3.0", "husky": "^1.0.0-rc.2", - "i": "^0.3.6", + "i": "^0.3.7", "install": "^0.11.0", "is-float": "^1.0.0", "js-yaml": "^3.13.1", diff --git a/yarn.lock b/yarn.lock index 0eb2f08..7e22338 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3987,10 +3987,10 @@ husky@^1.0.0-rc.2: run-node "^1.0.0" slash "^2.0.0" -i@^0.3.6: - version "0.3.6" - resolved "https://registry.yarnpkg.com/i/-/i-0.3.6.tgz#d96c92732076f072711b6b10fd7d4f65ad8ee23d" - integrity sha1-2WyScyB28HJxG2sQ/X1PZa2O4j0= +i@^0.3.7: + version "0.3.7" + resolved "https://registry.yarnpkg.com/i/-/i-0.3.7.tgz#2a7437a923d59c14b17243dc63a549af24d85799" + integrity sha512-FYz4wlXgkQwIPqhzC5TdNMLSE5+GS1IIDJZY/1ZiEPCT2S3COUVZeT5OW4BmW4r5LHLQuOosSwsvnroG9GR59Q== iconv-lite@0.4.19: version "0.4.19"