chore: fix dependabot alerts (#33277)

This commit is contained in:
Stephen Zhou 2026-03-11 15:04:57 +08:00 committed by GitHub
parent 5d0c3d58ac
commit ee78ffcdb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 881 additions and 1095 deletions

View File

@ -54,17 +54,22 @@
"publish:npm": "./scripts/publish.sh"
},
"dependencies": {
"axios": "^1.13.2"
"axios": "^1.13.6"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^25.0.3",
"@typescript-eslint/eslint-plugin": "^8.50.1",
"@typescript-eslint/parser": "^8.50.1",
"@vitest/coverage-v8": "4.0.16",
"eslint": "^9.39.2",
"@eslint/js": "^10.0.1",
"@types/node": "^25.4.0",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.57.0",
"@vitest/coverage-v8": "4.0.18",
"eslint": "^10.0.3",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vitest": "^4.0.16"
"vitest": "^4.0.18"
},
"pnpm": {
"overrides": {
"rollup@>=4.0.0,<4.59.0": "4.59.0"
}
}
}

File diff suppressed because it is too large Load Diff

View File

@ -257,6 +257,7 @@
"brace-expansion@<2.0.2": "2.0.2",
"canvas": "^3.2.1",
"devalue@<5.3.2": "5.3.2",
"dompurify@>=3.1.3,<=3.3.1": "3.3.2",
"es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@^1.0.21",
"esbuild@<0.27.2": "0.27.2",
"glob@>=10.2.0,<10.5.0": "11.1.0",
@ -275,6 +276,7 @@
"pbkdf2@<3.1.3": "3.1.3",
"prismjs": "~1.30",
"prismjs@<1.30.0": "1.30.0",
"rollup@>=4.0.0,<4.59.0": "4.59.0",
"safe-buffer": "^5.2.1",
"safe-regex-test": "npm:@nolyfill/safe-regex-test@^1.0.44",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.44",
@ -285,6 +287,8 @@
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1.0.44",
"string.prototype.repeat": "npm:@nolyfill/string.prototype.repeat@^1.0.44",
"string.prototype.trimend": "npm:@nolyfill/string.prototype.trimend@^1.0.44",
"svgo@>=3.0.0,<3.3.3": "3.3.3",
"tar@<=7.5.10": "7.5.11",
"typed-array-buffer": "npm:@nolyfill/typed-array-buffer@^1.0.44",
"which-typed-array": "npm:@nolyfill/which-typed-array@^1.0.44"
},

754
web/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff