From 279e11f58bdc9047cb0ae2944e1f4a0b6fe8ea12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 00:29:02 +0000 Subject: [PATCH] build(deps-dev): 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:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 816a32865..d0a8c3365 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "lint-staged": "^8.2.0", "nightwatch": "^1.3.6", "nightwatch-helpers": "^1.0.0", - "path-to-regexp": "^1.8.0", + "path-to-regexp": "^8.0.0", "rollup": "^2.34.1", "rollup-plugin-buble": "^0.19.8", "rollup-plugin-flow-no-whitespace": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 790fb36de..9802c4517 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8925,13 +8925,18 @@ path-to-regexp@0.1.7: resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= -path-to-regexp@^1.0.3, path-to-regexp@^1.8.0: +path-to-regexp@^1.0.3: version "1.8.0" resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a" integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA== dependencies: isarray "0.0.1" +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@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"