Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/uuid/package.json

Issue 877193002: Upgrade vulcanize to 0.7.6. (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/uuid/package.json
diff --git a/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/uuid/package.json b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/uuid/package.json
index 779662b9d90775153f5b45424e9d976dec2e9912..f9b0ffec9d5af15964cad39cfec0f99165be9e71 100644
--- a/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/uuid/package.json
+++ b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/uuid/package.json
@@ -1,6 +1,6 @@
{
"name": "uuid",
- "version": "1.4.2",
+ "version": "2.0.1",
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
"keywords": [
"uuid",
@@ -29,8 +29,7 @@
"test": "mocha test/test.js"
},
"browser": {
- "./rng.js": "./rng-browser.js",
- "./buffer.js": "./buffer-browser.js"
+ "./rng.js": "./rng-browser.js"
},
"repository": {
"type": "git",
@@ -52,6 +51,10 @@
"url": "https://github.com/shtylman/node-uuid/issues"
},
"homepage": "https://github.com/shtylman/node-uuid",
- "_id": "uuid@1.4.2",
- "_from": "uuid@~1.4.1"
+ "_id": "uuid@2.0.1",
+ "dist": {
+ "shasum": "45ba18110874d22c6c63f9f7028b121be22b4469"
+ },
+ "_from": "uuid@^2.0.1",
+ "_resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz"
}

Powered by Google App Engine
This is Rietveld 408576698