From 253884d18e537b0af0cdb76bcbf231a8ee7e7e33 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Fri, 5 Jul 2024 13:47:40 +0200 Subject: [PATCH] Chrome HAR 0.13.3 (#2148) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ff6ecfc2a..1741b0c91e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@sitespeed.io/throttle": "5.0.0", "@sitespeed.io/tracium": "0.3.3", "btoa": "1.2.1", - "chrome-har": "0.13.2", + "chrome-har": "0.13.3", "chrome-remote-interface": "0.33.0", "dayjs": "1.11.10", "execa": "8.0.1", @@ -2247,9 +2247,9 @@ } }, "node_modules/chrome-har": { - "version": "0.13.2", - "resolved": "https://registry.npmjs.org/chrome-har/-/chrome-har-0.13.2.tgz", - "integrity": "sha512-QiwyoilXiGVLG9Y0UMzWOyuao/PctTU9AAOTMqH7BuuulY1e0foDZ/O9qmLfdBAe6MbwIl9aDYvrlbyna3uRZw==", + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/chrome-har/-/chrome-har-0.13.3.tgz", + "integrity": "sha512-qqi1c6tTrPhH9x8nInMGETbdyv23mFk1tpL+09hGdNTunKQtGVqItyXNYi94VjVREejZKsKcFyeOQxMPfPAwmQ==", "dependencies": { "dayjs": "1.11.7", "debug": "4.3.4", @@ -8895,9 +8895,9 @@ "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" }, "chrome-har": { - "version": "0.13.2", - "resolved": "https://registry.npmjs.org/chrome-har/-/chrome-har-0.13.2.tgz", - "integrity": "sha512-QiwyoilXiGVLG9Y0UMzWOyuao/PctTU9AAOTMqH7BuuulY1e0foDZ/O9qmLfdBAe6MbwIl9aDYvrlbyna3uRZw==", + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/chrome-har/-/chrome-har-0.13.3.tgz", + "integrity": "sha512-qqi1c6tTrPhH9x8nInMGETbdyv23mFk1tpL+09hGdNTunKQtGVqItyXNYi94VjVREejZKsKcFyeOQxMPfPAwmQ==", "requires": { "dayjs": "1.11.7", "debug": "4.3.4", diff --git a/package.json b/package.json index 782f731ed5..754d180d63 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@sitespeed.io/throttle": "5.0.0", "@sitespeed.io/tracium": "0.3.3", "btoa": "1.2.1", - "chrome-har": "0.13.2", + "chrome-har": "0.13.3", "chrome-remote-interface": "0.33.0", "dayjs": "1.11.10", "execa": "8.0.1",