this repo has no description
1
fork

Configure Feed

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

⬆️ Update dependency @types/bun to ^1.3.8 (#66)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
e54c73f3 67d2e10d

+5 -5
+1 -1
.bun-version
··· 1 - 1.3.6 1 + 1.3.8
+3 -3
bun.lock
··· 20 20 }, 21 21 "devDependencies": { 22 22 "@playwright/test": "^1.58.1", 23 - "@types/bun": "^1.3.6", 23 + "@types/bun": "^1.3.8", 24 24 "@types/jsdom": "^27.0.0", 25 25 "@types/picomatch": "^4.0.2", 26 26 "@types/slug": "^5.0.9", ··· 527 527 528 528 "@tsconfig/node16": ["@tsconfig/node16@1.0.4", "", {}, "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA=="], 529 529 530 - "@types/bun": ["@types/bun@1.3.6", "", { "dependencies": { "bun-types": "1.3.6" } }, "sha512-uWCv6FO/8LcpREhenN1d1b6fcspAB+cefwD7uti8C8VffIv0Um08TKMn98FynpTiU38+y2dUO55T11NgDt8VAA=="], 530 + "@types/bun": ["@types/bun@1.3.8", "", { "dependencies": { "bun-types": "1.3.8" } }, "sha512-3LvWJ2q5GerAXYxO2mffLTqOzEu5qnhEAlh48Vnu8WQfnmSwbgagjGZV6BoHKJztENYEDn6QmVd949W4uESRJA=="], 531 531 532 532 "@types/debug": ["@types/debug@4.1.12", "", { "dependencies": { "@types/ms": "*" } }, "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ=="], 533 533 ··· 745 745 746 746 "buffer-from": ["buffer-from@1.1.2", "", {}, "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="], 747 747 748 - "bun-types": ["bun-types@1.3.6", "", { "dependencies": { "@types/node": "*" } }, "sha512-OlFwHcnNV99r//9v5IIOgQ9Uk37gZqrNMCcqEaExdkVq3Avwqok1bJFmvGMCkCE0FqzdY8VMOZpfpR3lwI+CsQ=="], 748 + "bun-types": ["bun-types@1.3.8", "", { "dependencies": { "@types/node": "*" } }, "sha512-fL99nxdOWvV4LqjmC+8Q9kW3M4QTtTR1eePs94v5ctGqU8OeceWrSUaRw3JYb7tU3FkMIAjkueehrHPPPGKi5Q=="], 749 749 750 750 "bundle-name": ["bundle-name@4.1.0", "", { "dependencies": { "run-applescript": "^7.0.0" } }, "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q=="], 751 751
+1 -1
package.json
··· 33 33 }, 34 34 "devDependencies": { 35 35 "@playwright/test": "^1.58.1", 36 - "@types/bun": "^1.3.6", 36 + "@types/bun": "^1.3.8", 37 37 "@types/jsdom": "^27.0.0", 38 38 "@types/picomatch": "^4.0.2", 39 39 "@types/slug": "^5.0.9",