Skip to content

Commit

Permalink
Bump the npm-deps group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the npm-deps group with 3 updates: [ignore](https://github.com/kaelzhang/node-ignore), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint](https://github.com/eslint/eslint).


Updates `ignore` from 5.3.1 to 5.3.2
- [Release notes](https://github.com/kaelzhang/node-ignore/releases)
- [Changelog](https://github.com/kaelzhang/node-ignore/blob/master/CHANGELOG.md)
- [Commits](kaelzhang/node-ignore@5.3.1...5.3.2)

Updates `@eslint/js` from 9.8.0 to 9.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.9.1/packages/js)

Updates `eslint` from 9.8.0 to 9.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.8.0...v9.9.1)

---
updated-dependencies:
- dependency-name: ignore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 845b455 commit 3475803
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 20 deletions.
42 changes: 25 additions & 17 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0",
"ignore": "^5.3.1",
"ignore": "^5.3.2",
"p-limit": "^6.1.0"
},
"devDependencies": {
"@eslint/js": "9.8.0",
"eslint": "9.8.0",
"@eslint/js": "9.9.1",
"eslint": "9.9.1",
"globals": "^15.9.0",
"prettier": "3.2.5"
},
Expand Down

0 comments on commit 3475803

Please sign in to comment.