From bbcaeafbebf7da131486777d8c005e6bc3f91d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:02:05 +0000 Subject: [PATCH] Bump path-to-regexp from 7.0.0 to 8.0.0 Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 7.0.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/v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0ac555a..66b2bee 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "jotai-devtools": "^0.10.0", "lodash": "^4.17.21", "nanoid": "^5.0.7", - "path-to-regexp": "^7.0.0", + "path-to-regexp": "^8.0.0", "react": "^18", "react-dom": "^18", "react-pdf": "^8", diff --git a/yarn.lock b/yarn.lock index 6e5f6ff..65a9457 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3256,10 +3256,10 @@ path-parse@^1.0.7: resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== -path-to-regexp@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-7.0.0.tgz#0222f42e986de6b63e6bbc6dab6a79f5311b9abb" - integrity sha512-58Y94bQqF3zBIASFNiufRPH1NfgZth1qwZ35radL87sg8pgbVqr6uikAhqZtFD+w65MGH6SWnY/ly3GbrM4fbg== +path-to-regexp@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.0.0.tgz#92076ec6b2eaf08be7c3233484142c05e8866cf5" + integrity sha512-GAWaqWlTjYK/7SVpIUA6CTxmcg65SP30sbjdCvyYReosRkk7Z/LyHWwkK3Vu0FcIi0FNTADUs4eh1AsU5s10cg== path-type@^4.0.0: version "4.0.0"