From 037ee835a75bf491f216300facc4a767ba0b052d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Feb 2022 16:53:19 +0000 Subject: [PATCH] Bump acorn from 7.1.0 to 7.4.1 in /inventory_visualisation Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.4.1) --- updated-dependencies: - dependency-name: acorn dependency-type: indirect ... Signed-off-by: dependabot[bot] --- inventory_visualisation/package-lock.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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": {