diff --git a/package-lock.json b/package-lock.json index 8d63354..02d6a61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8660,9 +8660,9 @@ "dev": true }, "path-to-regexp": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.7.0.tgz", - "integrity": "sha1-Wf3g9DW62suhA6hOnTvGTpa5k30=", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.9.0.tgz", + "integrity": "sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==", "requires": { "isarray": "0.0.1" }, @@ -8670,7 +8670,7 @@ "isarray": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==" } } }, diff --git a/package.json b/package.json index 1780816..80cf6d2 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "json-schema-faker": "^0.5.0-rc16", "lodash": "^4.17.10", "native-promise-only": "^0.8.1", - "path-to-regexp": "^1.7.0", + "path-to-regexp": "^1.9.0", "swagger-methods": "^1.0.0", "swagger-schema-official": "2.0.0-bab6bed", "z-schema": "^3.22.0"