Skip to content

Commit f401457

Browse files
committed
add uuid dep
1 parent 36dbf0c commit f401457

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"passport": "^0.3.2",
4242
"passport-tumblr": "^0.1.2",
4343
"snyk": "^1.38.1",
44-
"tumblr.js": "^1.1.1"
44+
"tumblr.js": "^1.1.1",
45+
"uuid": "^3.1.0"
4546
},
4647
"devDependencies": {
4748
"ava": "^0.21.0",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -5856,7 +5856,7 @@ uuid@^2.0.1:
58565856
version "2.0.3"
58575857
resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a"
58585858

5859-
uuid@^3.0.0, uuid@^3.0.1:
5859+
uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0:
58605860
version "3.1.0"
58615861
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebbc04"
58625862

0 commit comments

Comments
 (0)