Merge pull request #205 from umbraco/dependabot/npm_and_yarn/mdx-js/react-2.1.5

Bump @mdx-js/react from 2.1.4 to 2.1.5
This commit is contained in:
Jacob Overgaard
2022-10-13 15:41:05 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@mdx-js/react": "^2.1.4",
"@mdx-js/react": "^2.1.5",
"@open-wc/testing": "^3.1.6",
"@playwright/test": "^1.26.1",
"@storybook/addon-a11y": "^6.5.12",
@@ -2604,9 +2604,9 @@
}
},
"node_modules/@mdx-js/react": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.1.4.tgz",
"integrity": "sha512-PRwLjoAxhSA6xTB2+FA5CPGUCOsIK3bJD0RYsoju+nUIyOpIZUSw6SJChfILByLizzxqslE0R+l8IjARo0N+hA==",
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.1.5.tgz",
"integrity": "sha512-3Az1I6SAWA9R38rYjz5rXBrGKeZhq96CSSyQtqY+maPj8stBsoUH5pNcmIixuGkufYsh8F5+ka2CVPo2fycWZw==",
"dev": true,
"dependencies": {
"@types/mdx": "^2.0.0",
@@ -29745,9 +29745,9 @@
}
},
"@mdx-js/react": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.1.4.tgz",
"integrity": "sha512-PRwLjoAxhSA6xTB2+FA5CPGUCOsIK3bJD0RYsoju+nUIyOpIZUSw6SJChfILByLizzxqslE0R+l8IjARo0N+hA==",
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.1.5.tgz",
"integrity": "sha512-3Az1I6SAWA9R38rYjz5rXBrGKeZhq96CSSyQtqY+maPj8stBsoUH5pNcmIixuGkufYsh8F5+ka2CVPo2fycWZw==",
"dev": true,
"requires": {
"@types/mdx": "^2.0.0",

View File

@@ -56,7 +56,7 @@
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@mdx-js/react": "^2.1.4",
"@mdx-js/react": "^2.1.5",
"@open-wc/testing": "^3.1.6",
"@playwright/test": "^1.26.1",
"@storybook/addon-a11y": "^6.5.12",