From 4e632e863bee4ce3c7e58a3975d0ced4a2017c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 04:21:37 +0000 Subject: [PATCH] chore(deps): bump path-to-regexp from 1.8.0 to 8.0.0 Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 1.8.0 to 8.0.0. - [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/v1.8.0...v8.0.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd1052e8..6449c797 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "node-noop": "^1.0.0", "nodemon": "^3.0.1", "object-assign": "4.1.1", - "path-to-regexp": "1.8.0", + "path-to-regexp": "8.0.0", "paypal-checkout": "^4.0.218", "postcss": "^7.0.39", "postcss-flexbugs-fixes": "4.1.0",