Skip to content

Commit

Permalink
fix(deps): bump vue and vue-template-compiler
Browse files Browse the repository at this point in the history
Bumps [vue](https://github.com/vuejs/core) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.7.13 to 2.7.15
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits)

Updates `vue-template-compiler` from 2.7.13 to 2.7.15
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](vuejs/vue@v2.7.13...v2.7.15)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: vue-template-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent fbbf743 commit 2386db0
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 38 deletions.
82 changes: 46 additions & 36 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 @@ -17,9 +17,9 @@
"nuxt-i18n": "^6.28.1",
"nuxt-i18n-easy": "^1.5.1",
"regenerator-runtime": "^0.13.10",
"vue": "^2.7.13",
"vue": "^2.7.15",
"vue-server-renderer": "^2.7.13",
"vue-template-compiler": "^2.7.13"
"vue-template-compiler": "^2.7.15"
},
"devDependencies": {
"@babel/preset-env": "^7.19.4",
Expand Down

0 comments on commit 2386db0

Please sign in to comment.