Update uuid to ^8.3.1 in package.json

This commit is contained in:
Pirate Praveen 2020-12-07 19:49:25 +05:30
parent 5b84b1f2f7
commit 68734dc350
No known key found for this signature in database
GPG key ID: 8F53E0193B294B75
2 changed files with 12 additions and 0 deletions

11
debian/patches/0791-update-uuid.patch vendored Normal file
View file

@ -0,0 +1,11 @@
--- a/package.json
+++ b/package.json
@@ -99,7 +99,7 @@
"tiptap-commands": "^1.4.0",
"tiptap-extensions": "^1.8.0",
"tributejs": "5.1.3",
- "uuid": "8.1.0",
+ "uuid": "^8.3.1",
"visibilityjs": "^1.2.4",
"vue-apollo": "^3.0.3",
"vue-loader": "^15.9.0",

View file

@ -31,3 +31,4 @@
0770-remove-capybara-screenshot-rspec.patch
0780-css-loader-3.patch
0790-worker-loader-3.patch
0791-update-uuid.patch