this repo has no description
1
fork

Configure Feed

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

⬆️ Update dependency @types/jsdom to ^28.0.1 (#84)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
6da958a1 942278f0

+3 -3
+2 -2
bun.lock
··· 21 21 "devDependencies": { 22 22 "@playwright/test": "^1.58.2", 23 23 "@types/bun": "^1.3.11", 24 - "@types/jsdom": "^28.0.0", 24 + "@types/jsdom": "^28.0.1", 25 25 "@types/picomatch": "^4.0.2", 26 26 "@types/slug": "^5.0.9", 27 27 "husky": "^9.1.7", ··· 555 555 556 556 "@types/http-proxy": ["@types/http-proxy@1.17.16", "", { "dependencies": { "@types/node": "*" } }, "sha512-sdWoUajOB1cd0A8cRRQ1cfyWNbmFKLAqBB89Y8x5iYyG/mkJHc0YUH8pdWBy2omi9qtCpiIgGjuwO0dQST2l5w=="], 557 557 558 - "@types/jsdom": ["@types/jsdom@28.0.0", "", { "dependencies": { "@types/node": "*", "@types/tough-cookie": "*", "parse5": "^7.0.0", "undici-types": "^7.21.0" } }, "sha512-A8TBQQC/xAOojy9kM8E46cqT00sF0h7dWjV8t8BJhUi2rG6JRh7XXQo/oLoENuZIQEpXsxLccLCnknyQd7qssQ=="], 558 + "@types/jsdom": ["@types/jsdom@28.0.1", "", { "dependencies": { "@types/node": "*", "@types/tough-cookie": "*", "parse5": "^7.0.0", "undici-types": "^7.21.0" } }, "sha512-GJq2QE4TAZ5ajSoCasn5DOFm8u1mI3tIFvM5tIq3W5U/RTB6gsHwc6Yhpl91X9VSDOUVblgXmG+2+sSvFQrdlw=="], 559 559 560 560 "@types/katex": ["@types/katex@0.16.7", "", {}, "sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ=="], 561 561
+1 -1
package.json
··· 34 34 "devDependencies": { 35 35 "@playwright/test": "^1.58.2", 36 36 "@types/bun": "^1.3.11", 37 - "@types/jsdom": "^28.0.0", 37 + "@types/jsdom": "^28.0.1", 38 38 "@types/picomatch": "^4.0.2", 39 39 "@types/slug": "^5.0.9", 40 40 "husky": "^9.1.7",