From 0fb2b32141d8ce3d3ff5ba22e87e50fa7c119569 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 08:39:13 +0000 Subject: [PATCH] chore(deps): update dependency acorn to v8.12.1 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | npm | acorn | 8.10.0 | 8.12.1 | --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 41a2f38b8..af80d7ce1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "winston": "3.10.0" }, "devDependencies": { - "acorn": "8.10.0", + "acorn": "8.12.1", "acorn-jsx": "5.3.2", "eslint": "5.16.0", "eslint-config-airbnb": "17.1.1", @@ -535,10 +535,11 @@ "integrity": "sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g==" }, "node_modules/acorn": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", - "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", + "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", "dev": true, + "license": "MIT", "bin": { "acorn": "bin/acorn" }, diff --git a/package.json b/package.json index ada0e935c..5d60e064b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "darwin" ], "devDependencies": { - "acorn": "8.10.0", + "acorn": "8.12.1", "acorn-jsx": "5.3.2", "eslint": "5.16.0", "eslint-config-airbnb": "17.1.1",