This repository was archived by the owner on Feb 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const looselyValidate = require('@segment/loosely-validate-event')
6
6
const axios = require ( 'axios' )
7
7
const axiosRetry = require ( 'axios-retry' )
8
8
const ms = require ( 'ms' )
9
- const uuid = require ( 'uuid/v4 ' )
9
+ const { v4 : uuid } = require ( 'uuid' )
10
10
const md5 = require ( 'md5' )
11
11
const version = require ( './package.json' ) . version
12
12
const isString = require ( 'lodash.isstring' )
Original file line number Diff line number Diff line change 40
40
"md5" : " ^2.2.1" ,
41
41
"ms" : " ^2.0.0" ,
42
42
"remove-trailing-slash" : " ^0.1.0" ,
43
- "uuid" : " ^3.2.1 "
43
+ "uuid" : " ^8. 3.2"
44
44
},
45
45
"devDependencies" : {
46
46
"ava" : " ^0.25.0" ,
Original file line number Diff line number Diff line change 6179
6179
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
6180
6180
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
6181
6181
6182
- uuid@^3.0.1, uuid@^3.2.1, uuid@^3. 3.2 :
6182
+ uuid@^3.0.1, uuid@^3.3.2 :
6183
6183
version "3.3.2"
6184
6184
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
6185
6185
6186
+ uuid@^8.3.2 :
6187
+ version "8.3.2"
6188
+ resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
6189
+ integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
6190
+
6186
6191
validate-npm-package-license@^3.0.1 :
6187
6192
version "3.0.4"
6188
6193
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
You can’t perform that action at this time.
0 commit comments