From 6c94fa68657c4242ad021c0cbd1b6ca23626cd3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 01:47:55 +0000 Subject: [PATCH] Update dependency path-to-regexp to v6.2.1 (#188) 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 | |---|---|---|---|---|---| | [path-to-regexp](https://togithub.com/pillarjs/path-to-regexp) | [`6.1.0` -> `6.2.1`](https://renovatebot.com/diffs/npm/path-to-regexp/6.1.0/6.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/path-to-regexp/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/path-to-regexp/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/path-to-regexp/6.1.0/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/path-to-regexp/6.1.0/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pillarjs/path-to-regexp (path-to-regexp) ### [`v6.2.1`](https://togithub.com/pillarjs/path-to-regexp/releases/tag/v6.2.1): Fix matching `:name*` parameter [Compare Source](https://togithub.com/pillarjs/path-to-regexp/compare/v6.2.0...v6.2.1) **Fixed** - Fix invalid matching of `:name*` parameter ([#​261](https://togithub.com/pillarjs/path-to-regexp/issues/261)) [`762bc6b`](https://togithub.com/pillarjs/path-to-regexp/commit/762bc6b) - Compare delimiter string over regexp [`86baef8`](https://togithub.com/pillarjs/path-to-regexp/commit/86baef8) **Added** - New example in documentation ([#​256](https://togithub.com/pillarjs/path-to-regexp/issues/256)) [`ae9e576`](https://togithub.com/pillarjs/path-to-regexp/commit/ae9e576) - Update demo link ([#​250](https://togithub.com/pillarjs/path-to-regexp/issues/250)) [`77df638`](https://togithub.com/pillarjs/path-to-regexp/commit/77df638) - Update README encode example [`b39edd4`](https://togithub.com/pillarjs/path-to-regexp/commit/b39edd4) ### [`v6.2.0`](https://togithub.com/pillarjs/path-to-regexp/releases/tag/v6.2.0): Named Capturing Groups [Compare Source](https://togithub.com/pillarjs/path-to-regexp/compare/v6.1.0...v6.2.0) **Added** - Support named capturing groups for RegExps ([#​225](https://togithub.com/pillarjs/path-to-regexp/issues/225)) **Fixed** - Update `strict` flag documentation ([#​227](https://togithub.com/pillarjs/path-to-regexp/issues/227)) - Ignore test files when bundling ([#​220](https://togithub.com/pillarjs/path-to-regexp/issues/220))
--- ### 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 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/next/package.json b/packages/next/package.json index 03e14c4671..0d08da0c1f 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -239,7 +239,7 @@ "os-browserify": "0.3.0", "p-limit": "3.1.0", "path-browserify": "1.0.1", - "path-to-regexp": "6.1.0", + "path-to-regexp": "6.2.1", "platform": "1.3.6", "postcss-flexbugs-fixes": "5.0.2", "postcss-modules-extract-imports": "3.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5f4db50dd0..0774377bea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -627,7 +627,7 @@ importers: os-browserify: 0.3.0 p-limit: 3.1.0 path-browserify: 1.0.1 - path-to-regexp: 6.1.0 + path-to-regexp: 6.2.1 platform: 1.3.6 postcss: 8.4.31 postcss-flexbugs-fixes: 5.0.2 @@ -832,7 +832,7 @@ importers: os-browserify: 0.3.0 p-limit: 3.1.0 path-browserify: 1.0.1 - path-to-regexp: 6.1.0 + path-to-regexp: 6.2.1 platform: 1.3.6 postcss-flexbugs-fixes: 5.0.2_postcss@8.4.31 postcss-modules-extract-imports: 3.0.0_postcss@8.4.31 @@ -6301,7 +6301,7 @@ packages: resolution: {integrity: sha512-ruXmJ/6LwB5L3mxUG2z3Ovi85vH9IVubXq+S9RArvMbjhbCnSLpXs0LrHQg3f0y2tKvXhWUNv7iQDySDfHSTDw==} deprecated: This is a stub types definition for path-to-regexp (https://github.com/pillarjs/path-to-regexp). path-to-regexp provides its own type definitions, so you don't need @types/path-to-regexp installed! dependencies: - path-to-regexp: 6.1.0 + path-to-regexp: 6.2.1 dev: true /@types/platform/1.3.4: @@ -17944,8 +17944,8 @@ packages: resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} dev: true - /path-to-regexp/6.1.0: - resolution: {integrity: sha512-h9DqehX3zZZDCEm+xbfU0ZmwCGFCAAraPJWMXJ4+v32NjZJilVg3k1TcKsRgIb8IQ/izZSaydDc1OhJCZvs2Dw==} + /path-to-regexp/6.2.1: + resolution: {integrity: sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==} dev: true /path-type/1.1.0: