Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Incompatible request and uuid versions in package.json #610

Open
wants to merge 2 commits into
base: okta
Choose a base branch
from
Open

Incompatible request and uuid versions in package.json #610

wants to merge 2 commits into from

Conversation

jmanus
Copy link

@jmanus jmanus commented Jul 28, 2017

In the package.json, you are requiring request 2.74 which depends on a very old/outdated version of uuid (it incorporates it as require('node-uuid')) and is not compatible with the uuid 3.0.0 that you have listed.

The easiest thing (I think) is to bump the request version up to something current (i.e. 2.81.0) and since the APIs are relatively self-contained, I think that this is a pretty low risk change and helps make it work for people (like myself) who are using npm's package-lock versioning.

One related note, I tried to run the tests on the okta branch and they failed (definitely unrelated to the change I'm proposing here). Just thought you might like to know that as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant