From 6e1ee9afdc3d6ec5a481e46fbb043ec4c482141e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:36:12 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/eslint-parser from 7.25.1 to 7.25.9 Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.25.1 to 7.25.9. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b85cd70c..f4c332ad 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "homepage": "https://github.com/mozilla/webextension-polyfill", "devDependencies": { "@babel/core": "7.25.2", - "@babel/eslint-parser": "7.25.1", + "@babel/eslint-parser": "7.25.9", "@babel/preset-env": "7.25.4", "@babel/register": "7.24.6", "babel-preset-minify": "0.5.2",