From 29c5b12680bf6dec829f857ffc45f04debfdf256 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jul 2021 02:30:04 +0000 Subject: [PATCH] fix: upgrade vue from 2.6.13 to 2.6.14 Snyk has created this PR to upgrade vue from 2.6.13 to 2.6.14. 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 e04275d5..13aa66a7 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -125,9 +125,9 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "vue": { - "version": "2.6.13", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.13.tgz", - "integrity": "sha512-O+pAdJkce1ooYS1XyoQtpBQr9An+Oys3w39rkqxukVO3ZD1ilYJkWBGoRuadiQEm2LLJnCL2utV4TMSf52ubjw==" + "version": "2.6.14", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.14.tgz", + "integrity": "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==" } } } diff --git a/static/package.json b/static/package.json index e1ccac1e..e9f7cb48 100644 --- a/static/package.json +++ b/static/package.json @@ -24,6 +24,6 @@ "multiple-select": "^1.5.2", "qrious": "^4.0.2", "toastr": "^2.1.4", - "vue": "^2.6.13" + "vue": "^2.6.14" } }