chore(deps-dev): bump eslint-plugin-mdx from 1.13.0 to 1.14.1 in /docs

Bumps [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) from 1.13.0 to 1.14.1.
- [Release notes](https://github.com/mdx-js/eslint-mdx/releases)
- [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mdx-js/eslint-mdx/compare/v1.13.0...v1.14.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-mdx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-02 23:16:10 +00:00 committed by GitHub
parent f31ffd8acb
commit 2e855823b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 63 additions and 45 deletions

106
docs/package-lock.json generated
View file

@ -23,7 +23,7 @@
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-mdx": "^1.13.0",
"eslint-plugin-mdx": "^1.14.1",
"eslint-plugin-react": "^7.23.2",
"null-loader": "^4.0.0",
"prettier": "2.3.1",
@ -8569,24 +8569,31 @@
}
},
"node_modules/eslint-mdx": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/eslint-mdx/-/eslint-mdx-1.13.0.tgz",
"integrity": "sha512-Yqc5mnh2JMEm9yTp6NUnfOg1wXGLibCqQTjvb5+EQH4LtQEmWG0DtqWUXWHRy0gmy/3lBdN9Zkc5KGwAizaTrQ==",
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/eslint-mdx/-/eslint-mdx-1.14.1.tgz",
"integrity": "sha512-6QxqRRghkl3i0NyayvED2zTN0kZzKoNMiGTYSnU3WMykm/Koptau//BqkIff+sEVoqcq1Q5z5PkrVBlYDuw3EA==",
"dev": true,
"dependencies": {
"remark-mdx": "^1.6.22",
"remark-parse": "^8.0.3",
"tslib": "^2.2.0",
"tslib": "^2.3.0",
"unified": "^9.2.1"
},
"engines": {
"node": ">=10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"peerDependencies": {
"eslint": ">=5.0.0"
}
},
"node_modules/eslint-mdx/node_modules/unified": {
"version": "9.2.1",
"resolved": "https://registry.npmjs.org/unified/-/unified-9.2.1.tgz",
"integrity": "sha512-juWjuI8Z4xFg8pJbnEZ41b5xjGUWGHqXALmBZ3FC3WX0PIx1CZBIIJ6mXbYMcf6Yw4Fi0rFUTA1cdz/BglbOhA==",
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz",
"integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==",
"dev": true,
"dependencies": {
"bail": "^1.0.0",
@ -8595,6 +8602,10 @@
"is-plain-obj": "^2.0.0",
"trough": "^1.0.0",
"vfile": "^4.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/eslint-plugin-markdown": {
@ -8610,24 +8621,31 @@
}
},
"node_modules/eslint-plugin-mdx": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-mdx/-/eslint-plugin-mdx-1.13.0.tgz",
"integrity": "sha512-oZ/R9OmSx1gZs52CO58HTHlJXRKoZtF6ZMaWP+sOcSGMFxoddoPr9PDgpP52ab5TWu5yVl5guR9D+GMfzkR2Uw==",
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-mdx/-/eslint-plugin-mdx-1.14.1.tgz",
"integrity": "sha512-1FmVGuZSPhHl0x/tWMOSBtE3DcWFaAJmIaWK0uBlUsC797TGrCtXd87xR4D+phbl1ii17pfM6gjgTbCKGH0Afg==",
"dev": true,
"dependencies": {
"cosmiconfig": "^7.0.0",
"eslint-mdx": "^1.13.0",
"eslint-plugin-markdown": "^2.1.0",
"eslint-mdx": "^1.14.1",
"eslint-plugin-markdown": "^2.2.0",
"remark-mdx": "^1.6.22",
"remark-parse": "^8.0.3",
"remark-stringify": "^8.1.1",
"synckit": "^0.1.5",
"tslib": "^2.2.0",
"synckit": "^0.3.4",
"tslib": "^2.3.0",
"unified": "^9.2.1",
"vfile": "^4.2.1"
},
"engines": {
"node": ">=10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"peerDependencies": {
"eslint": ">=5.0.0"
}
},
"node_modules/eslint-plugin-mdx/node_modules/unified": {
@ -15757,16 +15775,16 @@
}
},
"node_modules/synckit": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.1.5.tgz",
"integrity": "sha512-s9rDbMJAF5SDEwBGH/DvbN/fb5N1Xu1boL4Uv66idbCbtosNX3ikUsFvGhROmPXsvlMYMcT5ksmkU5RSnkFi9Q==",
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.3.4.tgz",
"integrity": "sha512-t6qVl+gzR6qMkrP5pW+sxGe0mVx/O7vj29ir9k4Lw9BacPBE/cKHMvcROJlFBgNHFW94etQL/sBYFq4uur6C6A==",
"dev": true,
"dependencies": {
"tslib": "^2.2.0",
"tslib": "^2.3.0",
"uuid": "^8.3.2"
},
"engines": {
"node": ">=4.0"
"node": ">=8.10"
}
},
"node_modules/table": {
@ -16023,9 +16041,9 @@
"integrity": "sha512-3IVX4nI6B5cc31/GFFE+i8ey/N2eA0CZDbo6n0yrz0zDX8ZJ8djmU1p+XRz7G3is0F3bB3pu2pAroFdAWQKU3w=="
},
"node_modules/tslib": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
"integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w=="
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
},
"node_modules/type-check": {
"version": "0.4.0",
@ -24511,21 +24529,21 @@
"dev": true
},
"eslint-mdx": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/eslint-mdx/-/eslint-mdx-1.13.0.tgz",
"integrity": "sha512-Yqc5mnh2JMEm9yTp6NUnfOg1wXGLibCqQTjvb5+EQH4LtQEmWG0DtqWUXWHRy0gmy/3lBdN9Zkc5KGwAizaTrQ==",
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/eslint-mdx/-/eslint-mdx-1.14.1.tgz",
"integrity": "sha512-6QxqRRghkl3i0NyayvED2zTN0kZzKoNMiGTYSnU3WMykm/Koptau//BqkIff+sEVoqcq1Q5z5PkrVBlYDuw3EA==",
"dev": true,
"requires": {
"remark-mdx": "^1.6.22",
"remark-parse": "^8.0.3",
"tslib": "^2.2.0",
"tslib": "^2.3.0",
"unified": "^9.2.1"
},
"dependencies": {
"unified": {
"version": "9.2.1",
"resolved": "https://registry.npmjs.org/unified/-/unified-9.2.1.tgz",
"integrity": "sha512-juWjuI8Z4xFg8pJbnEZ41b5xjGUWGHqXALmBZ3FC3WX0PIx1CZBIIJ6mXbYMcf6Yw4Fi0rFUTA1cdz/BglbOhA==",
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz",
"integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==",
"dev": true,
"requires": {
"bail": "^1.0.0",
@ -24548,19 +24566,19 @@
}
},
"eslint-plugin-mdx": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-mdx/-/eslint-plugin-mdx-1.13.0.tgz",
"integrity": "sha512-oZ/R9OmSx1gZs52CO58HTHlJXRKoZtF6ZMaWP+sOcSGMFxoddoPr9PDgpP52ab5TWu5yVl5guR9D+GMfzkR2Uw==",
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-mdx/-/eslint-plugin-mdx-1.14.1.tgz",
"integrity": "sha512-1FmVGuZSPhHl0x/tWMOSBtE3DcWFaAJmIaWK0uBlUsC797TGrCtXd87xR4D+phbl1ii17pfM6gjgTbCKGH0Afg==",
"dev": true,
"requires": {
"cosmiconfig": "^7.0.0",
"eslint-mdx": "^1.13.0",
"eslint-plugin-markdown": "^2.1.0",
"eslint-mdx": "^1.14.1",
"eslint-plugin-markdown": "^2.2.0",
"remark-mdx": "^1.6.22",
"remark-parse": "^8.0.3",
"remark-stringify": "^8.1.1",
"synckit": "^0.1.5",
"tslib": "^2.2.0",
"synckit": "^0.3.4",
"tslib": "^2.3.0",
"unified": "^9.2.1",
"vfile": "^4.2.1"
},
@ -30397,12 +30415,12 @@
}
},
"synckit": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.1.5.tgz",
"integrity": "sha512-s9rDbMJAF5SDEwBGH/DvbN/fb5N1Xu1boL4Uv66idbCbtosNX3ikUsFvGhROmPXsvlMYMcT5ksmkU5RSnkFi9Q==",
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.3.4.tgz",
"integrity": "sha512-t6qVl+gzR6qMkrP5pW+sxGe0mVx/O7vj29ir9k4Lw9BacPBE/cKHMvcROJlFBgNHFW94etQL/sBYFq4uur6C6A==",
"dev": true,
"requires": {
"tslib": "^2.2.0",
"tslib": "^2.3.0",
"uuid": "^8.3.2"
}
},
@ -30619,9 +30637,9 @@
"integrity": "sha512-3IVX4nI6B5cc31/GFFE+i8ey/N2eA0CZDbo6n0yrz0zDX8ZJ8djmU1p+XRz7G3is0F3bB3pu2pAroFdAWQKU3w=="
},
"tslib": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
"integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w=="
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
},
"type-check": {
"version": "0.4.0",

View file

@ -42,7 +42,7 @@
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-mdx": "^1.13.0",
"eslint-plugin-mdx": "^1.14.1",
"eslint-plugin-react": "^7.23.2",
"null-loader": "^4.0.0",
"prettier": "2.3.1",