security(js-dependency): update acorn to 7.1.1

This commit is contained in:
Bryan Boreham
2020-03-19 12:16:49 +00:00
parent c6ec844711
commit 20227f2cd0
2 changed files with 5 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
"main": "index.js",
"dependencies": {
"@babel/polyfill": "^7.8.7",
"acorn": "^7.1.1",
"babel-plugin-lodash": "3.3.4",
"classnames": "2.2.6",
"d3-array": "2.3.1",

View File

@@ -1323,9 +1323,10 @@ acorn@^6.0.1, acorn@^6.1.1, acorn@^6.2.1:
version "6.3.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.3.0.tgz#0087509119ffa4fc0a0041d1e93a417e68cb856e"
acorn@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
acorn@^7.1.0, acorn@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==
add-dom-event-listener@1.x:
version "1.0.2"