fix: regenerate package-lock.json for undici override
Resolves lockfile mismatch where undici@7.24.1 did not satisfy the ^7.24.3 override. Running npm install updated the resolved version to undici@7.24.4. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Generated
+3
-3
@@ -17050,9 +17050,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/undici": {
|
"node_modules/undici": {
|
||||||
"version": "7.24.1",
|
"version": "7.24.4",
|
||||||
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.1.tgz",
|
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.4.tgz",
|
||||||
"integrity": "sha512-5xoBibbmnjlcR3jdqtY2Lnx7WbrD/tHlT01TmvqZUFVc9Q1w4+j5hbnapTqbcXITMH1ovjq/W7BkqBilHiVAaA==",
|
"integrity": "sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user