diff --git a/package-lock.json b/package-lock.json index 3cc28404..d9f2d9aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5862,9 +5862,9 @@ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" }, "object-path": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz", - "integrity": "sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=" + "version": "0.11.6", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.6.tgz", + "integrity": "sha512-IxOLx7DbXnrRHAhLRiL4Sg0383CGdo5k6F7sjYyeqVOEzctZFUHF3c4uh7EgqWoV0B3CCmgYwjOBgw9jrqyv/A==" }, "object-visit": { "version": "1.0.1", diff --git a/package.json b/package.json index 88c2321c..d7690dba 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "http-status": "^1.3.1", "json-stream": "^1.0.0", "object-hash": "^1.3.1", - "object-path": "^0.11.4", + "object-path": "^0.11.6", "promise-retry": "^1.1.1", "request": "^2.88.0", "request-promise-native": "^1.0.5",