Skip to content

Commit b70b26a

Browse files
chore: bump the development-dependencies group across 1 directory with 3 updates
Bumps the development-dependencies 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-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `@babel/core` from 7.24.7 to 7.24.8 - [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.24.8/packages/babel-core) Updates `@babel/eslint-parser` from 7.24.7 to 7.24.8 - [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.24.8/eslint/babel-eslint-parser) Updates `eslint-plugin-jsdoc` from 48.6.0 to 48.7.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v48.6.0...v48.7.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b493507 commit b70b26a

File tree

2 files changed

+81
-83
lines changed

2 files changed

+81
-83
lines changed

package-lock.json

Lines changed: 78 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"postinstall": "npm run build:logos"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "^7.24.7",
32-
"@babel/eslint-parser": "^7.24.7",
31+
"@babel/core": "^7.24.8",
32+
"@babel/eslint-parser": "^7.24.8",
3333
"@commitlint/cli": "^19.3.0",
3434
"@commitlint/config-conventional": "^19.2.2",
3535
"@financial-times/eslint-config-next": "^7.1.0",
3636
"@types/jest": "^29.5.12",
3737
"@types/node": "^20.14.10",
3838
"eslint": "^8.57.0",
39-
"eslint-plugin-jsdoc": "^48.6.0",
39+
"eslint-plugin-jsdoc": "^48.7.0",
4040
"eslint-plugin-prettier": "^5.1.3",
4141
"husky": "^9.0.11",
4242
"jest": "^29.7.0",

0 commit comments

Comments
 (0)