From f9acf6cc5657a397533c4c58e42a0e421a017420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 03:13:03 +0000 Subject: [PATCH] chore(deps-dev): bump acorn from 8.5.0 to 8.8.0 Bumps [acorn](https://github.com/acornjs/acorn) from 8.5.0 to 8.8.0. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/8.5.0...8.8.0) --- updated-dependencies: - dependency-name: acorn dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea7b2f44..d12b87ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -218,9 +218,9 @@ "dev": true }, "acorn": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", - "integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==", + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", + "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", "dev": true }, "acorn-jsx": { diff --git a/package.json b/package.json index 571f8139..536b7ba7 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ ] }, "devDependencies": { - "acorn": "^8.5.0", + "acorn": "^8.8.0", "chai": "^4.3.4", "cypress": "^8.5.0", "del": "^6.0.0",