mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Upgrade pdf.js to 4.0.379 (#17641)
GitOrigin-RevId: ce65e7d08d7f96c97f1a122898a02294f58ddb92
This commit is contained in:
parent
76b34fb0f7
commit
63c789f2ae
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -31296,9 +31296,9 @@
|
|||
},
|
||||
"node_modules/pdfjs-dist401": {
|
||||
"name": "pdfjs-dist",
|
||||
"version": "4.0.189",
|
||||
"resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-4.0.189.tgz",
|
||||
"integrity": "sha512-5IWbLRJjQJhk3cu3nNFAvIYoSzT8xRYlRkFCIV1tn7hK1eq9H+6vOP0ytJhZz9YI35IXlu33uQspvmYO6Oir4g==",
|
||||
"version": "4.0.379",
|
||||
"resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-4.0.379.tgz",
|
||||
"integrity": "sha512-6H0Gv1nna+wmrr3CakaKlZ4rbrL8hvGIFAgg4YcoFuGC0HC4B2DVjXEGTFjJEjLlf8nYi3C3/MYRcM5bNx0elA==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
@ -43837,7 +43837,7 @@
|
|||
"node-fetch": "^2.6.7",
|
||||
"nvd3": "^1.8.6",
|
||||
"pdfjs-dist213": "npm:pdfjs-dist@2.13.216",
|
||||
"pdfjs-dist401": "npm:pdfjs-dist@4.0.189",
|
||||
"pdfjs-dist401": "npm:pdfjs-dist@4.0.379",
|
||||
"pirates": "^4.0.1",
|
||||
"postcss": "^8.4.31",
|
||||
"postcss-loader": "^7.3.3",
|
||||
|
@ -52359,7 +52359,7 @@
|
|||
"passport-orcid": "0.0.4",
|
||||
"passport-twitter": "^1.0.4",
|
||||
"pdfjs-dist213": "npm:pdfjs-dist@2.13.216",
|
||||
"pdfjs-dist401": "npm:pdfjs-dist@4.0.189",
|
||||
"pdfjs-dist401": "npm:pdfjs-dist@4.0.379",
|
||||
"pirates": "^4.0.1",
|
||||
"postcss": "^8.4.31",
|
||||
"postcss-loader": "^7.3.3",
|
||||
|
@ -71956,9 +71956,9 @@
|
|||
}
|
||||
},
|
||||
"pdfjs-dist401": {
|
||||
"version": "npm:pdfjs-dist@4.0.189",
|
||||
"resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-4.0.189.tgz",
|
||||
"integrity": "sha512-5IWbLRJjQJhk3cu3nNFAvIYoSzT8xRYlRkFCIV1tn7hK1eq9H+6vOP0ytJhZz9YI35IXlu33uQspvmYO6Oir4g==",
|
||||
"version": "npm:pdfjs-dist@4.0.379",
|
||||
"resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-4.0.379.tgz",
|
||||
"integrity": "sha512-6H0Gv1nna+wmrr3CakaKlZ4rbrL8hvGIFAgg4YcoFuGC0HC4B2DVjXEGTFjJEjLlf8nYi3C3/MYRcM5bNx0elA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"canvas": "^2.11.2",
|
||||
|
|
|
@ -316,7 +316,7 @@
|
|||
"node-fetch": "^2.6.7",
|
||||
"nvd3": "^1.8.6",
|
||||
"pdfjs-dist213": "npm:pdfjs-dist@2.13.216",
|
||||
"pdfjs-dist401": "npm:pdfjs-dist@4.0.189",
|
||||
"pdfjs-dist401": "npm:pdfjs-dist@4.0.379",
|
||||
"pirates": "^4.0.1",
|
||||
"postcss": "^8.4.31",
|
||||
"postcss-loader": "^7.3.3",
|
||||
|
|
Loading…
Reference in a new issue