From d6509b1bfa48852af50da9ad664333c2c160d7ef Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Jan 2022 01:03:24 -0500 Subject: [PATCH] Update dependency @next/mdx to v11.1.3 (#143) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@next/mdx](https://github.com/vercel/next.js) | dependencies | minor | [`11.0.1` -> `11.1.3`](https://renovatebot.com/diffs/npm/@next%2fmdx/11.0.1/11.1.3) | :warning: Release Notes retrieval for this PR were skipped because no github.com credentials were available. If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Aditya Thakral Reviewed-on: https://git.csclub.uwaterloo.ca/www/www-new/pulls/143 Reviewed-by: Aditya Thakral Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 932dcd37..02ae0943 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@mdx-js/loader": "^1.6.22", "@mdx-js/react": "^1.6.22", - "@next/mdx": "11.0.1", + "@next/mdx": "11.1.3", "@squoosh/lib": "^0.4.0", "date-fns": "^2.11.1", "date-fns-tz": "^1.1.6", @@ -838,9 +838,9 @@ "integrity": "sha512-yZfKh2U6R9tEYyNUrs2V3SBvCMufkJ07xMH5uWy8wqcl5gAXoEw6A/1LDqwX3j7pUutF9d1ZxpdGDA3Uag+aQQ==" }, "node_modules/@next/mdx": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-11.0.1.tgz", - "integrity": "sha512-tp1zeoSaX/tMQaJat4oTXm9bzrJN3XugSAzamP8/5uajJdkvIrQVV3PIVoOtTbbHJSNQeoeom+HQEmJqc5FQ6A==", + "version": "11.1.3", + "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-11.1.3.tgz", + "integrity": "sha512-srOApuwxzzOi0CPxns4jrOd324/Wqk35y6MnQPFHZu5Uc4KqzGQfBL0wpJh9yj5bjS6bXPs7enezmWxOpFFDDQ==", "peerDependencies": { "@mdx-js/loader": ">=0.15.0", "@mdx-js/react": "*" @@ -8743,9 +8743,9 @@ "integrity": "sha512-yZfKh2U6R9tEYyNUrs2V3SBvCMufkJ07xMH5uWy8wqcl5gAXoEw6A/1LDqwX3j7pUutF9d1ZxpdGDA3Uag+aQQ==" }, "@next/mdx": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-11.0.1.tgz", - "integrity": "sha512-tp1zeoSaX/tMQaJat4oTXm9bzrJN3XugSAzamP8/5uajJdkvIrQVV3PIVoOtTbbHJSNQeoeom+HQEmJqc5FQ6A==", + "version": "11.1.3", + "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-11.1.3.tgz", + "integrity": "sha512-srOApuwxzzOi0CPxns4jrOd324/Wqk35y6MnQPFHZu5Uc4KqzGQfBL0wpJh9yj5bjS6bXPs7enezmWxOpFFDDQ==", "requires": {} }, "@next/polyfill-module": { diff --git a/package.json b/package.json index b8707050..1050c9f3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@mdx-js/loader": "^1.6.22", "@mdx-js/react": "^1.6.22", - "@next/mdx": "11.0.1", + "@next/mdx": "11.1.3", "@squoosh/lib": "^0.4.0", "date-fns": "^2.11.1", "date-fns-tz": "^1.1.6",