diff --git a/CHANGELOG.md b/CHANGELOG.md index db9d1b7c..c455c5af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,11 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2019-XX-XX -- [fix] Small change to remove card tect on `SavedCardDetails` modal. +- [change] Update `path-to-regexp` to v3.0.0 + [#1169](https://github.com/sharetribe/flex-template-web/pull/1169) +- [change] Update `sharetribe-scripts` to v3.1.1 + [#1167](https://github.com/sharetribe/flex-template-web/pull/1167) +- [fix] Small change to remove card text on `SavedCardDetails` modal. [#1166](https://github.com/sharetribe/flex-template-web/pull/1166) - [change] Update Sentry (@sentry/browser / @sentry/node) from v4.5.1 to v5.6.2 [#1164](https://github.com/sharetribe/flex-template-web/pull/1164) diff --git a/package.json b/package.json index a1aac262..78eb8167 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "moment": "^2.22.2", "object.entries": "^1.0.4", "object.values": "^1.0.4", - "path-to-regexp": "^2.4.0", + "path-to-regexp": "^3.0.0", "prop-types": "^15.7.2", "query-string": "^5.1.1", "raf": "^3.4.0", diff --git a/yarn.lock b/yarn.lock index b877d8b4..9221c4ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7958,10 +7958,10 @@ path-to-regexp@^1.7.0: dependencies: isarray "0.0.1" -path-to-regexp@^2.4.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.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-type@^2.0.0: version "2.0.0"