Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-dependencies group with 2 updates (#978)
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 2 updates: [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) and [gulp-filter](https://github.com/sindresorhus/gulp-filter).


Updates `@babel/cli` from 7.20.7 to 7.23.4
- [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.23.4/packages/babel-cli)

Updates `gulp-filter` from 7.0.0 to 9.0.1
- [Release notes](https://github.com/sindresorhus/gulp-filter/releases)
- [Commits](sindresorhus/gulp-filter@v7.0.0...v9.0.1)

---
updated-dependencies:
- dependency-name: "@babel/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: gulp-filter
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent c48e5d4 commit 45c3f04
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 54 deletions.
157 changes: 105 additions & 52 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
@@ -1,15 +1,15 @@
{
"private": true,
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.4",
"babel-loader": "^9.1.3",
"bundlewatch": "^0.3.3",
"del": "^7.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-filter": "^7.0.0",
"gulp-filter": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
Expand Down

0 comments on commit 45c3f04

Please sign in to comment.