diff --git a/package-lock.json b/package-lock.json index 2c8a4b64b82..66aa0fb99ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,7 @@ "ink": "npm:@jrichman/ink@6.6.7", "latest-version": "^9.0.0", "node-fetch-native": "^1.6.7", + "path-to-regexp": "^8.4.0", "proper-lockfile": "^4.1.2", "punycode": "^2.3.1", "simple-git": "^3.28.0" @@ -13231,6 +13232,16 @@ "node": "20 || >=22" } }, + "node_modules/path-to-regexp": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.0.tgz", + "integrity": "sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, "node_modules/path-type": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", @@ -14364,15 +14375,6 @@ "node": ">= 18" } }, - "node_modules/router/node_modules/path-to-regexp": { - "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/run-applescript": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz", diff --git a/package.json b/package.json index e24f6a20b50..ae6a176b72d 100644 --- a/package.json +++ b/package.json @@ -140,6 +140,7 @@ "ink": "npm:@jrichman/ink@6.6.7", "latest-version": "^9.0.0", "node-fetch-native": "^1.6.7", + "path-to-regexp": "^8.4.0", "proper-lockfile": "^4.1.2", "punycode": "^2.3.1", "simple-git": "^3.28.0"