mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(forge): build failing due to minimatch
This commit is contained in:
parent
09003270f1
commit
df1d23ae4d
@ -93,7 +93,6 @@
|
||||
"node-abi": "4.9.0",
|
||||
"@types/express-serve-static-core": "5.0.6",
|
||||
"flat@<5.0.1": ">=5.0.1",
|
||||
"minimatch@<3.0.5": ">=3.0.5",
|
||||
"debug@>=3.2.0 <3.2.7": ">=3.2.7",
|
||||
"nanoid@<3.3.8": ">=3.3.8",
|
||||
"nanoid@>=4.0.0 <5.0.9": ">=5.0.9",
|
||||
|
20
pnpm-lock.yaml
generated
20
pnpm-lock.yaml
generated
@ -8,7 +8,6 @@ overrides:
|
||||
node-abi: 4.9.0
|
||||
'@types/express-serve-static-core': 5.0.6
|
||||
flat@<5.0.1: '>=5.0.1'
|
||||
minimatch@<3.0.5: '>=3.0.5'
|
||||
debug@>=3.2.0 <3.2.7: '>=3.2.7'
|
||||
nanoid@<3.3.8: '>=3.3.8'
|
||||
nanoid@>=4.0.0 <5.0.9: '>=5.0.9'
|
||||
@ -9106,9 +9105,8 @@ packages:
|
||||
minimalistic-assert@1.0.1:
|
||||
resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==}
|
||||
|
||||
minimatch@10.0.1:
|
||||
resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==}
|
||||
engines: {node: 20 || >=22}
|
||||
minimatch@3.0.4:
|
||||
resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==}
|
||||
|
||||
minimatch@3.0.8:
|
||||
resolution: {integrity: sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==}
|
||||
@ -14884,7 +14882,7 @@ snapshots:
|
||||
dependencies:
|
||||
commander: 5.1.0
|
||||
glob: 7.2.3
|
||||
minimatch: 10.0.1
|
||||
minimatch: 3.1.2
|
||||
|
||||
'@electron/get@2.0.3':
|
||||
dependencies:
|
||||
@ -20152,7 +20150,7 @@ snapshots:
|
||||
|
||||
dotignore@0.1.2:
|
||||
dependencies:
|
||||
minimatch: 10.0.1
|
||||
minimatch: 3.1.2
|
||||
|
||||
draggabilly@3.0.0:
|
||||
dependencies:
|
||||
@ -21287,7 +21285,7 @@ snapshots:
|
||||
fs.realpath: 1.0.0
|
||||
inflight: 1.0.6
|
||||
inherits: 2.0.4
|
||||
minimatch: 9.0.5
|
||||
minimatch: 3.1.2
|
||||
once: 1.4.0
|
||||
path-is-absolute: 1.0.1
|
||||
|
||||
@ -23213,9 +23211,9 @@ snapshots:
|
||||
|
||||
minimalistic-assert@1.0.1: {}
|
||||
|
||||
minimatch@10.0.1:
|
||||
minimatch@3.0.4:
|
||||
dependencies:
|
||||
brace-expansion: 2.0.1
|
||||
brace-expansion: 1.1.11
|
||||
|
||||
minimatch@3.0.8:
|
||||
dependencies:
|
||||
@ -23359,7 +23357,7 @@ snapshots:
|
||||
he: 1.2.0
|
||||
js-yaml: 3.13.1
|
||||
log-symbols: 3.0.0
|
||||
minimatch: 9.0.5
|
||||
minimatch: 3.0.4
|
||||
mkdirp: 0.5.5
|
||||
ms: 2.1.1
|
||||
node-environment-flags: 1.0.6
|
||||
@ -26344,7 +26342,7 @@ snapshots:
|
||||
dependencies:
|
||||
'@istanbuljs/schema': 0.1.3
|
||||
glob: 7.2.3
|
||||
minimatch: 9.0.3
|
||||
minimatch: 3.1.2
|
||||
|
||||
test-exclude@7.0.1:
|
||||
dependencies:
|
||||
|
Loading…
x
Reference in New Issue
Block a user