Skip to content

Commit

Permalink
Bump the minor-and-patch group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [esbuild](https://github.com/evanw/esbuild) and [glob](https://github.com/isaacs/node-glob).


Updates `@babel/core` from 7.24.5 to 7.24.6
- [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.6/packages/babel-core)

Updates `esbuild` from 0.21.3 to 0.21.4
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.21.3...v0.21.4)

Updates `glob` from 10.3.15 to 10.4.1
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.3.15...v10.4.1)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 89f90e1 commit a7fa361
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 309 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"ws": ">= 7.4.6"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/core": "^7.24.6",
"@shopify/eslint-plugin": "^45.0.0",
"@shopify/prettier-config": "^1.1.2",
"@types/glob": "^8.1.0",
Expand All @@ -79,11 +79,11 @@
"@typescript-eslint/parser": "^5.62.0",
"@vscode/test-electron": "^2.3.10",
"@vscode/vsce": "^2.26.1",
"esbuild": "^0.21.3",
"esbuild": "^0.21.4",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-prettier": "^5.1.3",
"glob": "^10.3.15",
"glob": "^10.4.1",
"mocha": "^10.4.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
Expand Down
Loading

0 comments on commit a7fa361

Please sign in to comment.