We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dbf0c commit f401457Copy full SHA for f401457
package.json
@@ -41,7 +41,8 @@
41
"passport": "^0.3.2",
42
"passport-tumblr": "^0.1.2",
43
"snyk": "^1.38.1",
44
- "tumblr.js": "^1.1.1"
+ "tumblr.js": "^1.1.1",
45
+ "uuid": "^3.1.0"
46
},
47
"devDependencies": {
48
"ava": "^0.21.0",
yarn.lock
@@ -5856,7 +5856,7 @@ uuid@^2.0.1:
5856
version "2.0.3"
5857
resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a"
5858
5859
-uuid@^3.0.0, uuid@^3.0.1:
+uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0:
5860
version "3.1.0"
5861
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebbc04"
5862
0 commit comments