fix(deps): bump desktop undici to patched versions
node-gyp's undici 6.26.0 -> 6.27.0 and @electron/get's 7.27.2 -> 7.28.0, each pinned within its major via overrides so only the security patch is taken (an open >= range would jump across majors, e.g. to undici 8). Resolves the 9 open desktop undici Dependabot alerts.
This commit is contained in:
parent
7b5b8ecad2
commit
18a0df505b
|
|
@ -80,7 +80,9 @@
|
|||
"tmp": ">=0.2.7",
|
||||
"ip-address": ">=10.1.1",
|
||||
"form-data": ">=4.0.6",
|
||||
"js-yaml": ">=4.2.0"
|
||||
"js-yaml": ">=4.2.0",
|
||||
"undici@6": "^6.27.0",
|
||||
"undici@7": "^7.28.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@ overrides:
|
|||
ip-address: '>=10.1.1'
|
||||
form-data: '>=4.0.6'
|
||||
js-yaml: '>=4.2.0'
|
||||
undici@6: ^6.27.0
|
||||
undici@7: ^7.28.0
|
||||
|
||||
importers:
|
||||
|
||||
|
|
@ -1344,12 +1346,12 @@ packages:
|
|||
undici-types@7.16.0:
|
||||
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
|
||||
|
||||
undici@6.26.0:
|
||||
resolution: {integrity: sha512-4yqz8a3n5HmGTlsbADNtr/dJlhkh/55Rq798G6ibiULcXbDtaLpTl1pvdqcbFfeoj3iSi52lePFM7h9H21cw/A==}
|
||||
undici@6.27.0:
|
||||
resolution: {integrity: sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==}
|
||||
engines: {node: '>=18.17'}
|
||||
|
||||
undici@7.27.2:
|
||||
resolution: {integrity: sha512-uZsKNuzQxDMUY6M3pIMvy5tvlGmtq8XJ2oLAkfRKGNu+1VQAIvLy2xIVG5ATZl5wDXl/tddByAWCizRbOme+TA==}
|
||||
undici@7.28.0:
|
||||
resolution: {integrity: sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==}
|
||||
engines: {node: '>=20.18.1'}
|
||||
|
||||
universalify@0.1.2:
|
||||
|
|
@ -1486,7 +1488,7 @@ snapshots:
|
|||
semver: 7.8.1
|
||||
sumchecker: 3.0.1
|
||||
optionalDependencies:
|
||||
undici: 7.27.2
|
||||
undici: 7.28.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
|
|
@ -2649,7 +2651,7 @@ snapshots:
|
|||
semver: 7.8.1
|
||||
tar: 7.5.16
|
||||
tinyglobby: 0.2.15
|
||||
undici: 6.26.0
|
||||
undici: 6.27.0
|
||||
which: 6.0.1
|
||||
|
||||
node-int64@0.4.0: {}
|
||||
|
|
@ -3048,9 +3050,9 @@ snapshots:
|
|||
|
||||
undici-types@7.16.0: {}
|
||||
|
||||
undici@6.26.0: {}
|
||||
undici@6.27.0: {}
|
||||
|
||||
undici@7.27.2:
|
||||
undici@7.28.0:
|
||||
optional: true
|
||||
|
||||
universalify@0.1.2: {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue