From 8f04ae82e6bc0b08ff6b7151e7261f103022e128 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Sep 2020 03:23:48 +0000 Subject: [PATCH] fix: upgrade vue from 2.6.11 to 2.6.12 Snyk has created this PR to upgrade vue from 2.6.11 to 2.6.12. See this package in npm: https://www.npmjs.com/package/vue See this project in Snyk: https://app.snyk.io/org/nguyenkims/project/72f25afd-ac84-4504-a9bd-dc5ead29b930?utm_source=github&utm_medium=upgrade-pr --- static/package-lock.json | 6 +++--- static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index 43cc7364..27a5af4e 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -120,9 +120,9 @@ "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==" }, "vue": { - "version": "2.6.11", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz", - "integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==" + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.12.tgz", + "integrity": "sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg==" } } } diff --git a/static/package.json b/static/package.json index 503bc00e..a056c174 100644 --- a/static/package.json +++ b/static/package.json @@ -23,6 +23,6 @@ "multiple-select": "^1.5.2", "qrious": "^4.0.2", "toastr": "^2.1.4", - "vue": "^2.6.11" + "vue": "^2.6.12" } }