chore(deps): update dependency acorn to v8.4.1 (#42617)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-06-28 13:08:31 +05:30
committed by GitHub
parent 9942b595fa
commit 92796bf1c9
2 changed files with 4 additions and 4 deletions

View File

@ -1697,9 +1697,9 @@
} }
}, },
"acorn": { "acorn": {
"version": "8.4.0", "version": "8.4.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.4.0.tgz", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.4.1.tgz",
"integrity": "sha512-ULr0LDaEqQrMFGyQ3bhJkLsbtrQ8QibAseGZeaSUiT/6zb9IvIkomWHJIvgvwad+hinRAgsI51JcWk2yvwyL+w==", "integrity": "sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==",
"dev": true "dev": true
}, },
"acorn-globals": { "acorn-globals": {

View File

@ -35,7 +35,7 @@
"@babel/preset-env": "7.14.7", "@babel/preset-env": "7.14.7",
"@babel/preset-typescript": "7.14.5", "@babel/preset-typescript": "7.14.5",
"@babel/register": "7.14.5", "@babel/register": "7.14.5",
"acorn": "8.4.0", "acorn": "8.4.1",
"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",