From 34b7bcece8895c0faaca9b22637f5453e29106a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 06:38:44 +0000 Subject: [PATCH] Update dependency ajv to v8.16.0 (#1057) 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 | |---|---|---|---|---|---| | [ajv](https://ajv.js.org) ([source](https://github.com/ajv-validator/ajv)) | [`8.15.0` -> `8.16.0`](https://renovatebot.com/diffs/npm/ajv/8.15.0/8.16.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ajv/8.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ajv/8.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ajv/8.15.0/8.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ajv/8.15.0/8.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
ajv-validator/ajv (ajv) ### [`v8.16.0`](https://github.com/ajv-validator/ajv/releases/tag/v8.16.0) [Compare Source](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) #### What's Changed - Revert fast-uri change by [@​jasoniangreen](https://github.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2444](https://github.com/ajv-validator/ajv/pull/2444) **Full Changelog**: https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.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/Canary-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 b9da9e18cf..abac77df48 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -174,7 +174,7 @@ "@vercel/ncc": "0.38.1", "@vercel/nft": "0.27.2", "acorn": "8.11.3", - "ajv": "8.15.0", + "ajv": "8.16.0", "amphtml-validator": "1.0.38", "anser": "2.1.1", "arg": "5.0.2",