From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 04:49:59 +0000 (+0000) Subject: build(deps): bump path-to-regexp from 3.0.0 to 3.1.0 X-Git-Tag: v4.0.0-alpha.0~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1a8c6de174aefc8706af330513b8ec01d1655ef;p=thirdparty%2Fvuejs%2Frouter.git build(deps): bump path-to-regexp from 3.0.0 to 3.1.0 Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 3.0.0 to 3.1.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.0.0...v3.1.0) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index f63f3f6d..84ae9aae 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "webpack-dev-server": "^3.7.2" }, "dependencies": { - "path-to-regexp": "^3.0.0" + "path-to-regexp": "^3.1.0" } } diff --git a/yarn.lock b/yarn.lock index 27bd8b2d..d7ba571e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4823,10 +4823,10 @@ 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@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.0.0.tgz#c981a218f3df543fa28696be2f88e0c58d2e012a" - integrity sha512-ZOtfhPttCrqp2M1PBBH4X13XlvnfhIwD7yCLx+GoGoXRPQyxGOTdQMpIzPSPKXAJT/JQrdfFrgdJOyAzvgpQ9A== +path-to-regexp@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.1.0.tgz#f45a9cc4dc6331ae8f131e0ce4fde8607f802367" + integrity sha512-PtHLisEvUOepjc+sStXxJ/pDV/s5UBTOKWJY2SOz3e6E/iN/jLknY9WL72kTwRrwXDUbZTEAtSnJbz2fF127DA== path-type@^3.0.0: version "3.0.0"