Browse Source

chore(deps-dev): bump @astrojs/mdx from 0.19.3 to 0.19.4 (#5148)

Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 0.19.3 to 0.19.4.
- [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.4/packages/integrations/mdx)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 year ago
parent
commit
aef314ac17
2 changed files with 8 additions and 8 deletions
  1. 7 7
      package-lock.json
  2. 1 1
      package.json

+ 7 - 7
package-lock.json

@@ -9,7 +9,7 @@
       "version": "4.0.0-alpha2",
       "license": "MIT",
       "devDependencies": {
-        "@astrojs/mdx": "^0.19.3",
+        "@astrojs/mdx": "^0.19.4",
         "@rollup/plugin-typescript": "^11.1.1",
         "@typescript-eslint/eslint-plugin": "^5.59.7",
         "@typescript-eslint/parser": "^5.59.7",
@@ -136,9 +136,9 @@
       "dev": true
     },
     "node_modules/@astrojs/mdx": {
-      "version": "0.19.3",
-      "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-0.19.3.tgz",
-      "integrity": "sha512-XiIQRO1OlJ19jqaZuttt6TSvnEIIiOVkHiNXPCOOsHnRpbLFuv0y0FoFuhYYRTHHm4rfSV2BRP5INiD5Aq9ByA==",
+      "version": "0.19.4",
+      "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-0.19.4.tgz",
+      "integrity": "sha512-+xT4YiUmOXwBqZ2zr74M7lznJ8wg6Q1Be534fJq24ozRxlkwEM6Qj/h9s3oSk6CwV7DuEf6KosRR0ltWE/OxJg==",
       "dev": true,
       "dependencies": {
         "@astrojs/markdown-remark": "^2.2.1",
@@ -11256,9 +11256,9 @@
       }
     },
     "@astrojs/mdx": {
-      "version": "0.19.3",
-      "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-0.19.3.tgz",
-      "integrity": "sha512-XiIQRO1OlJ19jqaZuttt6TSvnEIIiOVkHiNXPCOOsHnRpbLFuv0y0FoFuhYYRTHHm4rfSV2BRP5INiD5Aq9ByA==",
+      "version": "0.19.4",
+      "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-0.19.4.tgz",
+      "integrity": "sha512-+xT4YiUmOXwBqZ2zr74M7lznJ8wg6Q1Be534fJq24ozRxlkwEM6Qj/h9s3oSk6CwV7DuEf6KosRR0ltWE/OxJg==",
       "dev": true,
       "requires": {
         "@astrojs/markdown-remark": "^2.2.1",

+ 1 - 1
package.json

@@ -57,7 +57,7 @@
     "url": "https://github.com/ColorlibHQ/AdminLTE/issues"
   },
   "devDependencies": {
-    "@astrojs/mdx": "^0.19.3",
+    "@astrojs/mdx": "^0.19.4",
     "@rollup/plugin-typescript": "^11.1.1",
     "@typescript-eslint/eslint-plugin": "^5.59.7",
     "@typescript-eslint/parser": "^5.59.7",