From 61ec58f9ee24fc1d6b7cf640009ef921d92c32c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:21:28 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-mdx to v2.2.1 (#567) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7bf355..ed2f0b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3448,9 +3448,9 @@ } }, "node_modules/eslint-mdx": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/eslint-mdx/-/eslint-mdx-2.2.0.tgz", - "integrity": "sha512-AriN6lCW6KhWQ9GEiXapR1DokKHefOUqKvCmHxnE9puCWYhWiycU2SNKH8jmrasDBreZ+RtJDLi+RcUNLJatjg==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/eslint-mdx/-/eslint-mdx-2.2.1.tgz", + "integrity": "sha512-JYGNXg1B+20CgZbjZnmqUIS7TB22uMJ/n3UUqFBWrqVmQKcg8RUvglLEAOFNNlQQ5WaI/y80YlZhF71iR9s9gA==", "dependencies": { "acorn": "^8.10.0", "acorn-jsx": "^5.3.2", @@ -3663,11 +3663,11 @@ } }, "node_modules/eslint-plugin-mdx": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-mdx/-/eslint-plugin-mdx-2.2.0.tgz", - "integrity": "sha512-OseoMXUIr8iy3E0me+wJLVAxuB0kxHP1plxuYAJDynzorzOj2OKv8Fhr+rIOJ32zfl3bnEWsqFnUiCnyznr1JQ==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-mdx/-/eslint-plugin-mdx-2.2.1.tgz", + "integrity": "sha512-6DWg8iXozbezGtAOub6MzcTw/M28Hanyco0XccizHjhSwAyFwt0ijFgT9lw05IXpDHbmUAXslmAhQQlShCk9JA==", "dependencies": { - "eslint-mdx": "^2.2.0", + "eslint-mdx": "^2.2.1", "eslint-plugin-markdown": "^3.0.1", "remark-mdx": "^2.3.0", "remark-parse": "^10.0.2", @@ -3688,9 +3688,9 @@ } }, "node_modules/eslint-plugin-mdx/node_modules/tslib": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", - "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/eslint-plugin-node": { "version": "11.1.0",