Skip to content

Commit 8b39a4e

Browse files
renovate[bot]renovate-botRyanZim
authored
Update dependency uuid to v7 (#318)
* Update dependency uuid to v7 * Change usage Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Ryan Zimmerman <[email protected]>
1 parent 7a9c4ef commit 8b39a4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"postcss-import": "^12.0.0",
4141
"prettier": "~2.0.0",
4242
"sugarss": "^2.0.0",
43-
"uuid": "^3.0.1"
43+
"uuid": "^7.0.0"
4444
},
4545
"files": [
4646
"bin",

test/helpers/tmp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const path = require('path')
2-
const uuid = require('uuid')
2+
const { v4: uuid } = require('uuid')
33

44
module.exports = function (ext) {
55
ext = ext || ''

0 commit comments

Comments
 (0)