Skip to content

Commit 345cc77

Browse files
authored
chore: fix security issue (#1362)
1 parent cc666aa commit 345cc77

File tree

2 files changed

+40
-13
lines changed

2 files changed

+40
-13
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@
113113
"qs@<6.14.1": "^6.14.1",
114114
"altcha-lib@<1.4.1": "^1.4.1",
115115
"webpack@>=5.49.0 <=5.104.0": ">=5.104.1",
116-
"webpack@>=5.49.0 <5.104.0": ">=5.104.0"
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"
117119
},
118120
"onlyBuiltDependencies": [
119121
"@swc/core",

pnpm-lock.yaml

Lines changed: 37 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)