diff --git a/curriculum/package-lock.json b/curriculum/package-lock.json index aefd1b159d..73fbf66039 100644 --- a/curriculum/package-lock.json +++ b/curriculum/package-lock.json @@ -1370,9 +1370,9 @@ } }, "acorn": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.2.2.tgz", - "integrity": "sha512-VrMS8kxT0e7J1EX0p6rI/E0FbfOVcvBpbIqHThFv+f8YrZIlMfVotYcXKVPmTvPW8sW5miJzfUFrrvthUZg8VQ==", + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.2.4.tgz", + "integrity": "sha512-Ibt84YwBDDA890eDiDCEqcbwvHlBvzzDkU2cGBBDDI1QWT12jTiXIOn2CIw5KK4i6N5Z2HUxwYjzriDyqaqqZg==", "dev": true }, "acorn-globals": { diff --git a/curriculum/package.json b/curriculum/package.json index 33bb9bdc52..7b65a51fcf 100644 --- a/curriculum/package.json +++ b/curriculum/package.json @@ -35,7 +35,7 @@ "@babel/polyfill": "7.12.1", "@babel/preset-env": "7.14.1", "@babel/register": "7.13.16", - "acorn": "8.2.2", + "acorn": "8.2.4", "acorn-jsx": "5.3.1", "babel-plugin-dynamic-import-node": "2.3.3", "babel-plugin-lodash": "3.3.4",