Skip to content

Commit 751e96a

Browse files
fix(deps): bump the minor-and-patch group across 1 directory with 3 updates
Bumps the minor-and-patch group with 3 updates in the / directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin). Updates `@babel/core` from 7.25.2 to 7.26.0 - [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.26.0/packages/babel-core) Updates `@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) Updates `eslint-plugin-eslint-plugin` from 6.2.0 to 6.3.1 - [Release notes](https://github.com/eslint-community/eslint-plugin-eslint-plugin/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-eslint-plugin/blob/main/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-eslint-plugin@v6.2.0...v6.3.1) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: eslint-plugin-eslint-plugin dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed97e8f commit 751e96a

File tree

2 files changed

+144
-207
lines changed

2 files changed

+144
-207
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"!**/test/"
4242
],
4343
"devDependencies": {
44-
"@babel/eslint-parser": "7.25.1",
44+
"@babel/eslint-parser": "7.25.9",
4545
"prettier": "^3.3.3",
4646
"jest": "^29.7.0",
4747
"jest-extended": "^4.0.2",
@@ -50,7 +50,7 @@
5050
"jest-sonar-reporter": "^2.0.0",
5151
"eslint": "^8.57.0",
5252
"eslint-plugin-node": "^11.1.0",
53-
"eslint-plugin-eslint-plugin": "^6.2.0",
53+
"eslint-plugin-eslint-plugin": "^6.3.1",
5454
"chai": "^4.5.0"
5555
},
5656
"dependencies": {
@@ -59,7 +59,7 @@
5959
"@lwc/sfdc-compiler-utils": "3.5.0-0",
6060
"@lwc/errors": "~3.5.0",
6161
"@lwc/template-compiler": "~3.5.0",
62-
"@babel/core": "^7.25.2"
62+
"@babel/core": "^7.26.0"
6363
},
6464
"scripts": {
6565
"format": "prettier --list-different \"**/*.js\"",

0 commit comments

Comments
 (0)