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

This commit is contained in:
Renovate Bot
2021-04-12 15:55:05 +00:00
committed by renovate[bot]
parent 9a160276e1
commit 3f29ebb32d
2 changed files with 4 additions and 4 deletions

View File

@ -1228,9 +1228,9 @@
} }
}, },
"acorn": { "acorn": {
"version": "8.1.0", "version": "8.1.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.1.0.tgz", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.1.1.tgz",
"integrity": "sha512-LWCF/Wn0nfHOmJ9rzQApGnxnvgfROzGilS8936rqN/lfcYkY9MYZzdMqN+2NJ4SlTc+m5HiSa+kNfDtI64dwUA==", "integrity": "sha512-xYiIVjNuqtKXMxlRMDc6mZUhXehod4a3gbZ1qRlM7icK4EbxUFNLhWoPblCvFtB2Y9CIqHP3CF/rdxLItaQv8g==",
"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.13.15", "@babel/preset-env": "7.13.15",
"@babel/register": "7.13.14", "@babel/register": "7.13.14",
"acorn": "8.1.0", "acorn": "8.1.1",
"acorn-jsx": "5.3.1", "acorn-jsx": "5.3.1",
"babel-plugin-add-module-exports": "0.2.1", "babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-dynamic-import-node": "2.3.3", "babel-plugin-dynamic-import-node": "2.3.3",