Fix pnpm prep on Linux (#1904)

* Fix pnpm-prep on linux

* update archive-wasm to 1.6.1
This commit is contained in:
Vítor Vasconcellos
2023-12-20 06:12:49 -03:00
committed by GitHub
parent 313671245a
commit b261164ca6
2 changed files with 2 additions and 2 deletions

BIN
pnpm-lock.yaml generated
View File

Binary file not shown.

View File

@@ -19,10 +19,10 @@
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"archive-wasm": "^1.5.3",
"archive-wasm": "^1.6.1",
"mustache": "^4.2.0",
"semver": "^7.5.4",
"undici": "^5.26.4"
"undici": "^6.0.1"
},
"devDependencies": {
"@babel/core": "^7.23.2",