summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json
index becc665a..5c502b4a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9403,6 +9403,15 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/undici": {
+ "version": "7.10.0",
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.10.0.tgz",
+ "integrity": "sha512-u5otvFBOBZvmdjWLVW+5DAc9Nkq8f24g0O9oY7qw2JVIF1VocIFoyz9JFkuVOS2j41AufeO0xnlweJ2RLT8nGw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=20.18.1"
+ }
+ },
"node_modules/undici-types": {
"version": "6.19.8",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
@@ -10754,7 +10763,8 @@
"fast-glob": "^3.3.3",
"ignore": "^7.0.0",
"shell-quote": "^1.8.2",
- "strip-ansi": "^7.1.0"
+ "strip-ansi": "^7.1.0",
+ "undici": "^7.10.0"
},
"devDependencies": {
"@types/diff": "^7.0.2",