chrome-har
Advanced tools
Comparing version 0.13.1 to 0.13.2
# CHANGELOG | ||
## 0.13.2 - 2023-07-30 | ||
### Fixed | ||
* Updated tough-cookie, thank you [lallenlowe](https://github.com/lallenlowe) for PR [#107](https://github.com/sitespeedio/chrome-har/pull/107). | ||
## 0.13.1 - 2023-02-22 | ||
@@ -4,0 +8,0 @@ ### Fixed |
{ | ||
"name": "chrome-har", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"description": "Create HAR files from Chrome Debugging Protocol data.", | ||
@@ -33,2 +33,5 @@ "main": "index.js", | ||
}, | ||
"engines": { | ||
"node": ">=14.19.1" | ||
}, | ||
"license": "MIT", | ||
@@ -47,5 +50,5 @@ "devDependencies": { | ||
"debug": "4.3.4", | ||
"tough-cookie": "4.1.2", | ||
"tough-cookie": "4.1.3", | ||
"uuid": "9.0.0" | ||
} | ||
} |
45991
+ Addedtough-cookie@4.1.3(transitive)
- Removedtough-cookie@4.1.2(transitive)
Updatedtough-cookie@4.1.3