diff --git a/package-lock.json b/package-lock.json index 621b84d..893c7fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14057,9 +14057,9 @@ "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" }, "path-to-regexp": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.0.0.tgz", - "integrity": "sha512-ZOtfhPttCrqp2M1PBBH4X13XlvnfhIwD7yCLx+GoGoXRPQyxGOTdQMpIzPSPKXAJT/JQrdfFrgdJOyAzvgpQ9A==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-4.0.0.tgz", + "integrity": "sha512-WePdN1ndXgSWXXWrmKJxLSlazaMPeW8UYVQ63NDBHikr61eNUGCJrCEemfaQLSxGHzqzcu1YSlZu7CqqWh2Lfw==" }, "path-type": { "version": "3.0.0", diff --git a/package.json b/package.json index 58ce9f0..d318c38 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "typescript": "^3.0.3" }, "dependencies": { - "path-to-regexp": "^3.0.0", + "path-to-regexp": "^4.0.0", "release-it": "^10.1.0" } }