From 6c8ea0df3c4c4c50d7814824c34f32e26e3444fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:11:09 +0000 Subject: [PATCH] Bump acorn from 8.12.0 to 8.13.0 Bumps [acorn](https://github.com/acornjs/acorn) from 8.12.0 to 8.13.0. - [Commits](https://github.com/acornjs/acorn/compare/8.12.0...8.13.0) --- updated-dependencies: - dependency-name: acorn dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 4990110..0859548 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "devDependencies": { "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.11.0", - "acorn": "8.12.0", + "acorn": "8.13.0", "eslint": "~9.12.0", "eslint-plugin-security": "^3.0.0", "globals": "^15.11.0" @@ -441,9 +441,9 @@ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" }, "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.13.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.13.0.tgz", + "integrity": "sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==", "bin": { "acorn": "bin/acorn" }, diff --git a/package.json b/package.json index d17f486..322e237 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "devDependencies": { "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.11.0", - "acorn": "8.12.0", + "acorn": "8.13.0", "eslint": "~9.12.0", "eslint-plugin-security": "^3.0.0", "globals": "^15.11.0"