From 47ddee7821dbf79385e3c0628e4a8db61df9fd27 Mon Sep 17 00:00:00 2001 From: Muhammad Abdullah Waheed <42172960+abdullahwaheed@users.noreply.github.com> Date: Wed, 6 Dec 2023 19:21:46 +0500 Subject: [PATCH] fix: fixed and whitelisted vulnerabilities (#833) * fix: fixed @adobe/css-tools vulnerability * refactor: whitelisted axios vulnerability since we'll upgrade it separately * fix: fixed integrity issue --- audit-ci.json | 3 ++- package-lock.json | 7 +++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/audit-ci.json b/audit-ci.json index 4ce8de3b5..adae172ce 100644 --- a/audit-ci.json +++ b/audit-ci.json @@ -1,6 +1,7 @@ { "allowlist": [ - "GHSA-hpx4-r86g-5jrg" + "GHSA-hpx4-r86g-5jrg", + "GHSA-wf5p-g6vw-rhxx" ], "moderate": true } diff --git a/package-lock.json b/package-lock.json index 61372e61c..14aaf30ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,10 +78,9 @@ } }, "node_modules/@adobe/css-tools": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.1.tgz", - "integrity": "sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==", - "dev": true + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.2.tgz", + "integrity": "sha512-DA5a1C0gD/pLOvhv33YMrbf2FK3oUzwNl9oOJqE4XVjuEtt6XIakRcsd7eLiOSPkp1kTRQGICTA8cKra/vFbjw==" }, "node_modules/@ampproject/remapping": { "version": "2.2.1",