chore(deps): update dependency acorn to v8.2.4

This commit is contained in:
Renovate Bot
2021-05-05 00:29:06 +00:00
committed by renovate[bot]
parent f5a9251f5e
commit 340e06db5d
2 changed files with 4 additions and 4 deletions

View File

@ -1370,9 +1370,9 @@
} }
}, },
"acorn": { "acorn": {
"version": "8.2.2", "version": "8.2.4",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.2.2.tgz", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.2.4.tgz",
"integrity": "sha512-VrMS8kxT0e7J1EX0p6rI/E0FbfOVcvBpbIqHThFv+f8YrZIlMfVotYcXKVPmTvPW8sW5miJzfUFrrvthUZg8VQ==", "integrity": "sha512-Ibt84YwBDDA890eDiDCEqcbwvHlBvzzDkU2cGBBDDI1QWT12jTiXIOn2CIw5KK4i6N5Z2HUxwYjzriDyqaqqZg==",
"dev": true "dev": true
}, },
"acorn-globals": { "acorn-globals": {

View File

@ -35,7 +35,7 @@
"@babel/polyfill": "7.12.1", "@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.14.1", "@babel/preset-env": "7.14.1",
"@babel/register": "7.13.16", "@babel/register": "7.13.16",
"acorn": "8.2.2", "acorn": "8.2.4",
"acorn-jsx": "5.3.1", "acorn-jsx": "5.3.1",
"babel-plugin-dynamic-import-node": "2.3.3", "babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-lodash": "3.3.4", "babel-plugin-lodash": "3.3.4",