Skip to content

Commit

Permalink
Merge pull request #3428 from garageScript/dependabot/npm_and_yarn/es…
Browse files Browse the repository at this point in the history
…lint-plugin-mdx-2.3.2

build(deps-dev): bump eslint-plugin-mdx from 2.3.1 to 2.3.2
  • Loading branch information
SlyBouhafs authored Jan 10, 2024
2 parents 60f3ad3 + 24bac2c commit ad2418c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mdx": "^2.3.1",
"eslint-plugin-mdx": "^2.3.2",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-react": "^7.33.2",
"fetch-mock": "^9.11.0",
Expand Down
35 changes: 24 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2996,6 +2996,11 @@
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@pkgr/core@^0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.0.tgz#7d8dacb7fdef0e4387caf7396cbd77f179867d06"
integrity sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==

"@pkgr/utils@^2.4.2":
version "2.4.2"
resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.4.2.tgz#9e638bbe9a6a6f165580dc943f138fd3309a2cbc"
Expand Down Expand Up @@ -9423,10 +9428,10 @@ eslint-import-resolver-typescript@^3.5.2:
is-glob "^4.0.3"
synckit "^0.8.4"

eslint-mdx@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-2.3.1.tgz#ea1eeee83117cc5db09da6a68da6d481f4a98c32"
integrity sha512-BZ2GqIybz3KmcGY0EwJLzmaESnS2sCrQDu3EV6cwPG8UnYlq1k6OmbK8rQHagil+CXOzGkW2jr+Z0BSIobVoQA==
eslint-mdx@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-2.3.2.tgz#6fb16d2b3c521d4bb97db90cf75036ec2bf8363f"
integrity sha512-JGCTqFJ68OIJAl/BRm2a2OckrBHj56G0wM2/sN/vV1VseTzK4cL2D+N3khlRPWMOKUa6zXHrmQ6WIoR2ZXkCTw==
dependencies:
acorn "^8.10.0"
acorn-jsx "^5.3.2"
Expand All @@ -9435,7 +9440,7 @@ eslint-mdx@^2.3.1:
remark-mdx "^2.3.0"
remark-parse "^10.0.2"
remark-stringify "^10.0.3"
synckit "^0.8.5"
synckit "^0.9.0"
tslib "^2.6.1"
unified "^10.1.2"
unified-engine "^10.1.0"
Expand Down Expand Up @@ -9502,12 +9507,12 @@ eslint-plugin-markdown@^3.0.1:
dependencies:
mdast-util-from-markdown "^0.8.5"

eslint-plugin-mdx@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-2.3.1.tgz#58eee85b8956341fb778bce4e76da1da70d8fc97"
integrity sha512-nUrL40TWl/lGAqK7B6xu+/Lhf5BRwAwpiQFgQl+GXzN8V7vZb55J3O0+g4FdHEUJz7gB3U0PlsuvyX9BgxBcgw==
eslint-plugin-mdx@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-2.3.2.tgz#521291ca312572398565cb77b27da627fc3df5a0"
integrity sha512-NwDt+g2cheYKfgguJF1eYHjStUDVploN0OZ2okg1whh2cw2Pz3jxbGqU9FYe4GnLtZD77EKVggxUEdMzbidwGQ==
dependencies:
eslint-mdx "^2.3.1"
eslint-mdx "^2.3.2"
eslint-plugin-markdown "^3.0.1"
remark-mdx "^2.3.0"
remark-parse "^10.0.2"
Expand Down Expand Up @@ -18352,14 +18357,22 @@ synchronous-promise@^2.0.15:
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.15.tgz#07ca1822b9de0001f5ff73595f3d08c4f720eb8e"
integrity sha512-k8uzYIkIVwmT+TcglpdN50pS2y1BDcUnBPK9iJeGu0Pl1lOI8pD6wtzgw91Pjpe+RxtTncw32tLxs/R0yNL2Mg==

synckit@^0.8.4, synckit@^0.8.5, synckit@^0.8.6:
synckit@^0.8.4, synckit@^0.8.6:
version "0.8.6"
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.6.tgz#b69b7fbce3917c2673cbdc0d87fb324db4a5b409"
integrity sha512-laHF2savN6sMeHCjLRkheIU4wo3Zg9Ln5YOjOo7sZ5dVQW8yF5pPE5SIw1dsPhq3TRp1jisKRCdPhfs/1WMqDA==
dependencies:
"@pkgr/utils" "^2.4.2"
tslib "^2.6.2"

synckit@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.0.tgz#5b33b458b3775e4466a5b377fba69c63572ae449"
integrity sha512-7RnqIMq572L8PeEzKeBINYEJDDxpcH8JEgLwUqBd3TkofhFRbkq4QLR0u+36avGAhCRbk2nnmjcW9SE531hPDg==
dependencies:
"@pkgr/core" "^0.1.0"
tslib "^2.6.2"

tapable@^1.0.0, tapable@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
Expand Down

1 comment on commit ad2418c

@vercel
Copy link

@vercel vercel bot commented on ad2418c Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.