@podium/proxy
Advanced tools
Comparing version 4.2.3 to 4.2.4
@@ -0,1 +1,8 @@ | ||
## [4.2.4](https://github.com/podium-lib/proxy/compare/v4.2.3...v4.2.4) (2020-09-29) | ||
### Bug Fixes | ||
* **deps:** update dependency path-to-regexp to v6.2.0 ([b47db02](https://github.com/podium-lib/proxy/commit/b47db02fb7ba35fbf71cb46f37b5731f7a2c052d)) | ||
## [4.2.3](https://github.com/podium-lib/proxy/compare/v4.2.2...v4.2.3) (2020-09-13) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@podium/proxy", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"description": "Transparent http proxy. Dynamically mounts proxy targets on an existing HTTP server instance.", | ||
@@ -41,3 +41,3 @@ "license": "MIT", | ||
"http-proxy": "1.18.1", | ||
"path-to-regexp": "6.1.0", | ||
"path-to-regexp": "6.2.0", | ||
"ttl-mem-cache": "4.1.0" | ||
@@ -49,15 +49,15 @@ }, | ||
"@semantic-release/git": "9.0.0", | ||
"@semantic-release/github": "7.0.7", | ||
"@semantic-release/github": "7.1.1", | ||
"@semantic-release/npm": "7.0.6", | ||
"@semantic-release/release-notes-generator": "9.0.1", | ||
"semantic-release": "17.1.1", | ||
"semantic-release": "17.1.2", | ||
"@podium/test-utils": "2.2.0", | ||
"eslint": "7.5.0", | ||
"eslint": "7.10.0", | ||
"eslint-config-airbnb-base": "14.2.0", | ||
"eslint-config-prettier": "6.11.0", | ||
"eslint-plugin-import": "2.22.0", | ||
"eslint-config-prettier": "6.12.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-prettier": "3.1.4", | ||
"prettier": "2.0.5", | ||
"prettier": "2.1.1", | ||
"tap": "14.10.8" | ||
} | ||
} |
24013
+ Addedpath-to-regexp@6.2.0(transitive)
- Removedpath-to-regexp@6.1.0(transitive)
Updatedpath-to-regexp@6.2.0