From 88339691baadd74895f9e80a52416f11f7c12aec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:19:39 +0000 Subject: [PATCH] fix(deps): update dependency path-to-regexp to v8 [security] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0b0ec1a..ac08b972 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "koa-static-cache": "^5.1.4", "lodash-es": "^4.17.21", "lru-cache": "^10.1.0", - "path-to-regexp": "^6.2.1", + "path-to-regexp": "^8.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-loadable": "^5.5.0",