From 2f42fecfea71217d1e0ab28f7505e59b5fa633c4 Mon Sep 17 00:00:00 2001 From: Ilya Hancharyk Date: Fri, 20 Sep 2024 19:41:43 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ package-lock.json | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f40d2..905e917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### Changed +- The client now reports the time for launches, test items and logs with microsecond precision in the ISO string. Thus, the `helpers.now` function is adjusted accordingly. +For logs, microsecond precision is available on the UI from ReportPortal version 24.2. +### Security +- Updated versions of vulnerable packages (micromatch). ## [5.2.0] - 2024-09-17 ### Changed diff --git a/package-lock.json b/package-lock.json index 5e82fee..0ab9b9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4893,12 +4893,12 @@ } }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": {