fix(ci): resolve tmp audit failure

This commit is contained in:
777genius 2026-05-27 15:28:41 +03:00
parent 5046d80fdf
commit e363394c72
3 changed files with 8 additions and 4 deletions

View file

@ -429,6 +429,7 @@
"smol-toml": "1.6.1", "smol-toml": "1.6.1",
"srvx": "0.11.13", "srvx": "0.11.13",
"tar": "7.5.11", "tar": "7.5.11",
"tmp": "0.2.6",
"undici@7": "7.24.0", "undici@7": "7.24.0",
"unhead": "2.1.13", "unhead": "2.1.13",
"uuid": "^11.1.1", "uuid": "^11.1.1",

View file

@ -40,6 +40,7 @@ overrides:
smol-toml: 1.6.1 smol-toml: 1.6.1
srvx: 0.11.13 srvx: 0.11.13
tar: 7.5.11 tar: 7.5.11
tmp: 0.2.6
undici@7: 7.24.0 undici@7: 7.24.0
unhead: 2.1.13 unhead: 2.1.13
uuid: ^11.1.1 uuid: ^11.1.1
@ -10541,8 +10542,8 @@ packages:
tmp-promise@3.0.3: tmp-promise@3.0.3:
resolution: {integrity: sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==} resolution: {integrity: sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==}
tmp@0.2.5: tmp@0.2.6:
resolution: {integrity: sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==} resolution: {integrity: sha512-5sJPdPjfI5Kx+qbrDesxkglRBxW//g7hCsqspEjwkewGvBMGIKMOTKzLt1hFVJzyadba3lDUN20O9qhvbQUSTA==}
engines: {node: '>=14.14'} engines: {node: '>=14.14'}
to-regex-range@5.0.1: to-regex-range@5.0.1:
@ -23116,9 +23117,9 @@ snapshots:
tmp-promise@3.0.3: tmp-promise@3.0.3:
dependencies: dependencies:
tmp: 0.2.5 tmp: 0.2.6
tmp@0.2.5: {} tmp@0.2.6: {}
to-regex-range@5.0.1: to-regex-range@5.0.1:
dependencies: dependencies:

View file

@ -4,6 +4,8 @@ packages:
- landing - landing
- packages/agent-graph - packages/agent-graph
minimumReleaseAge: 4320 minimumReleaseAge: 4320
minimumReleaseAgeExclude:
- tmp@0.2.6
strictPeerDependencies: true strictPeerDependencies: true
peerDependencyRules: peerDependencyRules:
allowedVersions: allowedVersions: