diff --git a/package-lock.json b/package-lock.json index 892fdcec0a..9f516f7653 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1186,7 +1186,7 @@ "requires": { "@lerna/npm-conf": "file:utils/npm-conf", "figgy-pudding": "^3.5.1", - "npm-lifecycle": "^2.1.0", + "npm-lifecycle": "^2.1.1", "npmlog": "^4.1.2" } }, diff --git a/utils/run-lifecycle/package.json b/utils/run-lifecycle/package.json index 3465ba839b..f0f5765b04 100644 --- a/utils/run-lifecycle/package.json +++ b/utils/run-lifecycle/package.json @@ -33,7 +33,7 @@ "dependencies": { "@lerna/npm-conf": "file:../npm-conf", "figgy-pudding": "^3.5.1", - "npm-lifecycle": "^2.1.0", + "npm-lifecycle": "^2.1.1", "npmlog": "^4.1.2" } }