From e776c113d200f1281f99f6a320b9094761b58928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:32:59 +0000 Subject: [PATCH] refactor: bump path-to-regexp from 6.3.0 to 8.2.0 Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.3.0 to 8.2.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.3.0...v8.2.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6335452767..044e049b56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "mustache": "4.2.0", "otpauth": "9.3.4", "parse": "5.3.0", - "path-to-regexp": "6.3.0", + "path-to-regexp": "8.2.0", "pg-monitor": "2.1.0", "pg-promise": "11.10.1", "pluralize": "8.0.0", @@ -17161,9 +17161,12 @@ "dev": true }, "node_modules/path-to-regexp": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", - "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==" + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", + "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==", + "engines": { + "node": ">=16" + } }, "node_modules/path-type": { "version": "4.0.0", @@ -33459,9 +33462,9 @@ "dev": true }, "path-to-regexp": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", - "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==" + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", + "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==" }, "path-type": { "version": "4.0.0", diff --git a/package.json b/package.json index 06c6f0336d..3148aa873f 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "mustache": "4.2.0", "otpauth": "9.3.4", "parse": "5.3.0", - "path-to-regexp": "6.3.0", + "path-to-regexp": "8.2.0", "pg-monitor": "2.1.0", "pg-promise": "11.10.1", "pluralize": "8.0.0",