From 80bf3ec07784b88d0e6f772fceeff4a6f39d87fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 15:45:40 +0000 Subject: [PATCH] fix: examples/draft-0-9-1/tex/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOURCEMAPSUPPORT-6112477 --- examples/draft-0-9-1/tex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/draft-0-9-1/tex/package.json b/examples/draft-0-9-1/tex/package.json index c69b8b0b0d..5528c2002b 100644 --- a/examples/draft-0-9-1/tex/package.json +++ b/examples/draft-0-9-1/tex/package.json @@ -5,7 +5,7 @@ "postinstall": "npm install ../../.." }, "dependencies": { - "babel": "5.8.23", + "babel": "6.23.0", "babel-core": "^6.8.0", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.9.0",