From 9f6cdfab5b8771169be38fa152ec9fa8217dd51d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:11:19 +0000 Subject: [PATCH] refactor: bump path-to-regexp from 6.2.1 to 7.1.0 Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.2.1 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.1...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] --- 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 88d6f6dae9..6d6da99ed0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "mustache": "4.2.0", "otpauth": "9.3.1", "parse": "5.3.0", - "path-to-regexp": "6.2.1", + "path-to-regexp": "7.1.0", "pg-monitor": "2.1.0", "pg-promise": "11.9.1", "pluralize": "8.0.0", @@ -17170,9 +17170,12 @@ "dev": true }, "node_modules/path-to-regexp": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz", - "integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==" + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-7.1.0.tgz", + "integrity": "sha512-ZToe+MbUF4lBqk6dV8GKot4DKfzrxXsplOddH8zN3YK+qw9/McvP7+4ICjZvOne0jQhN4eJwHsX6tT0Ns19fvw==", + "engines": { + "node": ">=16" + } }, "node_modules/path-type": { "version": "4.0.0", @@ -33488,9 +33491,9 @@ "dev": true }, "path-to-regexp": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz", - "integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==" + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-7.1.0.tgz", + "integrity": "sha512-ZToe+MbUF4lBqk6dV8GKot4DKfzrxXsplOddH8zN3YK+qw9/McvP7+4ICjZvOne0jQhN4eJwHsX6tT0Ns19fvw==" }, "path-type": { "version": "4.0.0", diff --git a/package.json b/package.json index 398a445532..5b93b1dbcd 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "mustache": "4.2.0", "otpauth": "9.3.1", "parse": "5.3.0", - "path-to-regexp": "6.2.1", + "path-to-regexp": "7.1.0", "pg-monitor": "2.1.0", "pg-promise": "11.9.1", "pluralize": "8.0.0",