this repo has no description
0
fork

Configure Feed

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

update mac-terminal

+7 -6
+6 -5
package-lock.json
··· 16 16 "conf": "^15.0.2", 17 17 "consola": "^3.4.2", 18 18 "dark-mode": "^5.0.0", 19 - "mac-terminal": "^5.0.0", 19 + "mac-terminal": "^6.0.0", 20 20 "ow": "^3.1.1" 21 21 }, 22 22 "bin": { ··· 5811 5811 } 5812 5812 }, 5813 5813 "node_modules/mac-terminal": { 5814 - "version": "5.0.0", 5815 - "resolved": "file:mac-terminal-5.0.0.tgz", 5816 - "integrity": "sha512-j/X1X1oki+4MEuDZPwVzCTP91wt6PAyh+ZqktYBSoWfKQkT0w1eXD9J1uq52cBEJPPPumcyxlAweOxf41l0zhg==", 5814 + "version": "6.0.0", 5815 + "resolved": "https://registry.npmjs.org/mac-terminal/-/mac-terminal-6.0.0.tgz", 5816 + "integrity": "sha512-0Zhg9wOYe282ju35WTX1xm/g3DmBNDHV3tTFMbWBVE7a4IJ1r7hcshq5E2F3/Dw483muRpuQRn1fR2LOVO0+YA==", 5817 5817 "license": "MIT", 5818 5818 "os": [ 5819 5819 "darwin" 5820 5820 ], 5821 5821 "dependencies": { 5822 5822 "bplist-parser": "^0.3.2", 5823 + "ow": "^3.1.1", 5823 5824 "run-applescript": "^7.0.0" 5824 5825 }, 5825 5826 "engines": { 5826 - "node": ">=20 <=24" 5827 + "node": ">=22 <=24" 5827 5828 } 5828 5829 }, 5829 5830 "node_modules/macos-version": {
+1 -1
package.json
··· 48 48 "conf": "^15.0.2", 49 49 "consola": "^3.4.2", 50 50 "dark-mode": "^5.0.0", 51 - "mac-terminal": "^5.0.0", 51 + "mac-terminal": "^6.0.0", 52 52 "ow": "^3.1.1" 53 53 }, 54 54 "devDependencies": {