From 525ac651e3c1b253b2121aebe2072c148f5c0b8c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 3 Jul 2024 15:00:14 +0000
Subject: [PATCH] Bump acorn from 8.12.0 to 8.12.1

Bumps [acorn](https://github.com/acornjs/acorn) from 8.12.0 to 8.12.1.
- [Commits](https://github.com/acornjs/acorn/compare/8.12.0...8.12.1)

---
updated-dependencies:
- dependency-name: acorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package-lock.json | 8 ++++----
 package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 5c9ae09..0175f3e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
             "version": "1.0.0",
             "license": "MIT",
             "dependencies": {
-                "acorn": "^8.12.0",
+                "acorn": "^8.12.1",
                 "eslint": "^9.5.0",
                 "stylelint": "^16.3.0",
                 "stylelint-config-sass-guidelines": "^11.1.0"
@@ -342,9 +342,9 @@
             }
         },
         "node_modules/acorn": {
-            "version": "8.12.0",
-            "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.0.tgz",
-            "integrity": "sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==",
+            "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 a14acf4..92c633f 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
         "https://github.com/npm/cli/blob/latest/package.json"
     ],
     "dependencies": {
-        "acorn": "^8.12.0",
+        "acorn": "^8.12.1",
         "eslint": "^9.5.0",
         "stylelint": "^16.3.0",
         "stylelint-config-sass-guidelines": "^11.1.0"