fix(deps): update nanoid to 3.3.17 and undici to 8.9.0

This commit is contained in:
shuaiplus
2026-08-10 20:01:43 +08:00
parent 38b0ff6263
commit b3630bdaf5
2 changed files with 8 additions and 7 deletions
+6 -6
View File
@@ -3904,9 +3904,9 @@
} }
}, },
"node_modules/nanoid": { "node_modules/nanoid": {
"version": "3.3.16", "version": "3.3.17",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.17.tgz",
"integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==", "integrity": "sha512-xQLf0A3HOMlgHq0n247/LRuAOYmB7dXJ/DvAxGvsSBij45XtBSmQycu+F8ODbHwns/XyFZagyL1+J0Offw1E0g==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@@ -4734,9 +4734,9 @@
} }
}, },
"node_modules/undici": { "node_modules/undici": {
"version": "8.5.0", "version": "8.9.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-8.5.0.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-8.9.0.tgz",
"integrity": "sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==", "integrity": "sha512-aWZpUj7XoGonMClx4gdDRfgBjqeA+F473aDmROQQbM9n6PRfK/u1q/a0X4wMTgcHfT8H6fpbt98PFuDUwFg2YA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
+2 -1
View File
@@ -48,7 +48,8 @@
} }
}, },
"overrides": { "overrides": {
"undici": ">=7.28.0", "nanoid": "3.3.17",
"undici": "8.9.0",
"@babel/core": ">=7.29.6", "@babel/core": ">=7.29.6",
"esbuild": ">=0.28.1", "esbuild": ">=0.28.1",
"ws": "8.21.0", "ws": "8.21.0",