Skip to content

Commit 1877648

Browse files
committed
fix(deps): allow uuid ^10 and ^11
We only use v4 which didn't changed so it's fine to allow our users to update.
1 parent cf9c56f commit 1877648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"keycharm": "^0.2.0 || ^0.3.0 || ^0.4.0",
6363
"moment": "^2.24.0",
6464
"propagating-hammerjs": "^1.4.0 || ^2.0.0",
65-
"uuid": "^3.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
65+
"uuid": "^3.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
6666
"vis-data": "^6.3.0 || ^7.0.0",
6767
"vis-util": "^5.0.1",
6868
"xss": "^1.0.0"

0 commit comments

Comments
 (0)