diff --git a/package-lock.json b/package-lock.json index 73f9438c..e3715d38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "md5-file": "^5.0.0", "node-fetch": "^2.6.7", "node-stream-zip": "^1.15.0", - "ps-list": "^8.1.1", + "ps-list": "^7.2.0", "react": "^18.2.0", "react-colorful": "^5.6.1", "react-dom": "^18.2.0", @@ -14854,11 +14854,11 @@ } }, "node_modules/ps-list": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/ps-list/-/ps-list-8.1.1.tgz", - "integrity": "sha512-OPS9kEJYVmiO48u/B9qneqhkMvgCxT+Tm28VCEJpheTpl8cJ0ffZRRNgS5mrQRTrX5yRTpaJ+hRDeefXYmmorQ==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/ps-list/-/ps-list-7.2.0.tgz", + "integrity": "sha512-v4Bl6I3f2kJfr5o80ShABNHAokIgY+wFDTQfE+X3zWYgSGQOCBeYptLZUpoOALBqO5EawmDN/tjTldJesd0ujQ==", "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -29991,9 +29991,9 @@ } }, "ps-list": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/ps-list/-/ps-list-8.1.1.tgz", - "integrity": "sha512-OPS9kEJYVmiO48u/B9qneqhkMvgCxT+Tm28VCEJpheTpl8cJ0ffZRRNgS5mrQRTrX5yRTpaJ+hRDeefXYmmorQ==" + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/ps-list/-/ps-list-7.2.0.tgz", + "integrity": "sha512-v4Bl6I3f2kJfr5o80ShABNHAokIgY+wFDTQfE+X3zWYgSGQOCBeYptLZUpoOALBqO5EawmDN/tjTldJesd0ujQ==" }, "ps-scrollbar-tailwind": { "version": "0.0.1", diff --git a/package.json b/package.json index e986a6c3..2f83822b 100644 --- a/package.json +++ b/package.json @@ -248,7 +248,7 @@ "md5-file": "^5.0.0", "node-fetch": "^2.6.7", "node-stream-zip": "^1.15.0", - "ps-list": "^8.1.1", + "ps-list": "^7.2.0", "react": "^18.2.0", "react-colorful": "^5.6.1", "react-dom": "^18.2.0",