File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
apps/remix-ide-e2e/src/githttpbackend Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 3
3
"start:server" : " tsc && node ./dist/server.js"
4
4
},
5
5
"dependencies" : {
6
- "body-parser" : " ^1.20.2 " ,
6
+ "body-parser" : " ^1.20.3 " ,
7
7
"child_process" : " ^1.0.2" ,
8
8
"express" : " ^4.20.0" ,
9
9
"git-http-backend" : " ^1.1.2" ,
Original file line number Diff line number Diff line change 40
40
type-is "~1.6.18"
41
41
unpipe "1.0.0"
42
42
43
+ body-parser@^1.20.3 :
44
+ version "1.20.3"
45
+ resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
46
+ integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
47
+ dependencies :
48
+ bytes "3.1.2"
49
+ content-type "~1.0.5"
50
+ debug "2.6.9"
51
+ depd "2.0.0"
52
+ destroy "1.2.0"
53
+ http-errors "2.0.0"
54
+ iconv-lite "0.4.24"
55
+ on-finished "2.4.1"
56
+ qs "6.13.0"
57
+ raw-body "2.5.2"
58
+ type-is "~1.6.18"
59
+ unpipe "1.0.0"
60
+
43
61
44
62
version "3.1.2"
45
63
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
You can’t perform that action at this time.
0 commit comments