From 46636db0731c9d1da8ff4e8aea0f0f70113d2b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 21:40:51 +0000 Subject: [PATCH] Bump acorn from 4.0.13 to 7.1.1 in /algorithms/res Bumps [acorn](https://github.com/acornjs/acorn) from 4.0.13 to 7.1.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/commits/7.1.1) Signed-off-by: dependabot[bot] --- algorithms/res/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithms/res/package.json b/algorithms/res/package.json index e46c50f..7bd200f 100644 --- a/algorithms/res/package.json +++ b/algorithms/res/package.json @@ -8,7 +8,7 @@ "repository": "google/material-design-lite", "main": "dist/material.min.js", "devDependencies": { - "acorn": "^4.0.3", + "acorn": "^7.1.1", "babel-core": "^6.20.0", "babel-preset-es2015": "^6.18.0", "browser-sync": "^2.2.3",