Skip to content

Commit fa105e5

Browse files
committed
📌(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.
1 parent ced850a commit fa105e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/apps/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"dependencies": {
2222
"convert-stream": "1.0.2",
2323
"jsdom": "24.1.1",
24-
"pdf-parse": "^1.1.1"
24+
"pdf-parse": "1.1.1"
2525
}
2626
}

0 commit comments

Comments
 (0)