From 68734dc35004deae975ed404fce6e07521d9bbae Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Mon, 7 Dec 2020 19:49:25 +0530 Subject: [PATCH] Update uuid to ^8.3.1 in package.json --- debian/patches/0791-update-uuid.patch | 11 +++++++++++ debian/patches/series | 1 + 2 files changed, 12 insertions(+) create mode 100644 debian/patches/0791-update-uuid.patch diff --git a/debian/patches/0791-update-uuid.patch b/debian/patches/0791-update-uuid.patch new file mode 100644 index 0000000000..9bfb1e0ebf --- /dev/null +++ b/debian/patches/0791-update-uuid.patch @@ -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", diff --git a/debian/patches/series b/debian/patches/series index 3ff259c9d5..2d1629f26a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -31,3 +31,4 @@ 0770-remove-capybara-screenshot-rspec.patch 0780-css-loader-3.patch 0790-worker-loader-3.patch +0791-update-uuid.patch