From da57de54eda3eafbc78986e2a2bbfb0e2e05f20d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 01:26:51 +0000 Subject: [PATCH] fix: upgrade source-map from 0.5.7 to 0.7.4 Snyk has created this PR to upgrade source-map from 0.5.7 to 0.7.4. See this package in npm: source-map See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/3bb85922-a737-47a2-9236-17fea5783baf?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../app/node_modules/vinyl-sourcemaps-apply/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/vinyl-sourcemaps-apply/package.json b/AhMyth-Server/app/node_modules/vinyl-sourcemaps-apply/package.json index 2a8f1a63..e794b23d 100644 --- a/AhMyth-Server/app/node_modules/vinyl-sourcemaps-apply/package.json +++ b/AhMyth-Server/app/node_modules/vinyl-sourcemaps-apply/package.json @@ -53,7 +53,7 @@ "url": "https://github.com/floridoo/vinyl-sourcemaps-apply/issues" }, "dependencies": { - "source-map": "^0.5.1" + "source-map": "^0.7.4" }, "description": "Apply a source map to a vinyl file, merging it with preexisting source maps", "devDependencies": {},