matiastucci / vue-input-tag

:bookmark: Vue.js 2.0 Input Tag Component
https://tucci.me/vue-input-tag
MIT License
537 stars 130 forks source link

Patch potential security vulnerability, upgrade all outdated dependencies #119

Closed McKenzieJDan closed 4 years ago

McKenzieJDan commented 4 years ago

Checklist

Description

Noticed a vulnerability with an outdated dependency when running a retire.js script, so have upgraded all dependencies. This may affect other users of this library, so have opened a PR from our Fork. I've manually tested this so can confirm no breaking changes, though feel free to test too.

RetireJS: vue 1.0.25 has known vulnerabilities: severity: medium; summary: potential xss in ssr when using v-bind; https://github.com/vuejs/vue/releases/tag/v2.5.17 severity: medium; summary: possible xss vector ; https://github.com/vuejs/vue/releases/tag/v2.4.3

Lmk if I missed anything 💪

matiastucci commented 4 years ago

Awesome, man. Thanks!