diff --git a/package-lock.json b/package-lock.json index b0fc540..b2074f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,6 @@ "@ffmpeg/util": "^0.12.2", "@imgly/background-removal": "^1.6.0", "@jimp/types": "^1.6.0", - "@jspawn/ghostscript-wasm": "^0.0.2", "@mui/icons-material": "^5.15.20", "@mui/material": "^5.15.20", "@playwright/test": "^1.45.0", @@ -2039,12 +2038,6 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/@jspawn/ghostscript-wasm": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/@jspawn/ghostscript-wasm/-/ghostscript-wasm-0.0.2.tgz", - "integrity": "sha512-IhGvfXNezc+V3jyJlmjz7oxrjWPqFPcz1gqRdo0Y7EkVyFuL1A+tCRnQXx/BHQZPRvBDA+Uf0EqkvXzfMzoDcw==", - "license": "AGPL-3.0" - }, "node_modules/@mui/base": { "version": "5.0.0-beta.40", "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.40.tgz", diff --git a/package.json b/package.json index 75794d8..68dfa2d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "@ffmpeg/util": "^0.12.2", "@imgly/background-removal": "^1.6.0", "@jimp/types": "^1.6.0", - "@jspawn/ghostscript-wasm": "^0.0.2", "@mui/icons-material": "^5.15.20", "@mui/material": "^5.15.20", "@playwright/test": "^1.45.0",