From 2c486d727153f26ea9f8f418a743eebbb23c6fe2 Mon Sep 17 00:00:00 2001 From: BocognanoSarah Date: Wed, 18 Oct 2023 12:01:55 +0200 Subject: [PATCH] [frontend] update workerJS version (#renovate/react-pdf-7.x) --- opencti-platform/opencti-front/src/static/ext/pdf.worker.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opencti-platform/opencti-front/src/static/ext/pdf.worker.js b/opencti-platform/opencti-front/src/static/ext/pdf.worker.js index 83c4707dd818..dd09c83e51be 100644 --- a/opencti-platform/opencti-front/src/static/ext/pdf.worker.js +++ b/opencti-platform/opencti-front/src/static/ext/pdf.worker.js @@ -101,7 +101,7 @@ class WorkerMessageHandler { docId, apiVersion } = docParams; - const workerVersion = '3.6.172'; + const workerVersion = '3.11.174'; if (apiVersion !== workerVersion) { throw new Error(`The API version "${apiVersion}" does not match ` + `the Worker version "${workerVersion}".`); } @@ -57801,8 +57801,8 @@ Object.defineProperty(exports, "WorkerMessageHandler", ({ } })); var _worker = __w_pdfjs_require__(1); -const pdfjsVersion = '3.6.172'; -const pdfjsBuild = '4d3dfe254'; +const pdfjsVersion = '3.11.174'; +const pdfjsBuild = 'ce8716743'; })(); /******/ return __webpack_exports__;