From 8b7fe699c1c376ecd8cc1c97cce8e704ee41f28a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 03:16:18 +0200 Subject: [PATCH] fix: Security upgrade path-to-regexp from 6.2.1 to 6.3.0 (#9314) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4aaa738491..b38dc29f50 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": "6.3.0", "pg-monitor": "2.1.0", "pg-promise": "11.9.1", "pluralize": "8.0.0", @@ -17265,9 +17265,9 @@ "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": "6.3.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", + "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==" }, "node_modules/path-type": { "version": "4.0.0", @@ -33662,9 +33662,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": "6.3.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", + "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==" }, "path-type": { "version": "4.0.0", diff --git a/package.json b/package.json index a86d7ff329..81d183587b 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": "6.3.0", "pg-monitor": "2.1.0", "pg-promise": "11.9.1", "pluralize": "8.0.0",