Skip to content

Commit

Permalink
[frontend] update workerJS version (#renovate/react-pdf-7.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahBocognano committed Oct 18, 2023
1 parent 178b12e commit 2c486d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opencti-platform/opencti-front/src/static/ext/pdf.worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}".`);
}
Expand Down Expand Up @@ -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__;
Expand Down

0 comments on commit 2c486d7

Please sign in to comment.