chores: Update minimatch, tar, and ajv dependencies across desktop and browser packages

This commit is contained in:
wj-xiao
2026-02-25 11:25:36 +08:00
parent cb7c647018
commit 1d1dd5e9fd
5 changed files with 1844 additions and 3421 deletions

View File

@@ -40,7 +40,7 @@
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26", "eslint-plugin-react-refresh": "^0.4.26",
"globals": "^15.12.0", "globals": "^15.12.0",
"minimatch": "^9.0.5", "minimatch": "^9.0.6",
"postcss": "^8.4.49", "postcss": "^8.4.49",
"prettier": "^3.4.1", "prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9", "prettier-plugin-tailwindcss": "^0.6.9",

3215
browser/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,6 @@
overrides: overrides:
minimatch: ^9.0.0 minimatch: ^9.0.6
ajv@<6.14.0: '>=6.14.0'
'@babel/helpers@<7.26.10': '>=7.26.10' '@babel/helpers@<7.26.10': '>=7.26.10'
'@babel/runtime@<7.26.10': '>=7.26.10' '@babel/runtime@<7.26.10': '>=7.26.10'
'@eslint/plugin-kit@<0.3.4': '>=0.3.4' '@eslint/plugin-kit@<0.3.4': '>=0.3.4'

View File

@@ -89,8 +89,10 @@
"electron@<35.7.5": ">=35.7.5", "electron@<35.7.5": ">=35.7.5",
"vite@>=6.0.0 <=6.3.5": ">=6.3.6", "vite@>=6.0.0 <=6.3.5": ">=6.3.6",
"vite@>=6.0.0 <=6.4.0": ">=6.4.1", "vite@>=6.0.0 <=6.4.0": ">=6.4.1",
"minimatch@<9.0.0": ">=9.0.5", "minimatch@<9.0.6": ">=9.0.6",
"tar@<7.5.7": ">=7.5.7", "minimatch@>=10.0.0 <10.2.1": ">=10.2.1",
"tar@<7.5.8": ">=7.5.8",
"ajv@<6.14.0": ">=6.14.0",
"lodash@<4.17.23": ">=4.17.23", "lodash@<4.17.23": ">=4.17.23",
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1" "@isaacs/brace-expansion@<=5.0.0": ">=5.0.1"
} }

2037
desktop/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff