Skip to content

Commit

Permalink
Bump the dev-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 3 updates: [eslint](https://github.com/eslint/eslint), [sass](https://github.com/sass/dart-sass) and [vue-loader](https://github.com/vuejs/vue-loader).


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

Updates `sass` from 1.68.0 to 1.69.2
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.68.0...1.69.2)

Updates `vue-loader` from 17.2.2 to 17.3.0
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/main/CHANGELOG.md)
- [Commits](vuejs/vue-loader@v17.2.2...v17.3.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vue-loader
  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 11, 2023
1 parent a306663 commit a2b274c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
58 changes: 29 additions & 29 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 @@ -36,7 +36,7 @@
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"dirty-chai": "^2.0.1",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-vue": "^9.17.0",
Expand All @@ -58,10 +58,10 @@
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"rimraf": "^5.0.0",
"sass": "^1.68.0",
"sass": "^1.69.2",
"sass-loader": "^13.3.1",
"toml": "^3.0.0",
"vue-loader": "^17.2.2",
"vue-loader": "^17.3.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.1",
Expand Down

0 comments on commit a2b274c

Please sign in to comment.