Skip to content

Commit

Permalink
fix(deps): update babel monorepo to ^7.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 29, 2024
1 parent 84c07d9 commit 00029a3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@babel/eslint-parser": "7.24.1",
"@babel/eslint-parser": "7.24.5",
"@jsdoc/ast": "^0.2.5",
"@jsdoc/cli": "^0.3.5",
"@jsdoc/core": "^0.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsdoc-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"dependencies": {
"@babel/parser": "^7.24.4",
"@babel/parser": "^7.24.5",
"@jsdoc/core": "^0.5.8",
"@jsdoc/util": "^0.3.3",
"ast-module-types": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsdoc-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"main": "index.js",
"dependencies": {
"@babel/eslint-parser": "^7.24.1",
"@babel/eslint-parser": "^7.24.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
Expand Down

0 comments on commit 00029a3

Please sign in to comment.