From 5589497dd5a4be91852db13e1208d864ce381788 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 02:11:33 +0000 Subject: [PATCH] fix: upgrade convert-source-map from 0.3.5 to 0.7.1 Snyk has created this PR to upgrade convert-source-map from 0.3.5 to 0.7.1. See this package in npm: convert-source-map See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/910a89a6-049b-4914-ab9d-7d999200fb89?utm_source=github&utm_medium=referral&page=upgrade-pr --- AhMyth-Server/app/node_modules/rework/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/rework/package.json b/AhMyth-Server/app/node_modules/rework/package.json index 6177e840..f966fbaa 100644 --- a/AhMyth-Server/app/node_modules/rework/package.json +++ b/AhMyth-Server/app/node_modules/rework/package.json @@ -49,7 +49,7 @@ "url": "https://github.com/reworkcss/rework/issues" }, "dependencies": { - "convert-source-map": "^0.3.3", + "convert-source-map": "^0.7.1", "css": "^2.0.0" }, "description": "Plugin framework for CSS preprocessing",