From 9f7f9000b918c5800f1cfaa49993c109e853e691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:25:27 +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] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46469b27..0f37b785 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@johnnymorganz/stylua-bin": "^0.20.0", "@xmldom/xmldom": ">=0.8.10", - "acorn": "^8.12.0", + "acorn": "^8.12.1", "ansi-regex": ">=5.0.1", "bash-language-server": "^5.4.0", "bats": "^1.11.0", @@ -465,9 +465,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" }, @@ -5599,9 +5599,9 @@ "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==" }, "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==" }, "acorn-jsx": { "version": "5.3.2", diff --git a/package.json b/package.json index aab8f6e6..9eea2cfb 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@johnnymorganz/stylua-bin": "^0.20.0", "@xmldom/xmldom": ">=0.8.10", - "acorn": "^8.12.0", + "acorn": "^8.12.1", "ansi-regex": ">=5.0.1", "bash-language-server": "^5.4.0", "bats": "^1.11.0",