Skip to content

Commit 803381c

Browse files
committed
Add undeclared body-parser dependency
We explicitly use this in server.ts. It has always been available because it is a dependency of express, and therefore a transitive dependency of ours. Because we are using it directly in *our* code we should declare the dependency. I am using version ^1.20.3 because that is the one used by the version of Express we are using.
1 parent 62f4cbd commit 803381c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"@terraformer/wkt": "^2.2.1",
115115
"altcha": "^0.9.0",
116116
"angulartics2": "^12.2.0",
117+
"body-parser": "^1.20.3",
117118
"bootstrap": "^5.3",
118119
"cerialize": "0.1.18",
119120
"cli-progress": "^3.12.0",

0 commit comments

Comments
 (0)