From 122353382ec2f2190e124b2d912f1ec8fc593205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 15:46:38 +0000 Subject: [PATCH] Bump body-parser from 1.19.0 to 1.20.3 Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.19.0 to 1.20.3. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/body-parser/compare/1.19.0...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c1df61..3da0233 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@tsconfig/svelte": "^2.0.1", "@types/chrome": "^0.0.193", "autoprefixer": "^10.3.1", - "body-parser": "1.19.0", + "body-parser": "1.20.3", "cross-env": "^7.0.3", "eslint-config-standard-with-typescript": "^43.0.1", "eslint-plugin-svelte3": "^3.2.0",