chore(deps): update dependency acorn-jsx to v5.3.2

This commit is contained in:
Renovate Bot
2021-07-09 01:36:41 +00:00
committed by renovate[bot]
parent 330b7aaa0f
commit 6a562571ba
2 changed files with 4 additions and 4 deletions

View File

@ -1721,9 +1721,9 @@
}
},
"acorn-jsx": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.1.tgz",
"integrity": "sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==",
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
"dev": true
},
"acorn-walk": {

View File

@ -36,7 +36,7 @@
"@babel/preset-typescript": "7.14.5",
"@babel/register": "7.14.5",
"acorn": "8.4.1",
"acorn-jsx": "5.3.1",
"acorn-jsx": "5.3.2",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-transform-runtime": "6.23.0",