diff --git a/package-lock.json b/package-lock.json index 6d4bd988..bbdbb1d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,6 @@ "eslint-plugin-unicorn": "^56.0.1", "express": "^4.21.2", "fast-plist": "^0.1.3", - "get-stdin": "^9.0.0", "globals": "^15.15.0", "globby": "~14.0.2", "image-size": "^1.2.0", @@ -8759,19 +8758,6 @@ "node": ">= 0.4" } }, - "node_modules/get-stdin": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz", - "integrity": "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/get-stream": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", diff --git a/package.json b/package.json index eeea5f78..dffd9c01 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,6 @@ "eslint-plugin-unicorn": "^56.0.1", "express": "^4.21.2", "fast-plist": "^0.1.3", - "get-stdin": "^9.0.0", "globals": "^15.15.0", "globby": "~14.0.2", "image-size": "^1.2.0",