diff --git a/packages/plugins/documentation/package.json b/packages/plugins/documentation/package.json index c9ad4d2c99..4da018eeab 100644 --- a/packages/plugins/documentation/package.json +++ b/packages/plugins/documentation/package.json @@ -31,7 +31,7 @@ "fs-extra": "10.0.0", "koa-static": "^5.0.0", "lodash": "4.17.21", - "path-to-regexp": "6.2.0", + "path-to-regexp": "6.2.1", "pluralize": "8.0.0", "react": "^17.0.2", "react-copy-to-clipboard": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index 70e089bc72..195c73d554 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18805,10 +18805,10 @@ path-to-regexp@0.1.7: resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= -path-to-regexp@6.2.0, path-to-regexp@^6.1.0, 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, path-to-regexp@^6.1.0, path-to-regexp@^6.2.0: + 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-to-regexp@^1.7.0: version "1.8.0"