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"