Update path-to-regexp to 3.0.0

This commit is contained in:
Jenni Nurmi 2019-08-26 10:27:07 +03:00
parent a83a4057db
commit 593777ffa1
2 changed files with 5 additions and 5 deletions

View file

@ -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",

View file

@ -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"