From b55d9d5f1c8b4c76970b62be61ebde2b0aee775f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:20:55 +0000 Subject: [PATCH] Update dependency acorn to v8.11.2 (#544) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [acorn](https://togithub.com/acornjs/acorn) | [`8.11.1` -> `8.11.2`](https://renovatebot.com/diffs/npm/acorn/8.10.0/8.11.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/acorn/8.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/acorn/8.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/acorn/8.10.0/8.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/acorn/8.10.0/8.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
acornjs/acorn (acorn) ### [`v8.11.2`](https://togithub.com/acornjs/acorn/compare/8.11.1...8.11.2) [Compare Source](https://togithub.com/acornjs/acorn/compare/8.11.1...8.11.2) ### [`v8.11.1`](https://togithub.com/acornjs/acorn/compare/8.11.0...8.11.1) [Compare Source](https://togithub.com/acornjs/acorn/compare/8.11.0...8.11.1) ### [`v8.11.0`](https://togithub.com/acornjs/acorn/compare/8.10.0...8.11.0) [Compare Source](https://togithub.com/acornjs/acorn/compare/8.10.0...8.11.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs). --- packages/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/package.json b/packages/next/package.json index 6e42e89343..ea20256ae9 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -192,7 +192,7 @@ "@types/ws": "8.5.8", "@vercel/ncc": "0.38.1", "@vercel/nft": "0.24.3", - "acorn": "8.11.1", + "acorn": "8.11.2", "ajv": "8.12.0", "amphtml-validator": "1.0.35", "anser": "2.1.1",