From 0998dd3a65d5f85022cc9b25925a3173b49b5196 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 02:16:11 +0000 Subject: [PATCH] Bump universal-router from 6.0.0 to 8.3.0 Bumps [universal-router](https://github.com/kriasoft/universal-router) from 6.0.0 to 8.3.0. - [Release notes](https://github.com/kriasoft/universal-router/releases) - [Changelog](https://github.com/kriasoft/universal-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/kriasoft/universal-router/compare/v6.0.0...v8.3.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index ff3306f03..d8a3b31b4 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "serialize-javascript": "^2.1.0", "source-map-support": "^0.5.9", "sqlite3": "^4.0.8", - "universal-router": "^6.0.0", + "universal-router": "^8.3.0", "whatwg-fetch": "^3.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 2cbaaec01..90fb27bba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7809,10 +7809,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@^2.1.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.4.0.tgz#35ce7f333d5616f1c1e1bfe266c3aba2e5b2e704" - integrity sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w== +path-to-regexp@^3.1.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.2.0.tgz#fa7877ecbc495c601907562222453c43cc204a5f" + integrity sha512-jczvQbCUS7XmS7o+y1aEO9OBVFeZBQ1MDSEqmO7xSoPgOPoowY/SxLpZ6Vh97/8qHZOteiCKb7gkG9gA2ZUxJA== path-type@^1.0.0: version "1.1.0" @@ -11027,12 +11027,12 @@ unist-util-visit@^1.1.0: dependencies: unist-util-visit-parents "^2.0.0" -universal-router@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/universal-router/-/universal-router-6.0.0.tgz#8481aad57df9e06f5f29a8991527786c2bc5b69c" - integrity sha512-mgZB2+acSERz3e72y0pUTBI8N3Am5lauNPRaoXKlv6V8JfP1amsD+Cb6zAWrmgvWR9s329IXqlD2pxWa3UoGmg== +universal-router@^8.3.0: + version "8.3.0" + resolved "https://registry.yarnpkg.com/universal-router/-/universal-router-8.3.0.tgz#533bce135d7b1abf591421c5d2028d54407a34a0" + integrity sha512-cBkihRoHvRQAjdUnDE1GGuuw/TPAIi8z2pEsSmUVAWLeZdgjHzzAb1+0VOO6NvBOvySItOTQikzaGlRxRdJBnA== dependencies: - path-to-regexp "^2.1.0" + path-to-regexp "^3.1.0" universalify@^0.1.0: version "0.1.2"