Skip to content

Commit

Permalink
Bump the dev-dependencies group with 2 updates
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 [webpack](https://github.com/webpack/webpack).


Updates `eslint` from 8.51.0 to 8.52.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.51.0...v8.52.0)

Updates `webpack` from 5.88.0 to 5.89.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.88.0...v5.89.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2023
1 parent 5612343 commit 8e9ffb3
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 40 deletions.
90 changes: 52 additions & 38 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 @@ -36,7 +36,7 @@
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"dirty-chai": "^2.0.1",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-vue": "^9.17.0",
Expand All @@ -63,7 +63,7 @@
"toml": "^3.0.0",
"vue-loader": "^17.3.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.88.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
},
Expand Down

0 comments on commit 8e9ffb3

Please sign in to comment.