Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-dependencies group with 2 updates (#157)
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 2 updates: [eslint](https://github.com/eslint/eslint) and [npm-check-updates](https://github.com/raineorshine/npm-check-updates).


Updates `eslint` from 8.55.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.55.0...v8.56.0)

Updates `npm-check-updates` from 16.14.11 to 16.14.12
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v16.14.11...v16.14.12)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: npm-check-updates
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Dec 18, 2023
1 parent 5032836 commit da9509d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 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 @@ -22,8 +22,8 @@
"update-deps": "ncu -u -x @sindresorhus/slugify && npm install"
},
"devDependencies": {
"eslint": "^8.55.0",
"npm-check-updates": "^16.14.11",
"eslint": "^8.56.0",
"npm-check-updates": "^16.14.12",
"stylelint": "^16.0.2",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-standard": "^35.0.0"
Expand Down

0 comments on commit da9509d

Please sign in to comment.