Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/apps/remix-ide-e2e…
Browse files Browse the repository at this point in the history
…/src/githttpbackend/express-4.20.0
  • Loading branch information
Aniket-Engg authored Sep 18, 2024
2 parents 15a411f + 34b6307 commit a5e77dd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide-e2e/src/githttpbackend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"start:server": "tsc && node ./dist/server.js"
},
"dependencies": {
"body-parser": "^1.20.2",
"body-parser": "^1.20.3",
"child_process": "^1.0.2",
"express": "^4.20.0",
"git-http-backend": "^1.1.2",
Expand Down
18 changes: 18 additions & 0 deletions apps/remix-ide-e2e/src/githttpbackend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,24 @@ body-parser@1.20.3, body-parser@^1.20.2:
type-is "~1.6.18"
unpipe "1.0.0"

body-parser@^1.20.3:
version "1.20.3"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
dependencies:
bytes "3.1.2"
content-type "~1.0.5"
debug "2.6.9"
depd "2.0.0"
destroy "1.2.0"
http-errors "2.0.0"
iconv-lite "0.4.24"
on-finished "2.4.1"
qs "6.13.0"
raw-body "2.5.2"
type-is "~1.6.18"
unpipe "1.0.0"

bytes@3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
Expand Down

0 comments on commit a5e77dd

Please sign in to comment.