webtoon / psd

Fast zero-dependency PSD parser for the web and Node.js
https://webtoon.github.io/psd
MIT License
1.21k stars 55 forks source link

Chore: update dependencies 2023-06 #89

Closed pastelmind closed 1 year ago

pastelmind commented 1 year ago

Updates dependencies to their latest versions

We also remove wee_alloc to fix the GHSA-rc23-xxgq-x27g warning from dependabot. Our WASM decoder actively allocates memory while decoding images, so wee_alloc was unusable for us anyway.