chore: pin xlsx version

This ensures reproducibility when building this project.
This commit is contained in:
Diogo Correia
2026-02-21 01:16:16 +01:00
parent e6c8eaf23c
commit efa91e7a72
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -72,7 +72,7 @@
"tiff": "^7.1.2", "tiff": "^7.1.2",
"utif": "^3.1.0", "utif": "^3.1.0",
"vite-plugin-static-copy": "^3.1.4", "vite-plugin-static-copy": "^3.1.4",
"xlsx": "https://cdn.sheetjs.com/xlsx-latest/xlsx-latest.tgz", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"zgapdfsigner": "^2.7.5" "zgapdfsigner": "^2.7.5"
}, },
"devDependencies": { "devDependencies": {
@@ -13852,7 +13852,7 @@
}, },
"node_modules/xlsx": { "node_modules/xlsx": {
"version": "0.20.3", "version": "0.20.3",
"resolved": "https://cdn.sheetjs.com/xlsx-latest/xlsx-latest.tgz", "resolved": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"integrity": "sha512-oLDq3jw7AcLqKWH2AhCpVTZl8mf6X2YReP+Neh0SJUzV/BdZYjth94tG5toiMB1PPrYtxOCfaoUCkvtuH+3AJA==", "integrity": "sha512-oLDq3jw7AcLqKWH2AhCpVTZl8mf6X2YReP+Neh0SJUzV/BdZYjth94tG5toiMB1PPrYtxOCfaoUCkvtuH+3AJA==",
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {

View File

@@ -128,7 +128,7 @@
"tiff": "^7.1.2", "tiff": "^7.1.2",
"utif": "^3.1.0", "utif": "^3.1.0",
"vite-plugin-static-copy": "^3.1.4", "vite-plugin-static-copy": "^3.1.4",
"xlsx": "https://cdn.sheetjs.com/xlsx-latest/xlsx-latest.tgz", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"zgapdfsigner": "^2.7.5" "zgapdfsigner": "^2.7.5"
}, },
"lint-staged": { "lint-staged": {