From 09dd36cd5ecdbe29988285150ddd0f39cde4a7b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:30:49 +0000 Subject: [PATCH] [Feature Branch] Bump path-to-regexp from 6.2.2 to 7.1.0 Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.2.2 to 7.1.0. - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v6.2.2...v7.1.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/ui/package.json | 2 +- pnpm-lock.yaml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index 66b09a44b..3f0b17bb4 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -49,7 +49,7 @@ "hoist-non-react-statics": "^3.3.2", "lodash": "^4.17.21", "moment": "^2.30.1", - "path-to-regexp": "^6.2.2", + "path-to-regexp": "^7.1.0", "randexp": "^0.5.3", "rc-picker": "^4.6.9", "rc-util": "^5.43.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 068fb6dec..5af76dd23 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -465,8 +465,8 @@ importers: specifier: ^2.30.1 version: 2.30.1 path-to-regexp: - specifier: ^6.2.2 - version: 6.2.2 + specifier: ^7.1.0 + version: 7.1.0 randexp: specifier: ^0.5.3 version: 0.5.3 @@ -19353,8 +19353,9 @@ packages: /path-to-regexp@2.4.0: resolution: {integrity: sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==} - /path-to-regexp@6.2.2: - resolution: {integrity: sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==} + /path-to-regexp@7.1.0: + resolution: {integrity: sha512-ZToe+MbUF4lBqk6dV8GKot4DKfzrxXsplOddH8zN3YK+qw9/McvP7+4ICjZvOne0jQhN4eJwHsX6tT0Ns19fvw==} + engines: {node: '>=16'} dev: false /path-type@3.0.0: