Skip to content

Commit 0b2060b

Browse files
authored
fix(deps): add uuid to dependencies (#2376)
1 parent f8b6f63 commit 0b2060b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
"through2": "^4.0.2",
9191
"@babel/traverse": "7.27.7",
9292
"@babel/core": "7.27.7",
93-
"@babel/helpers": "7.27.6"
93+
"@babel/helpers": "7.27.6",
94+
"uuid": "^11.1.0"
9495
},
9596
"devDependencies": {
9697
"@opentelemetry/sdk-trace-base": "^2.0.0",
@@ -133,7 +134,6 @@
133134
"time-span": "4.0.0",
134135
"tmp": "^0.2.3",
135136
"typescript": "^5.8.2",
136-
"uuid": "^11.1.0",
137137
"yargs": "^17.7.2"
138138
}
139139
}

0 commit comments

Comments
 (0)