Update all non-major dependencies
This commit was merged in pull request #22.
This commit is contained in:
32
pnpm-lock.yaml
generated
32
pnpm-lock.yaml
generated
@@ -17,19 +17,19 @@ importers:
|
||||
devDependencies:
|
||||
'@types/node':
|
||||
specifier: ^22.10.0
|
||||
version: 22.14.0
|
||||
version: 22.14.1
|
||||
husky:
|
||||
specifier: ^9.1.7
|
||||
version: 9.1.7
|
||||
rolldown:
|
||||
specifier: 1.0.0-beta.7
|
||||
version: 1.0.0-beta.7(typescript@5.8.2)
|
||||
version: 1.0.0-beta.7(typescript@5.8.3)
|
||||
tsx:
|
||||
specifier: ^4.19.2
|
||||
version: 4.19.3
|
||||
typescript:
|
||||
specifier: ^5.7.2
|
||||
version: 5.8.2
|
||||
version: 5.8.3
|
||||
|
||||
packages:
|
||||
|
||||
@@ -281,8 +281,8 @@ packages:
|
||||
'@tybys/wasm-util@0.9.0':
|
||||
resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==}
|
||||
|
||||
'@types/node@22.14.0':
|
||||
resolution: {integrity: sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==}
|
||||
'@types/node@22.14.1':
|
||||
resolution: {integrity: sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==}
|
||||
|
||||
'@valibot/to-json-schema@1.0.0':
|
||||
resolution: {integrity: sha512-/9crJgPptVsGCL6X+JPDQyaJwkalSZ/52WuF8DiRUxJgcmpNdzYRfZ+gqMEP8W3CTVfuMWPqqvIgfwJ97f9Etw==}
|
||||
@@ -396,8 +396,8 @@ packages:
|
||||
resolution: {integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==}
|
||||
engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'}
|
||||
|
||||
typescript@5.8.2:
|
||||
resolution: {integrity: sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==}
|
||||
typescript@5.8.3:
|
||||
resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
@@ -584,13 +584,13 @@ snapshots:
|
||||
tslib: 2.8.1
|
||||
optional: true
|
||||
|
||||
'@types/node@22.14.0':
|
||||
'@types/node@22.14.1':
|
||||
dependencies:
|
||||
undici-types: 6.21.0
|
||||
|
||||
'@valibot/to-json-schema@1.0.0(valibot@1.0.0(typescript@5.8.2))':
|
||||
'@valibot/to-json-schema@1.0.0(valibot@1.0.0(typescript@5.8.3))':
|
||||
dependencies:
|
||||
valibot: 1.0.0(typescript@5.8.2)
|
||||
valibot: 1.0.0(typescript@5.8.3)
|
||||
|
||||
ajv@8.17.1:
|
||||
dependencies:
|
||||
@@ -668,11 +668,11 @@ snapshots:
|
||||
|
||||
resolve-pkg-maps@1.0.0: {}
|
||||
|
||||
rolldown@1.0.0-beta.7(typescript@5.8.2):
|
||||
rolldown@1.0.0-beta.7(typescript@5.8.3):
|
||||
dependencies:
|
||||
'@oxc-project/types': 0.61.2
|
||||
'@valibot/to-json-schema': 1.0.0(valibot@1.0.0(typescript@5.8.2))
|
||||
valibot: 1.0.0(typescript@5.8.2)
|
||||
'@valibot/to-json-schema': 1.0.0(valibot@1.0.0(typescript@5.8.3))
|
||||
valibot: 1.0.0(typescript@5.8.3)
|
||||
optionalDependencies:
|
||||
'@rolldown/binding-darwin-arm64': 1.0.0-beta.7
|
||||
'@rolldown/binding-darwin-x64': 1.0.0-beta.7
|
||||
@@ -725,7 +725,7 @@ snapshots:
|
||||
|
||||
tunnel@0.0.6: {}
|
||||
|
||||
typescript@5.8.2: {}
|
||||
typescript@5.8.3: {}
|
||||
|
||||
undici-types@6.21.0: {}
|
||||
|
||||
@@ -733,6 +733,6 @@ snapshots:
|
||||
dependencies:
|
||||
'@fastify/busboy': 2.1.1
|
||||
|
||||
valibot@1.0.0(typescript@5.8.2):
|
||||
valibot@1.0.0(typescript@5.8.3):
|
||||
optionalDependencies:
|
||||
typescript: 5.8.2
|
||||
typescript: 5.8.3
|
||||
|
||||
Reference in New Issue
Block a user