From c9722ec062277f02228392278e6427b1eb073489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 13:22:59 +0000 Subject: [PATCH] chore(deps-dev): bump esprima from 4.0.0 to 4.0.1 (#7701) Bumps [esprima](https://github.com/jquery/esprima) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/jquery/esprima/releases) - [Changelog](https://github.com/jquery/esprima/blob/4.0.1/ChangeLog) - [Commits](https://github.com/jquery/esprima/compare/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: esprima dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba6ee230..13431d03 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "eslint-plugin-mocha": "9.0.0", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-unicorn": "37.0.1", - "esprima": "4.0.0", + "esprima": "4.0.1", "expect": "25.2.7", "husky": "7.0.2", "jpeg-js": "0.3.7",