Skip to content

Commit

Permalink
chore(deps): update dependency @babel/core to v7.21.5 (#2477)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @babel/core to v7.21.5

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Apr 30, 2023
1 parent 6375db9 commit 5aececf
Show file tree
Hide file tree
Showing 7 changed files with 125 additions and 76 deletions.
6 changes: 6 additions & 0 deletions .changeset/@graphql-inspector_cli-2477-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphql-inspector/cli': patch
---
dependencies updates:
- Updated dependency [`@babel/[email protected]` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.21.5)
(from `7.21.4`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@babel/core": "7.21.4",
"@babel/core": "7.21.5",
"@graphql-inspector/audit-command": "workspace:*",
"@graphql-inspector/code-loader": "workspace:*",
"@graphql-inspector/commands": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"tslib": "2.5.0"
},
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/core": "7.21.5",
"graphql": "16.6.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"tslib": "2.5.0"
},
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/core": "7.21.5",
"graphql": "16.6.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"tslib": "2.5.0"
},
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/core": "7.21.5",
"@types/node": "18.15.11",
"graphql": "16.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"tslib": "2.5.0"
},
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/core": "7.21.5",
"graphql": "16.6.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 5aececf

Please sign in to comment.