Skip to content

Commit

Permalink
Bump vue, vue-template-compiler, and vue-server-renderer from 2.7.15 …
Browse files Browse the repository at this point in the history
…to 2.7.16 (#669)

* Bump vue and vue-template-compiler (#665)

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.15 to 2.7.16
- [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.15 to 2.7.16
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](vuejs/vue@v2.7.15...v2.7.16)

---
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump vue-server-renderer from 2.7.15 to 2.7.16 (#664)

Bumps [vue-server-renderer](https://github.com/vuejs/vue) from 2.7.15 to 2.7.16.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](vuejs/vue@v2.7.15...v2.7.16)

---
updated-dependencies:
- dependency-name: vue-server-renderer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rmanaem <rmanaem@protonmail.ch>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
rmanaem and dependabot[bot] authored Jan 8, 2024
1 parent 2740811 commit 8d1dac3
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 40 deletions.
78 changes: 41 additions & 37 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 @@ -24,10 +24,10 @@
"fs": "^0.0.1-security",
"nuxt": "^2.17.2",
"papaparse": "^5.4.1",
"vue": "^2.7.15",
"vue": "^2.7.16",
"vue-select": "^3.20.2",
"vue-server-renderer": "^2.7.15",
"vue-template-compiler": "^2.7.15",
"vue-server-renderer": "^2.7.16",
"vue-template-compiler": "^2.7.16",
"webpack": "^4.47.0"
},
"devDependencies": {
Expand Down

0 comments on commit 8d1dac3

Please sign in to comment.