diff --git a/client/package-lock.json b/client/package-lock.json index 1e8f5fe1..9443270d 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20,7 +20,7 @@ "nuxt-socket-io": "^1.1.18", "trix": "^1.3.1", "v-click-outside": "^3.1.2", - "vue-pdf": "^4.3.0", + "vue-pdf": "^4.2.0", "vue-toastification": "^1.7.11", "vuedraggable": "^2.24.3" }, @@ -15879,14 +15879,14 @@ "integrity": "sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g==" }, "node_modules/vue-pdf": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/vue-pdf/-/vue-pdf-4.3.0.tgz", - "integrity": "sha512-zd3lJj6CbtrawgaaDDciTDjkJMUKiLWtbEmBg5CvFn9Noe9oAO/GNy/fc5c59qGuFCJ14ibIV1baw4S07e5bSQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/vue-pdf/-/vue-pdf-4.2.0.tgz", + "integrity": "sha512-GpAbZfM48Hom1R8f4XL5ZzoVBLlbyy+4z0VYmTQORVOSieVIIu+XtnNl0RY6EXg60Qni6T6nIgrmsCcCkWv39A==", "dependencies": { "babel-plugin-syntax-dynamic-import": "^6.18.0", "loader-utils": "^1.4.0", - "pdfjs-dist": "2.6.347", - "raw-loader": "^4.0.2", + "pdfjs-dist": "^2.5.207", + "raw-loader": "^4.0.1", "vue-resize-sensor": "^2.0.0", "worker-loader": "^2.0.0" } @@ -29629,14 +29629,14 @@ "integrity": "sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g==" }, "vue-pdf": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/vue-pdf/-/vue-pdf-4.3.0.tgz", - "integrity": "sha512-zd3lJj6CbtrawgaaDDciTDjkJMUKiLWtbEmBg5CvFn9Noe9oAO/GNy/fc5c59qGuFCJ14ibIV1baw4S07e5bSQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/vue-pdf/-/vue-pdf-4.2.0.tgz", + "integrity": "sha512-GpAbZfM48Hom1R8f4XL5ZzoVBLlbyy+4z0VYmTQORVOSieVIIu+XtnNl0RY6EXg60Qni6T6nIgrmsCcCkWv39A==", "requires": { "babel-plugin-syntax-dynamic-import": "^6.18.0", "loader-utils": "^1.4.0", - "pdfjs-dist": "2.6.347", - "raw-loader": "^4.0.2", + "pdfjs-dist": "^2.5.207", + "raw-loader": "^4.0.1", "vue-resize-sensor": "^2.0.0", "worker-loader": "^2.0.0" }, @@ -30804,4 +30804,4 @@ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" } } -} \ No newline at end of file +} diff --git a/client/package.json b/client/package.json index d8c864ec..9e68accf 100644 --- a/client/package.json +++ b/client/package.json @@ -24,7 +24,7 @@ "nuxt-socket-io": "^1.1.18", "trix": "^1.3.1", "v-click-outside": "^3.1.2", - "vue-pdf": "^4.3.0", + "vue-pdf": "^4.2.0", "vue-toastification": "^1.7.11", "vuedraggable": "^2.24.3" },