From c72b36b84abdebbc496fb1ebcc660f9756350bfd Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 8 Jul 2024 14:40:26 +0100 Subject: [PATCH] Upgraded acorn from 8.11.3 to 8.12.0 Signed-off-by: snipe --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2bd7340d4..fccdd5add6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@fortawesome/fontawesome-free": "^6.5.2", - "acorn": "^8.11.2", + "acorn": "^8.12.0", "acorn-import-assertions": "^1.9.0", "admin-lte": "^2.4.18", "ajv": "^6.12.6", @@ -2481,8 +2481,9 @@ } }, "node_modules/acorn": { - "version": "8.11.3", - "license": "MIT", + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", + "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", "bin": { "acorn": "bin/acorn" }, diff --git a/package.json b/package.json index 360e4a5ca7..9f942c9d27 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^6.5.2", - "acorn": "^8.11.2", + "acorn": "^8.12.0", "acorn-import-assertions": "^1.9.0", "admin-lte": "^2.4.18", "ajv": "^6.12.6",