diff --git a/package-lock.json b/package-lock.json index 0335d71e..46889c84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5714,9 +5714,9 @@ } }, "acorn": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.3.1.tgz", - "integrity": "sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==" + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.0.tgz", + "integrity": "sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==" }, "acorn-jsx": { "version": "5.2.0", diff --git a/package.json b/package.json index 9b163f19..67cc7c1c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "prepare": "npm run snyk-protect" }, "dependencies": { - "acorn": "7.3.1", + "acorn": "7.4.0", "ampersand-collection": "2.0.2", "ampersand-model": "8.0.1", "ampersand-view": "10.0.3",