Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 129aead

Browse files
authored
fix(deps): update dependency uuid to v7 (#1200)
1 parent 21dba4c commit 129aead

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@types/shimmer": "^1.0.1",
7575
"@types/source-map-support": "^0.5.0",
7676
"@types/tmp": "0.1.0",
77-
"@types/uuid": "^3.4.3",
77+
"@types/uuid": "^7.0.0",
7878
"axios": "^0.19.0",
7979
"codecov": "^3.0.0",
8080
"cpy": "^8.0.0",
@@ -113,6 +113,6 @@
113113
"semver": "^7.0.0",
114114
"source-map-support": "^0.5.16",
115115
"shimmer": "^1.2.0",
116-
"uuid": "^3.0.1"
116+
"uuid": "^7.0.0"
117117
}
118118
}

0 commit comments

Comments
 (0)