From 975bd38b960b06f7ee3fc7ef78c093de378bbe5e Mon Sep 17 00:00:00 2001 From: PatchesMaps Date: Thu, 5 Dec 2024 16:22:07 -0500 Subject: [PATCH] Update path-to-regexp to version 8.2.0 --- package-lock.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a51b57f6e5..4b0ff1cf51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8332,10 +8332,13 @@ } }, "node_modules/fetch-mock/node_modules/path-to-regexp": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.4.0.tgz", - "integrity": "sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==", - "license": "MIT" + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", + "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==", + "license": "MIT", + "engines": { + "node": ">=16" + } }, "node_modules/file-entry-cache": { "version": "6.0.1",