diff --git a/curriculum/package-lock.json b/curriculum/package-lock.json index 48bec20807..1293db0387 100644 --- a/curriculum/package-lock.json +++ b/curriculum/package-lock.json @@ -1228,9 +1228,9 @@ } }, "acorn": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.1.0.tgz", - "integrity": "sha512-LWCF/Wn0nfHOmJ9rzQApGnxnvgfROzGilS8936rqN/lfcYkY9MYZzdMqN+2NJ4SlTc+m5HiSa+kNfDtI64dwUA==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.1.1.tgz", + "integrity": "sha512-xYiIVjNuqtKXMxlRMDc6mZUhXehod4a3gbZ1qRlM7icK4EbxUFNLhWoPblCvFtB2Y9CIqHP3CF/rdxLItaQv8g==", "dev": true }, "acorn-globals": { diff --git a/curriculum/package.json b/curriculum/package.json index 86477a6204..fc46a58a37 100644 --- a/curriculum/package.json +++ b/curriculum/package.json @@ -35,7 +35,7 @@ "@babel/polyfill": "7.12.1", "@babel/preset-env": "7.13.15", "@babel/register": "7.13.14", - "acorn": "8.1.0", + "acorn": "8.1.1", "acorn-jsx": "5.3.1", "babel-plugin-add-module-exports": "0.2.1", "babel-plugin-dynamic-import-node": "2.3.3",