Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
meta: use uuid instead of node-uuid #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eywek committed Apr 30, 2019
1 parent 3ea1221 commit b76fc79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"istanbul-lib-report": "^1.1.3",
"istanbul-reports": "^1.3.0",
"mkdirp": "^0.5.1",
"node-uuid": "^1.4.8",
"rimraf": "^2.6.2",
"signal-exit": "^3.0.2",
"spawn-wrap": "^1.4.2",
"test-exclude": "^4.2.1",
"uuid": "^3.3.2",
"v8-to-istanbul": "1.2.0",
"yargs": "^11.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/report.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const CoverageMap = require('istanbul-lib-coverage/lib/coverage-map').CoverageMa
const libReport = require('istanbul-lib-report')
const reports = require('istanbul-reports')
const v8ToIstanbul = require('v8-to-istanbul')
const uuid = require('node-uuid')
const uuid = require('uuid')

module.exports = class Report {
/**
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -549,11 +549,6 @@ ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==

node-uuid@^1.4.8:
version "1.4.8"
resolved "https://registry.yarnpkg.com/node-uuid/-/node-uuid-1.4.8.tgz#b040eb0923968afabf8d32fb1f17f1167fdab907"
integrity sha1-sEDrCSOWivq/jTL7HxfxFn/auQc=

normalize-package-data@^2.3.2:
version "2.4.0"
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.4.0.tgz#12f95a307d58352075a04907b84ac8be98ac012f"
Expand Down Expand Up @@ -933,6 +928,11 @@ uglify-js@^3.1.4:
commander "~2.17.1"
source-map "~0.6.1"

uuid@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==

[email protected]:
version "1.2.0"
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-1.2.0.tgz#f6a22ffb08b2202aaba8c2be497d1d41fe8fb4b6"
Expand Down

0 comments on commit b76fc79

Please sign in to comment.