From e6a80fc94fbaafe4180b1ab7140706ec3555ddfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:25:54 +0000 Subject: [PATCH 1/2] build(deps): bump tar from 7.5.10 to 7.5.11 Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.10 to 7.5.11. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v7.5.10...v7.5.11) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.11 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 0bd94d75a..044c187a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8689,9 +8689,9 @@ tar-stream@^2.1.4: readable-stream "^3.1.1" tar@^6.1.11, tar@^7.5.7: - version "7.5.10" - resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.10.tgz#2281541123f5507db38bc6eb22619f4bbaef73ad" - integrity sha512-8mOPs1//5q/rlkNSPcCegA6hiHJYDmSLEI8aMH/CdSQJNWztHC9WHNam5zdQlfpTwB9Xp7IBEsHfV5LKMJGVAw== + version "7.5.11" + resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.11.tgz#1250fae45d98806b36d703b30973fa8e0a6d8868" + integrity sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ== dependencies: "@isaacs/fs-minipass" "^4.0.0" chownr "^3.0.0" From 5e51fe18ad1208bbcaccffbaaae1e774fc7379a1 Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Thu, 12 Mar 2026 15:25:48 +0100 Subject: [PATCH 2/2] Update HeroSection.tsx --- src/components/virus-scanner/HeroSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/virus-scanner/HeroSection.tsx b/src/components/virus-scanner/HeroSection.tsx index e44ad20c6..9380fe4da 100644 --- a/src/components/virus-scanner/HeroSection.tsx +++ b/src/components/virus-scanner/HeroSection.tsx @@ -245,7 +245,7 @@ const HeroSection = ({ textContent, lang }: HeroSectionProps): JSX.Element => {