From 34c2a21d5033d35bd7dd9db2f4928b5d25fb4607 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 21:53:05 +0000 Subject: [PATCH] fix: examples/draft-0-10-0/tex/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- examples/draft-0-10-0/tex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/draft-0-10-0/tex/package.json b/examples/draft-0-10-0/tex/package.json index c69b8b0b0d..5528c2002b 100644 --- a/examples/draft-0-10-0/tex/package.json +++ b/examples/draft-0-10-0/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",