diff --git a/package-lock.json b/package-lock.json index 125bd30..2a9c208 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2420,9 +2420,9 @@ } }, "acorn": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz", - "integrity": "sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==" + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz", + "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==" }, "acorn-dynamic-import": { "version": "4.0.0", diff --git a/package.json b/package.json index 7c7b808..4248b42 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "acorn": "^6.1.1", + "acorn": "^6.4.1", "axios": "^0.19.0", "bulma": "^0.7.5", "core-js": "^2.6.5",