mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
📌(e2e) pin pdf-parse to 1.1.1
pdf-parse was not pinned to a specific version. This could lead to unexpected behavior if the package is updated. This change pins pdf-parse to version 1.1.1.
This commit is contained in:
parent
ced850aecf
commit
fa105e5b54
1 changed files with 1 additions and 1 deletions
|
|
@ -21,6 +21,6 @@
|
|||
"dependencies": {
|
||||
"convert-stream": "1.0.2",
|
||||
"jsdom": "24.1.1",
|
||||
"pdf-parse": "^1.1.1"
|
||||
"pdf-parse": "1.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue