diff --git a/components/automate-ui/package-lock.json b/components/automate-ui/package-lock.json index c31562c84d3a..cbf07d42e420 100644 --- a/components/automate-ui/package-lock.json +++ b/components/automate-ui/package-lock.json @@ -2024,10 +2024,9 @@ } }, "acorn": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.1.tgz", - "integrity": "sha512-d+nbxBUGKg7Arpsvbnlq61mc12ek3EY8EQldM3GPAhWJ1UVxC6TDGbIvUMNU6obBX3i1+ptCIzV4vq0gFPEGVQ==", - "dev": true + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.2.0.tgz", + "integrity": "sha512-8oe72N3WPMjA+2zVG71Ia0nXZ8DpQH+QyyHO+p06jT8eg8FGG3FbcUIi8KziHlAfheJQZeoqbvq1mQSQHXKYLw==" }, "acorn-dynamic-import": { "version": "4.0.0", @@ -5809,6 +5808,14 @@ "requires": { "acorn": "^5.5.0", "acorn-jsx": "^3.0.0" + }, + "dependencies": { + "acorn": { + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz", + "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==", + "dev": true + } } }, "esprima": { diff --git a/components/automate-ui/package.json b/components/automate-ui/package.json index b5bc08133be0..42c078a62558 100644 --- a/components/automate-ui/package.json +++ b/components/automate-ui/package.json @@ -39,6 +39,7 @@ "@ngrx/router-store": "8.1.0", "@ngrx/store": "8.1.0", "@ngrx/store-devtools": "8.1.0", + "acorn": "^6.0.5", "classlist.js": "^1.1.20150312", "core-js": "^2.4.1", "d3": "^5.6.0",