From b31ce3dffe9bb0f10359742456142084779a6211 Mon Sep 17 00:00:00 2001 From: Andrew Min Date: Tue, 10 Sep 2024 20:09:02 -0400 Subject: [PATCH] dependency bump --- package.json | 3 ++- pnpm-lock.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f362a3ca..a44197bc3 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,8 @@ "ws": ">=8.17.1", "fast-xml-parser": ">=4.4.1", "semver": ">=6.3.1", - "path-to-regexp@<0.1.10": ">=0.1.10" + "path-to-regexp@<0.1.10": ">=0.1.10", + "body-parser@<1.20.3": ">=1.20.3" } } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ac132c2e7..8aed31ac7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,6 +13,7 @@ overrides: fast-xml-parser: '>=4.4.1' semver: '>=6.3.1' path-to-regexp@<0.1.10: '>=0.1.10' + body-parser@<1.20.3: '>=1.20.3' importers: