Skip to content

Commit a5e77dd

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/apps/remix-ide-e2e/src/githttpbackend/express-4.20.0
2 parents 15a411f + 34b6307 commit a5e77dd

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

apps/remix-ide-e2e/src/githttpbackend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"start:server": "tsc && node ./dist/server.js"
44
},
55
"dependencies": {
6-
"body-parser": "^1.20.2",
6+
"body-parser": "^1.20.3",
77
"child_process": "^1.0.2",
88
"express": "^4.20.0",
99
"git-http-backend": "^1.1.2",

apps/remix-ide-e2e/src/githttpbackend/yarn.lock

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,24 @@ [email protected], body-parser@^1.20.2:
4040
type-is "~1.6.18"
4141
unpipe "1.0.0"
4242

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+
4361
4462
version "3.1.2"
4563
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"

0 commit comments

Comments
 (0)