Skip to content

Commit d8fc465

Browse files
fix: update dependency gatsby-plugin-mdx to ^3.15.2 [security]
1 parent a9dd4d1 commit d8fc465

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/gatsby-theme-blog-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@mdx-js/mdx": "^1.6.22",
2222
"gatsby-core-utils": "^3.3.0",
2323
"gatsby-plugin-image": "^2.3.0",
24-
"gatsby-plugin-mdx": "^3.3.0",
24+
"gatsby-plugin-mdx": "^3.15.2",
2525
"gatsby-plugin-sharp": "^4.3.0",
2626
"gatsby-remark-copy-linked-files": "^5.3.0",
2727
"gatsby-remark-images": "^6.3.0",

packages/gatsby-theme-notes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@mdx-js/mdx": "^1.6.22",
2929
"gatsby-core-utils": "^3.3.0",
3030
"gatsby-plugin-emotion": "^7.3.0",
31-
"gatsby-plugin-mdx": "^3.3.0",
31+
"gatsby-plugin-mdx": "^3.15.2",
3232
"gatsby-plugin-meta-redirect": "^1.1.1",
3333
"gatsby-plugin-redirects": "^1.0.0",
3434
"gatsby-plugin-theme-ui": "0.7.0",

starters/example-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@mdx-js/react": "^1.6.22",
1717
"gatsby": "^4.3.0",
1818
"gatsby-plugin-create-client-paths": "^4.3.0",
19-
"gatsby-plugin-mdx": "^3.3.0",
19+
"gatsby-plugin-mdx": "^3.15.2",
2020
"gatsby-plugin-react-helmet": "^5.3.0",
2121
"gatsby-source-filesystem": "^4.3.0",
2222
"gatsby-theme-i18n": "^3.0.0",

starters/example-lingui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@mdx-js/mdx": "^1.6.22",
2020
"@mdx-js/react": "^1.6.22",
2121
"gatsby": "^4.3.0",
22-
"gatsby-plugin-mdx": "^3.3.0",
22+
"gatsby-plugin-mdx": "^3.15.2",
2323
"gatsby-plugin-react-helmet": "^5.3.0",
2424
"gatsby-source-filesystem": "^4.3.0",
2525
"gatsby-theme-i18n": "^3.0.0",

starters/example-react-i18next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@mdx-js/mdx": "^1.6.22",
1616
"@mdx-js/react": "^1.6.22",
1717
"gatsby": "^4.3.0",
18-
"gatsby-plugin-mdx": "^3.3.0",
18+
"gatsby-plugin-mdx": "^3.15.2",
1919
"gatsby-plugin-react-helmet": "^5.3.0",
2020
"gatsby-source-filesystem": "^4.3.0",
2121
"gatsby-theme-i18n": "^3.0.0",

starters/example-react-intl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@mdx-js/mdx": "^1.6.22",
1616
"@mdx-js/react": "^1.6.22",
1717
"gatsby": "^4.3.0",
18-
"gatsby-plugin-mdx": "^3.3.0",
18+
"gatsby-plugin-mdx": "^3.15.2",
1919
"gatsby-source-filesystem": "^4.3.0",
2020
"gatsby-theme-i18n": "^3.0.0",
2121
"gatsby-theme-i18n-react-intl": "^3.0.0",

0 commit comments

Comments
 (0)