chore(deps): override undici to ^7.28.0 (#1150)

* chore(deps): override undici to ^7.28.0 to clear dev-only advisories

* chore(nix): sync npmDepsHash with package-lock.json

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Psychotoxical
2026-06-22 01:15:12 +02:00
committed by GitHub
parent 93166c774a
commit d162c2557b
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"npmDepsHash": "sha256-oYSc00guRNrZhWTkRXYlqwSeVZ7tkz+/rA+XOF3NUvw=" "npmDepsHash": "sha256-Y5gZccVREEG9XpYJ/MTtoDn7lC3u9sKiZ8tN3OyEYCU="
} }
+3 -3
View File
@@ -3674,9 +3674,9 @@
} }
}, },
"node_modules/undici": { "node_modules/undici": {
"version": "7.27.1", "version": "7.28.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.27.1.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz",
"integrity": "sha512-UDdpiex+mzigiyrXrGbiUaF4HzTNhKbh2vRNFaTMzcqmLIPrZxaCtwo/1TMSuWoM1Xz3WiTo9KdgI3kRqYzJGg==", "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
+3
View File
@@ -69,5 +69,8 @@
"typescript": "^6.0.3", "typescript": "^6.0.3",
"vite": "^8.0.14", "vite": "^8.0.14",
"vitest": "^4.1.8" "vitest": "^4.1.8"
},
"overrides": {
"undici": "^7.28.0"
} }
} }