diff --git a/inventory_visualisation/package-lock.json b/inventory_visualisation/package-lock.json index 2f98afc..435d7a3 100644 --- a/inventory_visualisation/package-lock.json +++ b/inventory_visualisation/package-lock.json @@ -1,8 +1,6 @@ { - "name": "@airtable/hello-world-block", - "version": "1.0.1", - "lockfileVersion": 1, "requires": true, + "lockfileVersion": 1, "dependencies": { "@airtable/blocks": { "version": "0.0.53", @@ -221,9 +219,9 @@ } }, "acorn": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz", - "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==", + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", "dev": true }, "acorn-jsx": {