Skip to content

Commit 2dc64f9

Browse files
marker-daomarker dao ®
andauthored
Dependancies: Override versions to avoid Dependabot alerts (#33235)
Co-authored-by: marker dao ® <youdontknow@marker-dao.eth>
1 parent f0e26e0 commit 2dc64f9

File tree

3 files changed

+197
-1168
lines changed

3 files changed

+197
-1168
lines changed

apps/demos/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@
132132
"glob": "11.1.0",
133133
"globals": "catalog:",
134134
"gulp": "4.0.2",
135-
"gulp-clean": "0.4.0",
136-
"gulp-minify": "3.1.0",
137-
"gulp-replace": "1.1.4",
138135
"jest": "29.7.0",
139136
"jest-environment-node": "29.7.0",
140137
"lodash": "4.18.1",
@@ -143,7 +140,6 @@
143140
"mockdate": "3.0.5",
144141
"npm-run-all2": "5.0.2",
145142
"open": "8.4.2",
146-
"prettier": "2.8.8",
147143
"rollup": "4.59.0",
148144
"serve-index": "1.9.2",
149145
"serve-static": "1.16.3",

package.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"pnpm": {
6868
"overrides": {
6969
"@devexpress/callsite-record@^4.1.6": "4.1.7",
70-
"basic-ftp@<5.2.1": "~5.2.1",
70+
"basic-ftp@<5.2.2": "^5.2.2",
7171
"@isaacs/brace-expansion@<=5.0.0": "^5.0.1",
7272
"@modelcontextprotocol/sdk@>=1.10.0 <=1.25.3": "^1.26.0",
7373
"form-data@<2.5.4": "2.5.5",
@@ -76,7 +76,7 @@
7676
"sha.js@<=2.4.11": "^2.4.12",
7777
"rollup@< 4.59.0": "^4.59.0",
7878
"json5@<1.0.2": "^2.2.3",
79-
"axios@<=1.13.4": "^1.13.5",
79+
"axios@<1.15.0": "^1.15.0",
8080
"braces@<3.0.3": "^3.0.3",
8181
"semver@<5.7.2": "^5.7.2",
8282
"qs": ">=6.14.1",
@@ -86,8 +86,8 @@
8686
"vite@>=7.0.0 <=7.3.1": "^7.3.2",
8787
"tar@<=7.5.9": "^7.5.10",
8888
"underscore@<=1.13.7": "^1.13.8",
89-
"hono@<4.12.4": "^4.12.4",
90-
"@hono/node-server@<1.19.10": "^1.19.10",
89+
"hono@<4.12.12": "^4.12.12",
90+
"@hono/node-server@<1.19.13": "^1.19.13",
9191
"express-rate-limit@>=8.2.0 <8.2.2": "^8.2.2",
9292
"immutable@>=5.0.0 <5.1.5": "^5.1.5",
9393
"minimatch@<3.1.5": "3.1.5",
@@ -101,8 +101,24 @@
101101
"flatted@<3.4.0": "^3.4.0",
102102
"undici@<7.24.0": "^7.24.0",
103103
"socket.io-parser@>=4.0.0 <4.2.6": "^4.2.6",
104-
"lodash@<4.18.1": "4.18.1",
105-
"lodash.template@<4.18.1": "4.18.1"
104+
"lodash@<4.18.1": "^4.18.1",
105+
"lodash.template@<4.18.1": "^4.18.1",
106+
"tough-cookie@<4.1.3": "^4.1.3",
107+
"micromatch@<4.0.8": "^4.0.8",
108+
"esbuild@<=0.24.2": "^0.25.0",
109+
"tmp@<=0.2.3": "^0.2.4",
110+
"nanoid@<3.3.8": "^3.3.8",
111+
"diff@>=4.0.0 <4.0.4": "^4.0.4",
112+
"diff@>=5.0.0 <5.2.2": "^5.2.2",
113+
"bn.js@>=5.0.0 <5.2.3": "^5.2.3",
114+
"bn.js@<4.12.3": "^4.12.3",
115+
"ajv@>=7.0.0-alpha.0 <8.18.0": "^8.18.0",
116+
"@tootallnate/once@<3.0.1": "^3.0.1",
117+
"dompurify@<3.3.2": "^3.3.2",
118+
"brace-expansion@<1.1.13": "^1.1.13",
119+
"brace-expansion@>=2.0.0 <2.0.3": "^2.0.3",
120+
"brace-expansion@>=4.0.0 <5.0.5": "^5.0.5",
121+
"yaml@>=2.0.0 <2.8.3": "^2.8.3"
106122
}
107123
},
108124
"packageManager": "pnpm@9.15.9"

0 commit comments

Comments
 (0)