Skip to content

Commit facfdaa

Browse files
authored
chore: pnpm audit fix (#1425)
1 parent c6dd5fc commit facfdaa

2 files changed

Lines changed: 1196 additions & 1018 deletions

File tree

package.json

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -99,28 +99,34 @@
9999
"prettier": "@silverhand/eslint-config/.prettierrc",
100100
"pnpm": {
101101
"overrides": {
102+
"mermaid@>=11.0.0 <11.14.0": "^11.15.0",
102103
"@eslint/plugin-kit@<0.3.4": "^0.3.4",
103-
"mermaid@>=11.0.0 <11.10.0": "^11.10.0",
104104
"on-headers@<1.1.0": "^1.1.0",
105-
"webpack-dev-server@<=5.2.0": "^5.2.1",
106-
"axios@<1.12.0": "^1.12.0",
107-
"glob@>=10.2.0 <10.5.0": "^10.5.0",
108-
"node-forge@<1.3.2": "^1.3.2",
109-
"mdast-util-to-hast@>=13.0.0 <13.2.1": "^13.2.1",
110-
"lodash@<=4.17.22": "^4.17.23",
111-
"lodash-es@<=4.17.22": "^4.17.23",
112-
"diff@>=5.0.0 <5.2.2": "^5.2.2",
113-
"qs@<6.14.1": "^6.14.1",
114-
"altcha-lib@<1.4.1": "^1.4.1",
115-
"webpack@>=5.49.0 <=5.104.0": ">=5.104.1",
116-
"webpack@>=5.49.0 <5.104.0": ">=5.104.0",
117-
"axios@<=1.13.4": ">=1.13.5",
118-
"qs@>=6.7.0 <=6.14.1": ">=6.14.2",
119-
"ajv@<6.14.0": ">=6.14.0 <7",
120-
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0 <9",
121-
"minimatch@<3.1.3": ">=3.1.3 <4",
122-
"minimatch@>=9.0.0 <9.0.6": ">=9.0.6 <10",
123-
"minimatch@>=10.0.0 <10.2.1": ">=10.2.1 <11"
105+
"qs@>=6.7.0 <=6.15.1": "^6.15.2",
106+
"minimatch@<3.1.4": "^3.1.4",
107+
"svgo@>=3.0.0 <3.3.3": "^3.3.3",
108+
"flatted@<=3.4.1": "^3.4.2",
109+
"path-to-regexp@<0.1.13": "^0.1.13",
110+
"brace-expansion@<1.1.13": "^1.1.13",
111+
"brace-expansion@>=4.0.0 <5.0.6": "^5.0.6",
112+
"node-forge@<1.4.0": "^1.4.0",
113+
"picomatch@<2.3.2": "^2.3.2",
114+
"yaml@>=2.0.0 <2.8.3": "^2.8.3",
115+
"lodash-es@<=4.17.23": "^4.18.0",
116+
"lodash@<=4.17.23": "^4.18.0",
117+
"follow-redirects@<=1.15.11": "^1.16.0",
118+
"postcss@<8.5.10": "^8.5.10",
119+
"immutable@>=5.0.0 <5.1.5": "^5.1.5",
120+
"dompurify@>=1.0.10 <3.4.0": "^3.4.0",
121+
"fast-uri@<=3.1.1": "^3.1.2",
122+
"webpack-dev-server@<=5.2.3": "^5.2.4",
123+
"ws@>=8.0.0 <8.20.1": "^8.20.1",
124+
"serialize-javascript@>=5.0.0 <7.0.5": "^7.0.5",
125+
"uuid@<11.1.1": "^11.1.1",
126+
"axios@>=1.0.0 <1.16.0": "^1.16.0",
127+
"@babel/plugin-transform-modules-systemjs@>=7.12.0 <=7.29.3": "^7.29.4",
128+
"shell-quote@>=1.1.0 <=1.8.3": "^1.8.4",
129+
"joi@<17.13.4": "^17.13.4"
124130
},
125131
"onlyBuiltDependencies": [
126132
"@swc/core",

0 commit comments

Comments
 (0)