From fa3357b0db17d01cd876bfc725f2cd576da0e972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 16:53:23 +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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3d48138..8960f3d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "private": true, "dependencies": { "@types/estree": "^1.0.0", - "acorn": "^8.12.0", + "acorn": "^8.12.1", "acorn-walk": "^8.3.3", "js-base64": "^3.7.7" }, diff --git a/yarn.lock b/yarn.lock index 03fac08..c565c6b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1701,10 +1701,10 @@ acorn-walk@^8.3.3: dependencies: acorn "^8.11.0" -acorn@^8.11.0, acorn@^8.12.0, acorn@^8.9.0: - version "8.12.0" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.0.tgz#1627bfa2e058148036133b8d9b51a700663c294c" - integrity sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw== +acorn@^8.11.0, acorn@^8.12.1, acorn@^8.9.0: + version "8.12.1" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248" + integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg== ajv@^6.12.4: version "6.12.6"