Skip to content

Commit 91175a2

Browse files
Update dependency uuid to v7 (#184)
1 parent f4ca6f1 commit 91175a2

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"pako": "^1.0.3",
8080
"rxjs": "^6.0.0",
8181
"rxjs-compat": "^6",
82-
"uuid": "^3.0.1",
82+
"uuid": "^7.0.0",
8383
"websocket": "^1.0.25",
8484
"xml2js": "^0.4.17"
8585
},

yarn.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3448,10 +3448,14 @@ util.promisify@^1.0.0:
34483448
define-properties "^1.1.2"
34493449
object.getownpropertydescriptors "^2.0.3"
34503450

3451-
uuid@^3.0.1, uuid@^3.3.2:
3451+
uuid@^3.3.2:
34523452
version "3.3.2"
34533453
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
34543454

3455+
uuid@^7.0.0:
3456+
version "7.0.0"
3457+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.0.tgz#1833d4b9ce50b732bfaa271f9cb74e974d303c79"
3458+
34553459
validate-npm-package-license@^3.0.1:
34563460
version "3.0.4"
34573461
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"

0 commit comments

Comments
 (0)