Skip to content

Commit

Permalink
Merge pull request #954 from SuffolkLITLab/952_pdfjs
Browse files Browse the repository at this point in the history
Close #952, update pdfjs-dist for node v20 and v22
  • Loading branch information
plocket authored Oct 23, 2024
2 parents 132d65f + 476c12e commit fb51531
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Format:
### Fixed

- Detects failed sign in. Closes [#918](https://github.com/SuffolkLITLab/ALKiln/issues/918).
- Updates pdfjs-dist for node v20 and v22. See [#952](https://github.com/SuffolkLITLab/ALKiln/issues/952).

### Internal

Expand Down
34 changes: 19 additions & 15 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suffolklitlab/alkiln",
"version": "5.13.0",
"version": "5.13.1",
"description": "Integrated automated end-to-end testing with docassemble, puppeteer, and cucumber.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"minimatch": "3.0.5",
"minimist": "1.2.8",
"mocha": "9.2.2",
"pdfjs-dist": "3.2.146",
"pdfjs-dist": "3.11.174",
"puppeteer": "22.15.0",
"qs": "6.10.3",
"sanitize-filename": "1.6.3",
Expand Down

0 comments on commit fb51531

Please sign in to comment.