Skip to content

Commit 173242a

Browse files
authored
Merge pull request #9189 from BitGo/WCN-1223/orca-scan-bitgo-express
fix: bumping deps from orca scan for bitgo express
2 parents 833a705 + bfe2a3c commit 173242a

2 files changed

Lines changed: 217 additions & 185 deletions

File tree

package.json

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"typescript": "5.7.2",
5656
"typescript-cached-transpile": "^0.0.6",
5757
"url": "^0.11.0",
58-
"webpack": "5.98.0",
58+
"webpack": "5.107.2",
5959
"webpack-cli": "^5.0.0",
6060
"yargs": "^17.7.2",
6161
"yeoman-generator": "^5.6.1"
@@ -64,7 +64,7 @@
6464
"**/cliui/strip-ansi": "6.0.1",
6565
"**/cliui/string-width": "4.2.3",
6666
"**/yargs/cliui/string-width": "4.2.3",
67-
"qs": "6.14.1",
67+
"qs": "6.15.2",
6868
"**/lodash": ">=4.18.1",
6969
"**/lerna/**/glob": "11.1.0",
7070
"**/yeoman-generator/**/glob": "11.1.0",
@@ -87,7 +87,7 @@
8787
"body-parser": "1.20.3",
8888
"degenerator": "5.0.0",
8989
"eventsource": "2.0.2",
90-
"follow-redirects": "1.15.11",
90+
"follow-redirects": "1.16.0",
9191
"io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
9292
"isbinaryfile": "5.0.0",
9393
"minimist": "1.2.6",
@@ -131,13 +131,25 @@
131131
"picomatch": ">=2.3.2",
132132
"fast-uri": "3.1.2",
133133
"@babel/plugin-transform-modules-systemjs": "7.29.4",
134-
"protobufjs": "7.5.8",
134+
"protobufjs": "7.6.4",
135135
"@protobufjs/fetch": "1.1.0",
136136
"@protobufjs/inquire": "1.1.0",
137+
"dompurify": "3.4.11",
138+
"react-router": "6.30.4",
139+
"react-router-dom": "6.30.4",
140+
"webpack": "5.107.2",
141+
"@babel/core": "^7.29.7",
142+
"browserslist": "4.28.4",
143+
"enhanced-resolve": "5.24.1",
144+
"es-module-lexer": "2.1.0",
145+
"webpack/webpack-sources": "3.5.0",
146+
"caniuse-lite": "1.0.30001799",
147+
"electron-to-chromium": "1.5.380",
148+
"baseline-browser-mapping": "2.10.40",
137149
"sigstore": "4.1.1"
138150
},
139151
"overrides": {
140-
"qs": "6.14.1",
152+
"qs": "6.15.2",
141153
"lodash": ">=4.18.1",
142154
"sha.js": ">=2.4.12",
143155
"serialize-javascript": "7.0.5",
@@ -154,7 +166,7 @@
154166
"body-parser": "1.20.3",
155167
"degenerator": "5.0.0",
156168
"eventsource": "2.0.2",
157-
"follow-redirects": "1.15.11",
169+
"follow-redirects": "1.16.0",
158170
"io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
159171
"isbinaryfile": "5.0.0",
160172
"minimist": "1.2.6",
@@ -188,7 +200,7 @@
188200
"picomatch": ">=2.3.2",
189201
"fast-uri": "3.1.2",
190202
"@babel/plugin-transform-modules-systemjs": "7.29.4",
191-
"protobufjs": "7.5.8",
203+
"protobufjs": "7.6.4",
192204
"@protobufjs/fetch": "1.1.0",
193205
"@protobufjs/inquire": "1.1.0",
194206
"sigstore": "4.1.1",

0 commit comments

Comments
 (0)