mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
fix(deps): broken lockfile (#17404)
This commit is contained in:
parent
08c6efb044
commit
1684dc9c05
1 changed files with 10 additions and 9 deletions
19
pnpm-lock.yaml
generated
19
pnpm-lock.yaml
generated
|
|
@ -331,8 +331,8 @@ importers:
|
|||
specifier: 3.4.1
|
||||
version: 3.4.1
|
||||
re2:
|
||||
specifier: 1.24.0
|
||||
version: 1.24.0
|
||||
specifier: 1.24.1
|
||||
version: 1.24.1
|
||||
reflect-metadata:
|
||||
specifier: 0.2.2
|
||||
version: 0.2.2
|
||||
|
|
@ -7766,8 +7766,8 @@ packages:
|
|||
resolution: {integrity: sha512-BzQguy9W9NJgoVn2mRWzbFrFWWztGCcng2QI9+41frfk+Athwgx3qhqhvStz7ExeUUu7Kzw427sNzHpEZNINog==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
|
||||
nan@2.26.2:
|
||||
resolution: {integrity: sha512-0tTvBTYkt3tdGw22nrAy50x7gpbGCCFH3AFcyS5WiUu7Eu4vWlri1woE6qHBSfy11vksDqkiwjOnlR7WV8G1Hw==}
|
||||
nan@2.27.0:
|
||||
resolution: {integrity: sha512-hC+0LidcL3XE4rp1C4H54KujgXKzbfyTngZTwBByQxsOxCEKZT0MPQ4hOKUH2jU1OYstqdDH4onyHPDzcV0XdQ==}
|
||||
|
||||
nanoid@3.3.12:
|
||||
resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==}
|
||||
|
|
@ -8662,8 +8662,9 @@ packages:
|
|||
resolution: {integrity: sha512-g8OUrgMXAR9ys/ZuJVfBr05sPPoMA7nHIVs8VEvg9QwM5W4GR2qSFEEHjsyHF1eWlBaf8Ev40WNjQFQ+nJTO3w==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
re2@1.24.0:
|
||||
resolution: {integrity: sha512-pBm6cMaOb0Yb0kg0Sfw/k4LwDMkPScb/NVd7GrEllDwfsPZstsZIo93A6Nn0wZuWJw3h57GdzkrOk81EofKY/g==}
|
||||
re2@1.24.1:
|
||||
resolution: {integrity: sha512-uRl9cLDKuobJQp+6lVz7E3AyVszubUJ0fqAMWout4ocUWTIFvdHgpqLwwMh/vuNGGGJGh2p2mJZJIQr9am9M/A==}
|
||||
engines: {node: '>=22'}
|
||||
|
||||
react-docgen-typescript@2.4.0:
|
||||
resolution: {integrity: sha512-ZtAp5XTO5HRzQctjPU0ybY0RRCQO19X/8fxn3w7y2VVTUbGHDKULPTL4ky3vB05euSgG5NpALhEhDPvQ56wvXg==}
|
||||
|
|
@ -17815,7 +17816,7 @@ snapshots:
|
|||
|
||||
mylas@2.1.14: {}
|
||||
|
||||
nan@2.26.2: {}
|
||||
nan@2.27.0: {}
|
||||
|
||||
nanoid@3.3.12: {}
|
||||
|
||||
|
|
@ -18704,10 +18705,10 @@ snapshots:
|
|||
dependencies:
|
||||
setimmediate: 1.0.5
|
||||
|
||||
re2@1.24.0:
|
||||
re2@1.24.1:
|
||||
dependencies:
|
||||
install-artifact-from-github: 1.6.0
|
||||
nan: 2.26.2
|
||||
nan: 2.27.0
|
||||
node-gyp: 12.3.0
|
||||
|
||||
react-docgen-typescript@2.4.0(typescript@5.9.3):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue