Merge pull request #11699 from mozilla/dependabot/npm_and_yarn/acorn-6.4.1

Bump acorn from 6.4.0 to 6.4.1
This commit is contained in:
Tim van der Meij 2020-03-14 22:58:35 +01:00 committed by GitHub
commit 6db227d82a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1450,9 +1450,9 @@
"dev": true
},
"acorn": {
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.0.tgz",
"integrity": "sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==",
"version": "6.4.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz",
"integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==",
"dev": true
},
"acorn-globals": {

View File

@ -7,7 +7,7 @@
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/runtime": "^7.8.7",
"acorn": "^6.4.0",
"acorn": "^6.4.1",
"autoprefixer": "^9.7.4",
"babel-loader": "^8.0.6",
"canvas": "^2.6.1",