From c0690f3a1e68aa8f88cdc1432076b86d1fbb0ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 17:04:06 +0000 Subject: [PATCH] meta: bump acorn from 8.14.0 to 8.14.1 Bumps [acorn](https://github.com/acornjs/acorn) from 8.14.0 to 8.14.1. - [Commits](https://github.com/acornjs/acorn/compare/8.14.0...8.14.1) --- updated-dependencies: - dependency-name: acorn dependency-type: direct:production update-type: version-update:semver-patch ... 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 c5ac8819..d0bf3e9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@actions/core": "^1.11.1", "@orama/orama": "^3.1.3", "@orama/plugin-data-persistence": "^3.1.3", - "acorn": "^8.14.0", + "acorn": "^8.14.1", "commander": "^13.1.0", "dedent": "^1.5.3", "estree-util-visit": "^2.0.0", @@ -612,9 +612,9 @@ "license": "ISC" }, "node_modules/acorn": { - "version": "8.14.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", - "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", + "version": "8.14.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz", + "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==", "license": "MIT", "bin": { "acorn": "bin/acorn" diff --git a/package.json b/package.json index ffe3faf2..cc3fa371 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@actions/core": "^1.11.1", "@orama/orama": "^3.1.3", "@orama/plugin-data-persistence": "^3.1.3", - "acorn": "^8.14.0", + "acorn": "^8.14.1", "commander": "^13.1.0", "dedent": "^1.5.3", "estree-util-visit": "^2.0.0",