From 2b32c3450e8d56c8af61b31a7ca8ce27d94af32c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 00:30:12 +0000 Subject: [PATCH] build(deps): bump the medusa group across 1 directory with 2 updates Bumps the medusa group with 2 updates in the / directory: [@medusajs/admin](https://github.com/medusajs/medusa/tree/HEAD/packages/admin) and [@medusajs/medusa](https://github.com/medusajs/medusa/tree/HEAD/packages/medusa). Updates `@medusajs/admin` from 7.1.17 to 7.1.18 - [Release notes](https://github.com/medusajs/medusa/releases) - [Changelog](https://github.com/medusajs/medusa/blob/develop/CHANGELOG.md) - [Commits](https://github.com/medusajs/medusa/commits/HEAD/packages/admin) Updates `@medusajs/medusa` from 1.20.10 to 1.20.11 - [Release notes](https://github.com/medusajs/medusa/releases) - [Changelog](https://github.com/medusajs/medusa/blob/@medusajs/medusa@1.20.11/packages/medusa/CHANGELOG.md) - [Commits](https://github.com/medusajs/medusa/commits/@medusajs/medusa@1.20.11/packages/medusa) --- updated-dependencies: - dependency-name: "@medusajs/admin" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: medusa - dependency-name: "@medusajs/medusa" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: medusa ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 081ca71..a8b9ac3 100644 --- a/package.json +++ b/package.json @@ -26,13 +26,13 @@ "dev:admin": "medusa-admin develop --backend https://medusa-server-8pqu.onrender.com" }, "dependencies": { - "@medusajs/admin": "7.1.17", + "@medusajs/admin": "7.1.18", "@medusajs/cache-inmemory": "^2.1.1", "@medusajs/cache-redis": "^2.0.2", "@medusajs/event-bus-local": "^2.0.1", "@medusajs/event-bus-redis": "^2.0.2", "@medusajs/file-local": "^2.0.2", - "@medusajs/medusa": "1.20.10", + "@medusajs/medusa": "1.20.11", "@tanstack/react-query": "5.62.8", "body-parser": "^1.19.0", "cors": "^2.8.5",