this repo has no description
1
fork

Configure Feed

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

⬆️ Update dependency slug to ^11.0.1 (#23)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
c1dc4abd 4ae639c3

+3 -3
+2 -2
bun.lock
··· 13 13 "jsdom": "^27.0.1", 14 14 "picomatch": "^4.0.3", 15 15 "pofile": "^1.1.4", 16 - "slug": "^11.0.0", 16 + "slug": "^11.0.1", 17 17 "tinycolor2": "^1.6.0", 18 18 "yaml": "^2.7.0", 19 19 }, ··· 2070 2070 2071 2071 "slow-redact": ["slow-redact@0.3.1", "", {}, "sha512-NvFvl1GuLZNW4U046Tfi8b26zXo8aBzgCAS2f7yVJR/fArN93mOqSA99cB9uITm92ajSz01bsu1K7SCVVjIMpQ=="], 2072 2072 2073 - "slug": ["slug@11.0.0", "", { "bin": { "slug": "cli.js" } }, "sha512-71pb27F9TII2dIweGr2ybS220IUZo1A9GKZ+e2q8rpUr24mejBb6fTaSStM0SE1ITUUOshilqZze8Yt1BKj+ew=="], 2073 + "slug": ["slug@11.0.1", "", { "bin": { "slug": "cli.js" } }, "sha512-VrM060OM/E7rdLQSnp6JHrzFfJFmqQBp0+TMhZStnEB8PfNliaZ9UWYjTHGHLUFVJorZ8TjVd/aKvIxHWU2O7g=="], 2074 2074 2075 2075 "smol-toml": ["smol-toml@1.4.2", "", {}, "sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g=="], 2076 2076
+1 -1
package.json
··· 27 27 "jsdom": "^27.0.1", 28 28 "picomatch": "^4.0.3", 29 29 "pofile": "^1.1.4", 30 - "slug": "^11.0.0", 30 + "slug": "^11.0.1", 31 31 "tinycolor2": "^1.6.0", 32 32 "yaml": "^2.7.0" 33 33 },