From 47a828297ed0d0813b12d83c2d65f51b259fede8 Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Wed, 5 Aug 2026 14:20:13 -0500 Subject: [PATCH] fix(deps): Bump path-to-regexp from 0.1.12 to 0.1.13 Resolves https://github.com/BitGo/api-ts/security/dependabot/190 Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 0.1.12 to 0.1.13. - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/commits) Dependabot advisory: [GHSA-37ch-88jc-xwx2](https://github.com/advisories/GHSA-37ch-88jc-xwx2) Ticket: AI-944 --- website/package-lock.json | 6 +++--- website/package.json | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index a4fa135c..aade0506 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10346,9 +10346,9 @@ "license": "MIT" }, "node_modules/express/node_modules/path-to-regexp": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", - "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz", + "integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==", "license": "MIT" }, "node_modules/express/node_modules/range-parser": { diff --git a/website/package.json b/website/package.json index ea7fdfa6..157a5cf9 100644 --- a/website/package.json +++ b/website/package.json @@ -27,7 +27,10 @@ }, "overrides": { "minimatch": "^3.1.3", - "qs": "6.14.2" + "qs": "6.14.2", + "express": { + "path-to-regexp": "0.1.13" + } }, "devDependencies": { "@docusaurus/module-type-aliases": "3.7.0"