diff --git a/package.json b/package.json index cc3bf1f..b7a53c1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "http-proxy": "^1.18.1", "micromatch": "^4.0.8", "open": "^10.1.0", - "path-to-regexp": "^8.3.0" + "path-to-regexp": "^8.4.0" }, "devDependencies": { "@oclif/plugin-command-snapshot": "^5.3.8", diff --git a/yarn.lock b/yarn.lock index e0aa9b3..fed43e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6818,10 +6818,10 @@ path-to-regexp@^6.2.1: resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz" integrity sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ== -path-to-regexp@^8.3.0: - version "8.3.0" - resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz" - integrity sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA== +path-to-regexp@^8.3.0, path-to-regexp@^8.4.0: + version "8.4.0" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.4.0.tgz#8e98fcd94826aff01a90c544ef74ffbaca3a78ed" + integrity sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg== path-type@^4.0.0: version "4.0.0"