diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7ebefca3d..e8366b9ce 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,6 +12,7 @@ "@atlaskit/pragmatic-drag-and-drop": "^1.7.7", "@embedpdf/core": "^1.3.1", "@embedpdf/engines": "^1.3.1", + "@embedpdf/plugin-export": "^1.3.1", "@embedpdf/plugin-interaction-manager": "^1.3.1", "@embedpdf/plugin-loader": "^1.3.1", "@embedpdf/plugin-pan": "^1.3.1", @@ -25,7 +26,6 @@ "@embedpdf/plugin-tiling": "^1.3.1", "@embedpdf/plugin-viewport": "^1.3.1", "@embedpdf/plugin-zoom": "^1.3.1", - "@embedpdf/plugin-export": "^1.3.1", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@iconify/react": "^6.0.2", @@ -539,15 +539,15 @@ "license": "MIT" }, "node_modules/@embedpdf/plugin-export": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@embedpdf/plugin-export/-/plugin-export-1.3.0.tgz", - "integrity": "sha512-R6VItLmXmXbb0/4AsH1YGUZd0c64K/8kxQd0XAvgUJwcL7Z4s8bLsqRx4sVQqwVllaPEJbAdFn1CC/ymkGB+fg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@embedpdf/plugin-export/-/plugin-export-1.3.1.tgz", + "integrity": "sha512-reb03vNPFP5GuIAFExMcuYBVYu/deVO2v8EoCwRZ/lzzYMORIkJjpNWDQPo9VfyGBh1x4/o3CHvxisU1Y1tDLg==", "license": "MIT", "dependencies": { - "@embedpdf/models": "1.3.0" + "@embedpdf/models": "1.3.1" }, "peerDependencies": { - "@embedpdf/core": "1.3.0", + "@embedpdf/core": "1.3.1", "preact": "^10.26.4", "react": ">=16.8.0", "react-dom": ">=16.8.0",