Skip to content

Commit

Permalink
chore(deps-dev): bump vue-loader from 17.2.2 to 17.4.2
Browse files Browse the repository at this point in the history
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 17.2.2 to 17.4.2.
- [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.4.2)

---
updated-dependencies:
- dependency-name: vue-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and eliias committed May 2, 2024
1 parent 0243cda commit 514b320
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/rails-multi-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ts-loader": "^9.5.1",
"typescript": "^5.1.3",
"vue": "^3.4.26",
"vue-loader": "^17.1.0",
"vue-loader": "^17.4.2",
"vue-template-compiler": "^2.7.15",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/rails-vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ts-loader": "^9.5.1",
"typescript": "^5.1.3",
"vue": "^3.4.26",
"vue-loader": "^17.1.0",
"vue-loader": "^17.4.2",
"vue-template-compiler": "^2.7.15",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5251,10 +5251,10 @@ vue-eslint-parser@^9.3.1:
lodash "^4.17.21"
semver "^7.3.6"

vue-loader@^17.1.0:
version "17.2.2"
resolved "https://registry.npmjs.org/vue-loader/-/vue-loader-17.2.2.tgz"
integrity sha512-aqNvKJvnz2A/6VWeJZodAo8XLoAlVwBv+2Z6dama+LHsAF+P/xijQ+OfWrxIs0wcGSJduvdzvTuATzXbNKkpiw==
vue-loader@^17.4.2:
version "17.4.2"
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-17.4.2.tgz#f87f0d8adfcbbe8623de9eba1979d41ba223c6da"
integrity sha512-yTKOA4R/VN4jqjw4y5HrynFL8AK0Z3/Jt7eOJXEitsm0GMRHDBjCfCiuTiLP7OESvsZYo2pATCWhDqxC5ZrM6w==
dependencies:
chalk "^4.1.0"
hash-sum "^2.0.0"
Expand Down

0 comments on commit 514b320

Please sign in to comment.