Skip to content

Commit c816402

Browse files
marcbachmannhansl
authored andcommitted
chore(package): update uuid to version 3.0.0 (#3246)
1 parent f9a7c01 commit c816402

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
"mkdirp": "^0.5.1",
8989
"node-modules-path": "^1.0.0",
9090
"node-sass": "^3.10.1",
91-
"node-uuid": "^1.4.3",
9291
"nopt": "^3.0.1",
9392
"npm-run-all": "^3.0.0",
9493
"offline-plugin": "^3.4.1",
@@ -126,6 +125,7 @@
126125
"tslint-loader": "^2.1.4",
127126
"typescript": "~2.0.3",
128127
"url-loader": "^0.5.7",
128+
"uuid": "^3.0.0",
129129
"walk-sync": "^0.2.6",
130130
"webpack": "2.1.0-beta.25",
131131
"webpack-dev-server": "2.1.0-beta.9",

packages/angular-cli/ember-cli/lib/cli/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function clientId() {
2525
if (id) {
2626
return id;
2727
} else {
28-
id = require('node-uuid').v4().toString();
28+
id = require('uuid').v4().toString();
2929
configStore.set('client-id', id);
3030
return id;
3131
}

packages/angular-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
"mkdirp": "^0.5.1",
7373
"node-modules-path": "^1.0.0",
7474
"node-sass": "^3.10.1",
75-
"node-uuid": "^1.4.3",
7675
"nopt": "^3.0.1",
7776
"npm-run-all": "^3.0.0",
7877
"offline-plugin": "^3.4.1",
@@ -108,6 +107,7 @@
108107
"tslint-loader": "^2.1.4",
109108
"typescript": "~2.0.3",
110109
"url-loader": "^0.5.7",
110+
"uuid": "^3.0.0",
111111
"walk-sync": "^0.2.6",
112112
"webpack": "2.1.0-beta.25",
113113
"webpack-dev-server": "2.1.0-beta.9",

0 commit comments

Comments
 (0)