Skip to content

Commit

Permalink
Merge pull request #1 from jhadenfeldt/hotfix/jquery-update
Browse files Browse the repository at this point in the history
Update jQuery due to vulnerability
  • Loading branch information
jhadenfeldt authored May 2, 2019
2 parents ddc6cf9 + c6ed1b2 commit bf6d924
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ export default {

# Changelog

## 1.0.4
- update jQuery due to vulnerability (see: https://nvd.nist.gov/vuln/detail/CVE-2019-11358)

## 1.0.3
- update license

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-uhf",
"version": "1.0.3",
"version": "1.0.4",
"description": "A Vue.js component for UHF V4",
"main": "uhf.vue",
"scripts": {
Expand All @@ -14,6 +14,6 @@
"license": "BSD 3-Clause License",
"dependencies": {
"axios": "^0.18.0",
"jquery": "^3.3.1"
"jquery": "^3.4.1"
}
}

0 comments on commit bf6d924

Please sign in to comment.