From 7801e32e893cef5d058e7c70f880dd664c80fccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:16:53 +0000 Subject: [PATCH] Bump path-to-regexp from 6.3.0 to 8.2.0 Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.3.0 to 8.2.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/v6.3.0...v8.2.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cbc36ab0..6b37d4a2 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "draftjs-to-html": "^0.9.1", "flat": "^5.0.2", "lexical": "^0.16.1", - "path-to-regexp": "^6.2.2", + "path-to-regexp": "^8.2.0", "prop-types": "^15.8.1", "querystringify": "^2.2.0", "react-chartjs-2": "^5.2.0",