From 5679047e7b7935df6fc3e4e972bbc65ca58f552f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:26:23 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 3 updates Bumps the npm_and_yarn group with 3 updates in the /packages/app directory: [body-parser](https://github.com/expressjs/body-parser), [express](https://github.com/expressjs/express) and [ws](https://github.com/websockets/ws). Updates `body-parser` from 1.20.2 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.20.2...1.20.3) Updates `express` from 4.19.2 to 4.20.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0) Updates `ws` from 8.13.0 to 8.17.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.13.0...8.17.1) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: express dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ws dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/app/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/app/package.json b/packages/app/package.json index 75c1975671..506a98c116 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -58,12 +58,12 @@ "@shopify/polaris": "12.10.0", "@shopify/polaris-icons": "8.0.0", "@shopify/theme-check-node": "2.9.0", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "camelcase-keys": "9.1.3", "chokidar": "3.5.3", "diff": "5.1.0", "esbuild": "0.19.8", - "express": "4.19.2", + "express": "4.20.0", "graphql-request": "5.2.0", "h3": "0.7.21", "http-proxy": "1.18.1", @@ -71,7 +71,7 @@ "proper-lockfile": "4.1.2", "react": "^18.2.0", "react-dom": "18.2.0", - "ws": "8.13.0" + "ws": "8.17.1" }, "devDependencies": { "@types/body-parser": "^1.19.2",