Skip to content

Commit a3b58ca

Browse files
authored
chore(deps): lock to body-parser@1 for node 14, 16 support (#4900)
Refs: #4898
1 parent 0217572 commit a3b58ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ updates:
3434
- dependency-name: "lru-cache" # later [email protected] toyed with dropping 14.x, we pin to a specific early 10.x; lru-cache@11 dropped 14, 16, 18
3535
- dependency-name: "rimraf" # rimraf@5 min is 14.20, we need >=14.17; rimraf@6 dropped 14, 16, 18
3636
update-types: ["version-update:semver-major"]
37+
- dependency-name: "body-parser" # body-parser@2 min is 18, we need >=14.17
38+
update-types: ["version-update:semver-major"]
3739
# Packages whose newer versions are not supported by the agent
3840
- dependency-name: "koa-router" # support is >=5.2.0 <14.0.0
3941
- dependency-name: "redis" # support is >=2.0.0 <5

0 commit comments

Comments
 (0)