From 423f7e6a6de2e010ba3651ac9aeedcdc5625dd93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 04:01:20 +0000 Subject: [PATCH] chore(deps): bump @mdx-js/loader from 2.2.1 to 2.3.0 Bumps [@mdx-js/loader](https://github.com/mdx-js/mdx/tree/HEAD/packages/loader) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/mdx-js/mdx/releases) - [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md) - [Commits](https://github.com/mdx-js/mdx/commits/2.3.0/packages/loader) --- updated-dependencies: - dependency-name: "@mdx-js/loader" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c355033..37d36eb 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@emotion/react": "^11", "@emotion/styled": "^11", "@fontsource/inter": "^4.5.15", - "@mdx-js/loader": "^2.2.1", + "@mdx-js/loader": "^2.3.0", "@mdx-js/react": "^2.3.0", "@next/mdx": "^13.1.1", "@nikolovlazar/chakra-ui-prose": "^1.2.1", diff --git a/yarn.lock b/yarn.lock index b64eebe..c609db7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1188,10 +1188,10 @@ dependencies: lodash "^4.17.21" -"@mdx-js/loader@^2.2.1": - version "2.2.1" - resolved "https://registry.yarnpkg.com/@mdx-js/loader/-/loader-2.2.1.tgz#71634e87659cd29240933d174a151a4d4ab3b70c" - integrity sha512-J4E8A5H+xtk4otZiEZ5AXl61Tj04Avm5MqLQazITdI3+puVXVnTTuZUKM1oNHTtfDIfOl0uMt+o/Ij+x6Fvf+g== +"@mdx-js/loader@^2.3.0": + version "2.3.0" + resolved "https://registry.yarnpkg.com/@mdx-js/loader/-/loader-2.3.0.tgz#56a6b07eb0027b6407e953a97c52bd8619601161" + integrity sha512-IqsscXh7Q3Rzb+f5DXYk0HU71PK+WuFsEhf+mSV3fOhpLcEpgsHvTQ2h0T6TlZ5gHOaBeFjkXwB52by7ypMyNg== dependencies: "@mdx-js/mdx" "^2.0.0" source-map "^0.7.0"