a post-component library for building user-interfaces on the web.

chore(deps): update dependency @types/node to v22.17.1 (#171)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
16b6a4c6 54208bf9

+4 -2
+4 -2
package-lock.json
··· 689 689 } 690 690 }, 691 691 "node_modules/@types/node": { 692 - "version": "22.17.0", 692 + "version": "22.17.1", 693 + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.17.1.tgz", 694 + "integrity": "sha512-y3tBaz+rjspDTylNjAX37jEC3TETEFGNJL6uQDxwF9/8GLLIjW1rvVHlynyuUKMnMr1Roq8jOv3vkopBjC4/VA==", 693 695 "devOptional": true, 694 696 "license": "MIT", 695 697 "dependencies": { ··· 2293 2295 "magic-string": "^0.30.17", 2294 2296 "oxc-parser": "^0.81.0", 2295 2297 "rolldown": "^1.0.0-beta.12", 2296 - "rolldown-plugin-dts": "^0.15.6", 2298 + "rolldown-plugin-dts": "^0.15.4", 2297 2299 "terser": "^5.41.0", 2298 2300 "zimmerframe": "^1.1.2" 2299 2301 }