From 840092e2a2670442a04a9d3d9c8daa8e4ac1ec10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Jun 2025 05:56:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 990abbd..e0a7722 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "NARRate On Web System", "license": "BSD", "dependencies": { - "babel-brunch": "^6.0.6", + "babel-brunch": "^7.0.0", "babel-cli": "^6.14.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.14.0", "babel-preset-es2015": "^6.14.0",