Skip to content
Snippets Groups Projects
Commit 21887f9e authored by Fred Chasen's avatar Fred Chasen
Browse files

Downgrade to pdf-lib 0.6.4, version bump to 0.0.9

parent 980cfe7b
No related branches found
No related tags found
No related merge requests found
Pipeline #30147 failed with stages
in 3 seconds
{ {
"name": "pagedjs-cli", "name": "pagedjs-cli",
"version": "0.0.7", "version": "0.0.8",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
...@@ -41,6 +41,14 @@ ...@@ -41,6 +41,14 @@
"regenerator-runtime": "^0.13.2" "regenerator-runtime": "^0.13.2"
} }
}, },
"@pdf-lib/fontkit": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@pdf-lib/fontkit/-/fontkit-0.0.4.tgz",
"integrity": "sha512-MfwaMqLKRuXXOuTisAUiie+cBH/Wo50SPBDQB5tmVqEHpJGkyh7eYi/xPgFugtPHEeWP6INUk5t9L7IAbV7jmw==",
"requires": {
"pako": "^1.0.6"
}
},
"@pdf-lib/standard-fonts": { "@pdf-lib/standard-fonts": {
"version": "0.0.4", "version": "0.0.4",
"resolved": "https://registry.npmjs.org/@pdf-lib/standard-fonts/-/standard-fonts-0.0.4.tgz", "resolved": "https://registry.npmjs.org/@pdf-lib/standard-fonts/-/standard-fonts-0.0.4.tgz",
...@@ -1280,14 +1288,16 @@ ...@@ -1280,14 +1288,16 @@
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
}, },
"pdf-lib": { "pdf-lib": {
"version": "1.2.0", "version": "0.6.4",
"resolved": "https://registry.npmjs.org/pdf-lib/-/pdf-lib-1.2.0.tgz", "resolved": "https://registry.npmjs.org/pdf-lib/-/pdf-lib-0.6.4.tgz",
"integrity": "sha512-2rEDy0O5PSjcayG6ZpFd9xmJkXGvUzyVGXnzc6UDlxAdlerHUyHzKtt/tsSyLKo5OYT9nwgdLoIh7UQph/lMIg==", "integrity": "sha512-5gkZnUgud2q/UDLNIKiHUdrrh8jadKRdMVnr+gdlCRctx+NooU/84iQAplmcy3AQmwMltCD6q8VVzVZJ8XZ8qw==",
"requires": { "requires": {
"@pdf-lib/fontkit": "^0.0.4",
"@pdf-lib/standard-fonts": "^0.0.4", "@pdf-lib/standard-fonts": "^0.0.4",
"pako": "^1.0.10", "lodash": "^4.17.4",
"pako": "^1.0.6",
"png-ts": "^0.0.3", "png-ts": "^0.0.3",
"tslib": "^1.10.0" "proxy-polyfill": "^0.3.0"
} }
}, },
"pend": { "pend": {
...@@ -1333,6 +1343,11 @@ ...@@ -1333,6 +1343,11 @@
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz",
"integrity": "sha1-M8UDmPcOp+uW0h97gXYwpVeRx+4=" "integrity": "sha1-M8UDmPcOp+uW0h97gXYwpVeRx+4="
}, },
"proxy-polyfill": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/proxy-polyfill/-/proxy-polyfill-0.3.0.tgz",
"integrity": "sha512-0HN+SoV3qKJ1EIIOsEybYgyTTnR26PJ0af/shBqaXLUMIg7/8PHEyQ28QfaDFwmvH77yRuLtclnERgrCq4v+xg=="
},
"punycode": { "punycode": {
"version": "2.1.1", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
...@@ -1694,7 +1709,8 @@ ...@@ -1694,7 +1709,8 @@
"tslib": { "tslib": {
"version": "1.10.0", "version": "1.10.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz",
"integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==" "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==",
"dev": true
}, },
"type-check": { "type-check": {
"version": "0.3.2", "version": "0.3.2",
......
{ {
"name": "pagedjs-cli", "name": "pagedjs-cli",
"version": "0.0.8", "version": "0.0.9",
"author": "Fred Chasen", "author": "Fred Chasen",
"license": "MIT", "license": "MIT",
"homepage": "https://pagedmedia.org", "homepage": "https://pagedmedia.org",
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
"node-fetch": "^2.6.0", "node-fetch": "^2.6.0",
"ora": "^4.0.2", "ora": "^4.0.2",
"pagedjs": "0.1.34", "pagedjs": "0.1.34",
"pdf-lib": "^1.2.0", "pdf-lib": "0.6.4",
"puppeteer": "^1.20.0", "puppeteer": "^1.20.0",
"replace-ext": "^1.0.0" "replace-ext": "^1.0.0"
}, },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment