From 1f5ddcd89d2f9a3ccdc856804be08508e96636cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 10:48:44 +0530 Subject: [PATCH] chore(deps-dev): bump @astrojs/mdx from 0.19.1 to 0.19.3 (#5132) Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 0.19.1 to 0.19.3. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@0.19.3/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75aec15d7..0cd20db06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.0.0-alpha2", "license": "MIT", "devDependencies": { - "@astrojs/mdx": "^0.19.1", + "@astrojs/mdx": "^0.19.3", "@rollup/plugin-typescript": "^11.1.1", "@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/parser": "^5.59.6", @@ -118,13 +118,13 @@ "dev": true }, "node_modules/@astrojs/mdx": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-0.19.1.tgz", - "integrity": "sha512-9GNNZbGT+lGvbRkQK/NaEJcnjj1T94/ne0KwPjJgNCBQrJuskX5IW1hKiE5bRSOFvkAOrBGneYKg0GXYArBOQQ==", + "version": "0.19.3", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-0.19.3.tgz", + "integrity": "sha512-XiIQRO1OlJ19jqaZuttt6TSvnEIIiOVkHiNXPCOOsHnRpbLFuv0y0FoFuhYYRTHHm4rfSV2BRP5INiD5Aq9ByA==", "dev": true, "dependencies": { - "@astrojs/markdown-remark": "^2.2.0", - "@astrojs/prism": "^2.1.1", + "@astrojs/markdown-remark": "^2.2.1", + "@astrojs/prism": "^2.1.2", "@mdx-js/mdx": "^2.3.0", "@mdx-js/rollup": "^2.3.0", "acorn": "^8.8.0", @@ -11298,13 +11298,13 @@ } }, "@astrojs/mdx": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-0.19.1.tgz", - "integrity": "sha512-9GNNZbGT+lGvbRkQK/NaEJcnjj1T94/ne0KwPjJgNCBQrJuskX5IW1hKiE5bRSOFvkAOrBGneYKg0GXYArBOQQ==", + "version": "0.19.3", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-0.19.3.tgz", + "integrity": "sha512-XiIQRO1OlJ19jqaZuttt6TSvnEIIiOVkHiNXPCOOsHnRpbLFuv0y0FoFuhYYRTHHm4rfSV2BRP5INiD5Aq9ByA==", "dev": true, "requires": { - "@astrojs/markdown-remark": "^2.2.0", - "@astrojs/prism": "^2.1.1", + "@astrojs/markdown-remark": "^2.2.1", + "@astrojs/prism": "^2.1.2", "@mdx-js/mdx": "^2.3.0", "@mdx-js/rollup": "^2.3.0", "acorn": "^8.8.0", diff --git a/package.json b/package.json index b30c6ba73..85e89712b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "url": "https://github.com/ColorlibHQ/AdminLTE/issues" }, "devDependencies": { - "@astrojs/mdx": "^0.19.1", + "@astrojs/mdx": "^0.19.3", "@rollup/plugin-typescript": "^11.1.1", "@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/parser": "^5.59.6",