From e473054ac18fc86251423cfc1bff7c35f2a7620c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:03:24 +0000 Subject: [PATCH] chore(deps): bump path-to-regexp in /packages/rax-simulator-renderer Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 3.2.0 to 3.3.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/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/rax-simulator-renderer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rax-simulator-renderer/package.json b/packages/rax-simulator-renderer/package.json index 4beac7087b..d7291a0b99 100644 --- a/packages/rax-simulator-renderer/package.json +++ b/packages/rax-simulator-renderer/package.json @@ -23,7 +23,7 @@ "lodash": "^4.17.19", "mobx": "^6.3.0", "mobx-react": "^7.2.0", - "path-to-regexp": "3.2.0", + "path-to-regexp": "3.3.0", "rax-find-dom-node": "^1.0.0", "react": "^16", "react-dom": "^16.7.0"