From 4423584015780cd3636dfa0cb870200f2d67a489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:18:05 +0000 Subject: [PATCH 1/2] chore(deps): bump path-to-regexp in /packages/gatsby Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 0.1.10 to 0.1.12. - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.12) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/gatsby/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index b491e136c605a..5c80d7103e3e0 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -136,7 +136,7 @@ "opentracing": "^0.14.7", "p-defer": "^3.0.0", "parseurl": "^1.3.3", - "path-to-regexp": "0.1.10", + "path-to-regexp": "0.1.12", "physical-cpu-count": "^2.0.0", "platform": "^1.3.6", "postcss": "^8.4.24", From 94f9d4e855d1d254de7d3bca3fa10babc33391f3 Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Fri, 13 Dec 2024 10:28:38 -0500 Subject: [PATCH 2/2] chore: update lockfile --- yarn.lock | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/yarn.lock b/yarn.lock index c733fb8d92508..b2a58fe441cc0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19225,6 +19225,11 @@ path-to-regexp@0.1.10: resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b" integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w== +path-to-regexp@0.1.12: + version "0.1.12" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7" + integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ== + path-to-regexp@0.1.7: version "0.1.7" resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"