Skip to content

Commit

Permalink
fix(deps): update babel monorepo to ^7.21.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2023
1 parent d4498ae commit 910a143
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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.21.3",
"@babel/eslint-parser": "7.21.8",
"@jsdoc/ast": "^0.2.0",
"@jsdoc/cli": "^0.3.0",
"@jsdoc/core": "^0.5.0",
Expand Down Expand Up @@ -49,6 +49,6 @@
"test": "node_modules/.bin/hereby test"
},
"dependencies": {
"@babel/eslint-parser": "^7.21.3"
"@babel/eslint-parser": "^7.21.8"
}
}
14 changes: 7 additions & 7 deletions packages/jsdoc-ast/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 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.21.5",
"@babel/parser": "^7.21.8",
"@jsdoc/core": "^0.5.1",
"@jsdoc/util": "^0.3.0",
"lodash": "^4.17.21"
Expand Down
14 changes: 7 additions & 7 deletions packages/jsdoc-eslint-config/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 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.21.3",
"@babel/eslint-parser": "^7.21.8",
"eslint-plugin-simple-import-sort": "^10.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 910a143

Please sign in to comment.