Skip to content

Commit

Permalink
npm(deps): bump the npm group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the npm group with 2 updates: [eslint](https://github.com/eslint/eslint) and [npm-run-all2](https://github.com/bcomnes/npm-run-all2).


Updates `eslint` from 9.12.0 to 9.13.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.12.0...v9.13.0)

Updates `npm-run-all2` from 6.2.3 to 6.2.4
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)
- [Commits](bcomnes/npm-run-all2@v6.2.3...v6.2.4)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: npm-run-all2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2024
1 parent 751d74f commit 3a9323f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 20 deletions.
51 changes: 33 additions & 18 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 @@ -42,7 +42,7 @@
"concat-stream": "^2.0.0",
"duplexify": "^4.1.3",
"envify": "^4.1.0",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-plugin-prefer-arrow-functions": "^3.3.2",
"esmify": "^2.1.1",
"hash-wasm": "^4.11.0",
Expand All @@ -68,6 +68,6 @@
"yaml": "^2.6.0"
},
"devDependencies": {
"npm-run-all2": "^6.2.3"
"npm-run-all2": "^6.2.4"
}
}

0 comments on commit 3a9323f

Please sign in to comment.