Merge pull request #314 from umbraco/dependabot/npm_and_yarn/mdx-js/react-2.2.1

This commit is contained in:
Niels Lyngsø
2022-12-15 13:11:03 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@mdx-js/react": "^2.1.5",
"@mdx-js/react": "^2.2.1",
"@open-wc/testing": "^3.1.7",
"@playwright/test": "^1.28.1",
"@storybook/addon-a11y": "^6.5.14",
@@ -2626,9 +2626,9 @@
}
},
"node_modules/@mdx-js/react": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.1.5.tgz",
"integrity": "sha512-3Az1I6SAWA9R38rYjz5rXBrGKeZhq96CSSyQtqY+maPj8stBsoUH5pNcmIixuGkufYsh8F5+ka2CVPo2fycWZw==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.2.1.tgz",
"integrity": "sha512-YdXcMcEnqZhzql98RNrqYo9cEhTTesBiCclEtoiQUbJwx87q9453GTapYU6kJ8ZZ2ek1Vp25SiAXEFy5O/eAPw==",
"dev": true,
"dependencies": {
"@types/mdx": "^2.0.0",
@@ -33170,9 +33170,9 @@
}
},
"@mdx-js/react": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.1.5.tgz",
"integrity": "sha512-3Az1I6SAWA9R38rYjz5rXBrGKeZhq96CSSyQtqY+maPj8stBsoUH5pNcmIixuGkufYsh8F5+ka2CVPo2fycWZw==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.2.1.tgz",
"integrity": "sha512-YdXcMcEnqZhzql98RNrqYo9cEhTTesBiCclEtoiQUbJwx87q9453GTapYU6kJ8ZZ2ek1Vp25SiAXEFy5O/eAPw==",
"dev": true,
"requires": {
"@types/mdx": "^2.0.0",

View File

@@ -69,7 +69,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@mdx-js/react": "^2.1.5",
"@mdx-js/react": "^2.2.1",
"@open-wc/testing": "^3.1.7",
"@playwright/test": "^1.28.1",
"@storybook/addon-a11y": "^6.5.14",