diff --git a/package.json b/package.json index 0e15275d6a..912534ab00 100644 --- a/package.json +++ b/package.json @@ -247,7 +247,7 @@ "node-pty": "^0.10.1", "npm": "^6.14.17", "p-limit": "^3.1.0", - "path-to-regexp": "^6.2.0", + "path-to-regexp": "^6.2.1", "proper-lockfile": "^4.1.2", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/yarn.lock b/yarn.lock index 45b3738ea7..957d3308d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10358,10 +10358,10 @@ path-to-regexp@^1.7.0: dependencies: isarray "0.0.1" -path-to-regexp@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.0.tgz#f7b3803336104c346889adece614669230645f38" - integrity sha512-f66KywYG6+43afgE/8j/GoiNyygk/bnoCbps++3ErRKsIYkGGupyv07R2Ok5m9i67Iqc+T2g1eAUGUPzWhYTyg== +path-to-regexp@^6.2.1: + version "6.2.1" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.1.tgz#d54934d6798eb9e5ef14e7af7962c945906918e5" + integrity sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw== path-type@^2.0.0: version "2.0.0"