this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update ps-list

+6 -6
+5 -5
package-lock.json
··· 16 16 "bplist-parser": "^0.3.2", 17 17 "execa": "^9.6.0", 18 18 "ow": "^3.0.0", 19 - "ps-list": "^8.1.1", 19 + "ps-list": "^9.0.0", 20 20 "run-applescript": "^7.0.0" 21 21 }, 22 22 "devDependencies": { ··· 5813 5813 } 5814 5814 }, 5815 5815 "node_modules/ps-list": { 5816 - "version": "8.1.1", 5817 - "resolved": "https://registry.npmjs.org/ps-list/-/ps-list-8.1.1.tgz", 5818 - "integrity": "sha512-OPS9kEJYVmiO48u/B9qneqhkMvgCxT+Tm28VCEJpheTpl8cJ0ffZRRNgS5mrQRTrX5yRTpaJ+hRDeefXYmmorQ==", 5816 + "version": "9.0.0", 5817 + "resolved": "https://registry.npmjs.org/ps-list/-/ps-list-9.0.0.tgz", 5818 + "integrity": "sha512-lxMEoIL/BQlk2KunFzxwUPwMvjFH7x7cmvzSLsSHpyMXl9FFfLUlfKrYwFc4wx/ZaIxxuXC4n8rjQ1CX/tkXVQ==", 5819 5819 "license": "MIT", 5820 5820 "engines": { 5821 - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 5821 + "node": ">=20" 5822 5822 }, 5823 5823 "funding": { 5824 5824 "url": "https://github.com/sponsors/sindresorhus"
+1 -1
package.json
··· 29 29 "bplist-parser": "^0.3.2", 30 30 "execa": "^9.6.0", 31 31 "ow": "^3.0.0", 32 - "ps-list": "^8.1.1", 32 + "ps-list": "^9.0.0", 33 33 "run-applescript": "^7.0.0" 34 34 }, 35 35 "devDependencies": {