chore(security): override vulnerable minimatch version

This commit is contained in:
2026-03-24 17:05:21 +01:00
parent 863b04b8f2
commit 4151901413
2 changed files with 13 additions and 21 deletions

31
pnpm-lock.yaml generated
View File

@@ -4,6 +4,9 @@ settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
overrides:
minimatch@10.1.2: 10.2.3
importers:
.:
@@ -798,14 +801,6 @@ packages:
cpu: [x64]
os: [win32]
'@isaacs/balanced-match@4.0.1':
resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==}
engines: {node: 20 || >=22}
'@isaacs/brace-expansion@5.0.1':
resolution: {integrity: sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==}
engines: {node: 20 || >=22}
'@jridgewell/gen-mapping@0.3.13':
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
@@ -2694,9 +2689,9 @@ packages:
resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
engines: {node: '>=8.6'}
minimatch@10.1.2:
resolution: {integrity: sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==}
engines: {node: 20 || >=22}
minimatch@10.2.3:
resolution: {integrity: sha512-Rwi3pnapEqirPSbWbrZaa6N3nmqq4Xer/2XooiOKyV3q12ML06f7MOuc5DVH8ONZIFhwIYQ3yzPH4nt7iWHaTg==}
engines: {node: 18 || 20 || >=22}
minimatch@10.2.4:
resolution: {integrity: sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==}
@@ -4226,12 +4221,6 @@ snapshots:
'@img/sharp-win32-x64@0.34.5':
optional: true
'@isaacs/balanced-match@4.0.1': {}
'@isaacs/brace-expansion@5.0.1':
dependencies:
'@isaacs/balanced-match': 4.0.1
'@jridgewell/gen-mapping@0.3.13':
dependencies:
'@jridgewell/sourcemap-codec': 1.5.5
@@ -4294,7 +4283,7 @@ snapshots:
ignore: 7.0.5
import-meta-resolve: 4.2.0
jsonc: 2.0.0
minimatch: 10.1.2
minimatch: 10.2.3
transitivePeerDependencies:
- supports-color
- typescript
@@ -5763,7 +5752,7 @@ snapshots:
glob@13.0.1:
dependencies:
minimatch: 10.1.2
minimatch: 10.2.3
minipass: 7.1.3
path-scurry: 2.0.2
@@ -6634,9 +6623,9 @@ snapshots:
braces: 3.0.3
picomatch: 2.3.2
minimatch@10.1.2:
minimatch@10.2.3:
dependencies:
'@isaacs/brace-expansion': 5.0.1
brace-expansion: 5.0.4
minimatch@10.2.4:
dependencies:

3
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,3 @@
---
overrides:
minimatch@10.1.2: 10.2.3