A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

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

chore: Bump just-install

+8 -8
+7 -7
package-lock.json
··· 52 52 "eslint": "^8.56.0", 53 53 "events": "^3.3.0", 54 54 "gren-lang": "^0.3.0", 55 - "just-install": "^2.0.1", 55 + "just-install": "^2.0.2", 56 56 "postcss": "^8.4.34", 57 57 "postcss-custom-properties": "^13.3.4", 58 58 "postcss-import": "^16.0.0", ··· 4218 4218 } 4219 4219 }, 4220 4220 "node_modules/just-install": { 4221 - "version": "2.0.1", 4222 - "resolved": "https://registry.npmjs.org/just-install/-/just-install-2.0.1.tgz", 4223 - "integrity": "sha512-mqIPeDwjU/sjSrfjM6GXDXphF7tTBMji+S5hCS4vBG7J3wH4FAD8Ut9Mel/64KYwlsQz5rVkdl28koZtH9TSTQ==", 4221 + "version": "2.0.2", 4222 + "resolved": "https://registry.npmjs.org/just-install/-/just-install-2.0.2.tgz", 4223 + "integrity": "sha512-zH6aon3V2P8ZbD+njaMB/orHsOyFMgONSpxKtbovNu7Bhb1rD9qhnMkT2Nj91++b9GgqHNbozhUdIMxecmWJaw==", 4224 4224 "dev": true, 4225 4225 "hasInstallScript": true, 4226 4226 "dependencies": { ··· 9145 9145 } 9146 9146 }, 9147 9147 "just-install": { 9148 - "version": "2.0.1", 9149 - "resolved": "https://registry.npmjs.org/just-install/-/just-install-2.0.1.tgz", 9150 - "integrity": "sha512-mqIPeDwjU/sjSrfjM6GXDXphF7tTBMji+S5hCS4vBG7J3wH4FAD8Ut9Mel/64KYwlsQz5rVkdl28koZtH9TSTQ==", 9148 + "version": "2.0.2", 9149 + "resolved": "https://registry.npmjs.org/just-install/-/just-install-2.0.2.tgz", 9150 + "integrity": "sha512-zH6aon3V2P8ZbD+njaMB/orHsOyFMgONSpxKtbovNu7Bhb1rD9qhnMkT2Nj91++b9GgqHNbozhUdIMxecmWJaw==", 9151 9151 "dev": true, 9152 9152 "requires": { 9153 9153 "extract-zip": "^2.0.1",
+1 -1
package.json
··· 29 29 "eslint": "^8.56.0", 30 30 "events": "^3.3.0", 31 31 "gren-lang": "^0.3.0", 32 - "just-install": "^2.0.1", 32 + "just-install": "^2.0.2", 33 33 "postcss": "^8.4.34", 34 34 "postcss-custom-properties": "^13.3.4", 35 35 "postcss-import": "^16.0.0",