chore(deps): update dependency acorn to v8.2.2 (#41961)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-05-02 20:34:43 +05:30
committed by GitHub
parent 31a69ea685
commit df1cc921a0
2 changed files with 4 additions and 4 deletions

View File

@ -1370,9 +1370,9 @@
} }
}, },
"acorn": { "acorn": {
"version": "8.1.1", "version": "8.2.2",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.1.1.tgz", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.2.2.tgz",
"integrity": "sha512-xYiIVjNuqtKXMxlRMDc6mZUhXehod4a3gbZ1qRlM7icK4EbxUFNLhWoPblCvFtB2Y9CIqHP3CF/rdxLItaQv8g==", "integrity": "sha512-VrMS8kxT0e7J1EX0p6rI/E0FbfOVcvBpbIqHThFv+f8YrZIlMfVotYcXKVPmTvPW8sW5miJzfUFrrvthUZg8VQ==",
"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.0", "@babel/preset-env": "7.14.0",
"@babel/register": "7.13.16", "@babel/register": "7.13.16",
"acorn": "8.1.1", "acorn": "8.2.2",
"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",